Replies: 1 comment 4 replies
-
Could you also let me know if you also provided the box? |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi everyone,
When I perform molecular dynamic with a Neural Network Potential trained with DeepMD-Kit (v2.2.10) on lammps, I have found that when I extract the new structures/energy and forces to make a new set, and then dp test with the same NNP on this data set, I have a big shift in energy and the forces are totally different.


But I should find exactly the same energy ad forces as the dynamic was propagate thanks to this NNP...
There should be no units problems as I use "units metal" in lammps.
There is how I ask for the potential energy (pe) :
thermo_style custom step time etotal ke pe temp press vol density
thermo_modify flush yes
thermo 100
And how I ask for the coordinates and forces :
dump forces_dump all custom 100 traj.out id type x y z fx fy fz
Does someone understand what is happening ?
Beta Was this translation helpful? Give feedback.
All reactions