Replies: 1 comment 1 reply
-
Please take a look at concurrent learning (for example, DP-GEN). Our papers describe it: https://doi.org/10.1016/j.cpc.2020.107206 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Dear all,
I am a newbie in this area, and want to ask very basic questions. So basically, I am in the testing phase and I used the water example given from the deepmd-kit. What I did so far:
Now I have two strategies (Energy unit, force unit have been converted to eV and eV/A):
2.A) I took the coordinates, potential energy and forces, as well as box from the XTB-MD -> train those points. I took 400 data points randomly from the whole set for the validation and the rests are for the training.
2.B) I took the coordinates and box -> calculate single point energy and force by DFT -> train those points. Again 400 data points are taken randomly for the validation.
Finally:
After the training with the given example from deepmd-kit using se-e2-a descriptor and 100000 steps, I froze the model and compress the potential.
Subsequently put the potential for lammps (as in the example).
After checking the trajectory, to my surprise, the system exploded.
The questions are:
How should the data be generated? Was my approach above completely trash?
To my understanding, if the system exploded like this, it might be due to: i) too short training, ii) data sampling is not enough, so that whenever the system explore a new phase space, the system cannot be described.
I repeat the above procedure, however instead of XTB, I did classical MD (NPT) with around 800 spc-flex water molecule for 2000ps (with rigid model, it didn't work). I took each 1 ps the coordinates, force, energy and box for the training. After the training the same MD simulation using lammps was done, and the results was all good.
Best regards,
Tomo Oka
Beta Was this translation helpful? Give feedback.
All reactions