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 DeepEval #3213

Merged
merged 25 commits into from
Feb 8, 2024

fix the virial shape since DERV_C changed from (3,3) to (9,)

6b104e3
Select commit
Loading
Failed to load commit list.
Merged

refactor DeepEval #3213

fix the virial shape since DERV_C changed from (3,3) to (9,)
6b104e3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 8, 2024 in 2s

19 new alerts

New alerts in code changed by this pull request

  • 19 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 123 in deepmd/infer/deep_tensor.py

See this annotation in the file changed.

Code scanning / CodeQL

Returning tuples with varying lengths Note

DeepTensor.eval_full returns
tuple of size 3
and
tuple of size 5
.

Check notice on line 26 in deepmd/tf/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_dipole
begins an import cycle.

Check notice on line 36 in deepmd/tf/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_polar
begins an import cycle.

Check notice on line 94 in deepmd/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.tf.infer.deep_eval
begins an import cycle.

Check notice on line 98 in deepmd/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.pt.infer.deep_eval
begins an import cycle.

Check notice on line 21 in deepmd/infer/deep_pot.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_eval
begins an import cycle.

Check notice on line 4 in deepmd/infer/deep_dipole.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_tensor
begins an import cycle.

Check notice on line 21 in deepmd/infer/deep_dos.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_eval
begins an import cycle.

Check notice on line 12 in deepmd/infer/deep_polar.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_tensor
begins an import cycle.

Check notice on line 4 in deepmd/infer/deep_wfc.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_tensor
begins an import cycle.

Check notice on line 26 in deepmd/pt/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_pot
begins an import cycle.

Check notice on line 39 in deepmd/tf/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_pot
begins an import cycle.

Check notice on line 42 in deepmd/tf/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_wfc
begins an import cycle.

Check notice on line 21 in deepmd/infer/deep_tensor.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_eval
begins an import cycle.

Check notice on line 23 in deepmd/pt/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_eval
begins an import cycle.

Check notice on line 29 in deepmd/tf/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_dos
begins an import cycle.

Check notice on line 32 in deepmd/tf/infer/deep_eval.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.infer.deep_eval
begins an import cycle.

Check notice on line 69 in deepmd/infer/deep_dos.py

See this annotation in the file changed.

Code scanning / CodeQL

Returning tuples with varying lengths Note

DeepDOS.eval returns
tuple of size 1
and
tuple of size 2
.

Check notice on line 83 in deepmd/infer/deep_pot.py

See this annotation in the file changed.

Code scanning / CodeQL

Returning tuples with varying lengths Note

DeepPot.eval returns
tuple of size 3
and
tuple of size 5
.
DeepPot.eval returns tuple of size 3 and
tuple of size 5
.