-
dpgen version:0.10.0 here is the log file and the input file
here is my para.json :
and this is the machine.json
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
it turns out that the input.plumed in https://github.com/deepmodeling/dpgen/tree/master/examples/run/dp-lammps-enhance_sampling, has something wrong .
|
Beta Was this translation helpful? Give feedback.
-
I use dpgen (version 0.9.2) and meet the same problem. So I dump twice in input.lammps file: one is for the traj files, and the other one is to generate the dump.0.xyz. I am not sure this makes sense because I still do not quite understand what is the dump.0.xyz for. In addition, I have another confusion about the temperature setting for lmp and plm. I need to perform the simulations at two T (say 300 and 400 K). So I set "rev_mat":{ "lmp": {"V_NSTEPS": [5000], "V_TEMP": [300,400], "V_PRES": [1]}, "plm": {"V_TEMP": [300,400], "V_STRIDE": [10]}. I found that dpgen submit four but not two simulations becaue half of the jobs are repeated. |
Beta Was this translation helpful? Give feedback.
it turns out that the input.plumed in https://github.com/deepmodeling/dpgen/tree/master/examples/run/dp-lammps-enhance_sampling, has something wrong .
i change the file into this and now work.