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

Add pairwise tabulation as an independent model #3101

Merged
merged 5 commits into from
Jan 3, 2024

add model attr

eae75e5
Select commit
Loading
Failed to load commit list.
Merged

Add pairwise tabulation as an independent model #3101

add model attr
eae75e5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 2, 2024 in 2s

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 102 in deepmd/model/model.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.model.pairtab
begins an import cycle.

Check notice on line 28 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.model.model
begins an import cycle.

Check notice on line 285 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Cyclic import Note

Import of module
deepmd.entrypoints.train
begins an import cycle.

Check notice on line 134 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable t_tmap is not used.

Check notice on line 135 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable t_mt is not used.

Check notice on line 136 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable t_ver is not used.

Check notice on line 139 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable t_dfparam is not used.

Check notice on line 140 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable t_daparam is not used.

Check notice on line 142 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable t_ntypes is not used.

Check notice on line 143 in deepmd/model/pairtab.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable t_rcut is not used.