Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor integral code #162

Merged
merged 12 commits into from
Aug 26, 2024

Fix final tests

71f1d01
Select commit
Loading
Failed to load commit list.
Merged

Refactor integral code #162

Fix final tests
71f1d01
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 24, 2024 in 5s

10 new alerts

New alerts in code changed by this pull request

  • 10 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 311 in src/dxtb/_src/integral/base.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.driver.pytorch.driver
begins an import cycle.

Check notice on line 315 in src/dxtb/_src/integral/base.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.driver.libcint.driver
begins an import cycle.

Check notice on line 28 in src/dxtb/_src/integral/driver/libcint/base.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.base
begins an import cycle.

Check notice on line 32 in src/dxtb/_src/integral/driver/libcint/driver.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.base
begins an import cycle.

Check notice on line 33 in src/dxtb/_src/integral/driver/libcint/driver.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.driver.libcint.base
begins an import cycle.

Check notice on line 28 in src/dxtb/_src/integral/driver/pytorch/base.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.base
begins an import cycle.

Check notice on line 34 in src/dxtb/_src/integral/driver/pytorch/driver.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.base
begins an import cycle.

Check notice on line 35 in src/dxtb/_src/integral/driver/pytorch/driver.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
dxtb._src.integral.driver.pytorch.base
begins an import cycle.

Check notice on line 75 in src/dxtb/_src/integral/wrappers.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'new_driver' is not used.

Check notice on line 78 in src/dxtb/_src/integral/wrappers.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'DipoleIntegral' is not used.
Import of 'OverlapIntegral' is not used.
Import of 'QuadrupoleIntegral' is not used.