-
Hello developers, I would like to ask about the code of calculating the maximum deviation of the model in dpgen? Could you please show me where the specific location is? |
Beta Was this translation helpful? Give feedback.
Answered by
njzjz
Apr 25, 2023
Replies: 1 comment 1 reply
-
Deviation is not calculated within DP-GEN. Instead, it is calculated by DeePMD-kit. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Daisy315
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deviation is not calculated within DP-GEN. Instead, it is calculated by DeePMD-kit.
https://github.com/deepmodeling/deepmd-kit/blob/16e91332dc335687d523c22a8a7d74ea74694b6b/source/api_cc/src/DeepPot.cc#L1780