[LAMMPS] DPLR potential can't give the outputs after the initial step was conducted. HELP!!! #2044
-
the DPLR potential stops giving outputs after the initial step was done without any error meassages, altough i continue this jod for 5 hours. the training preformances of deep_wannier and DPLR model always give me confidence but the MD run was stuck after the initial step without any error messages giving off. this situation drives me crazy. the follwing is the tail of the output in lammps's logfile. PS : the lammps i used is the built-in version in the deepmd-kit (version = 2.1.5). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Could you please provide your lammps input script? |
Beta Was this translation helpful? Give feedback.
-
By your script you want to associate virtual atom type 3 to real atom type 2, but the .lmp file is linking atoms type3 to type 1. PS: We recommend setting the coordinates of the virtual atoms the same as the real atoms to which it associated. |
Beta Was this translation helpful? Give feedback.
By your script you want to associate virtual atom type 3 to real atom type 2, but the .lmp file is linking atoms type3 to type 1.
PS: We recommend setting the coordinates of the virtual atoms the same as the real atoms to which it associated.