Replies: 0 comments 5 replies
-
"sys_configs" provides the initial structures for model_devi. Choose different structures, e. g. fcc, bcc, etc, and several random sets for each kind of structures. "model_devi_jobs": [
{ "sys_idx":[0, 1, 2], "temps": [50,100,200], "press": [1e0, 1e2, 1e4], "traj_freq": 20, "nsteps": 1000, "ens": "npt-tri", "_idx":0}
] The "sys_idx" corresponds to the configurations in "sys_configs". MD with temperature 50K, 100K, 200K, pressure 1e0 bar, 1e2 bar, 1e4 bar, with initial configuration 0, 1, 2 are each run seperately. So in total 27 cases of MD are run. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear dpgen developers,
I know that the the keyword 'sys_configs' contains structure for the inital configuration for MD simulation in LAMMPS, but why we need more than one inital configurations for MD simulation? What is the difference between these different structures in sys_configs? How to choose the inital configuration for MD simulation without using init_bulk function? what is the relationship between the number of the the inital configurations for MD simulation and the iteration times.
Beta Was this translation helpful? Give feedback.
All reactions