We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, C++ API and the LAMMPS module have supported relative and atomic model deviation. The Python API and CLI can support this feature as well.
Something like dp model-devi --relative 1.0 --atomic.
dp model-devi --relative 1.0 --atomic
dp model-devi
The text was updated successfully, but these errors were encountered:
support atomic/relative model deviation in CLI
2046592
Fix deepmodeling#2017. Signed-off-by: Jinzhe Zeng <[email protected]>
support atomic/relative model deviation in CLI (#2801)
b6ff8aa
Fix #2017. --------- Signed-off-by: Jinzhe Zeng <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Successfully merging a pull request may close this issue.
Summary
Currently, C++ API and the LAMMPS module have supported relative and atomic model deviation. The Python API and CLI can support this feature as well.
Detailed Description
Something like
dp model-devi --relative 1.0 --atomic
.Further Information, Files, and Links
dp model-devi
: https://docs.deepmodeling.com/projects/deepmd/en/latest/cli.html#model-deviThe text was updated successfully, but these errors were encountered: