Great difference in results of equation of states between dp.predict and lammps.minimize #2980
Unanswered
PolyuWeldingSpock
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
To minimize, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have trained a deep potential with the help of DPGEN. To validate the accuracy of deep potential, I have calculated equation of states by scaling lattice constant from 0.90 to 1.10. I used both dp.predict function and minimize command in lammps. However, these two methods gives me total different results.
First is dp.predict result, which showed deep potential is very accurate compared to DFT results:
Second is Lammps result, which showed my deep potential was far away from DFT:
Then I noticed that dp.predict used the BFGS method in ASE package.
I want to know that where this great difference come from? Is my potential is not accurate or just the optimization algorithm difference between BFGS and CG?
Beta Was this translation helpful? Give feedback.
All reactions