dpgen init_reaction parameters
- init_reaction_jdata:
- type:
dictargument path:init_reaction_jdataGenerate initial data for reactive systems for small gas-phase molecules, from a ReaxFF NVT MD trajectory.
- type_map:
- type:
listargument path:init_reaction_jdata/type_mapType map, which should match types in the initial data. e.g. [“C”, “H”, “O”]
- reaxff:
- type:
dictargument path:init_reaction_jdata/reaxffParameters for ReaxFF NVT MD.
- data:
- type:
strargument path:init_reaction_jdata/reaxff/dataPath to initial LAMMPS data file. The atom_style should be charge.
- ff:
- type:
strargument path:init_reaction_jdata/reaxff/ffPath to ReaxFF force field file. Available in the lammps/potentials directory.
- control:
- type:
strargument path:init_reaction_jdata/reaxff/controlPath to ReaxFF control file.
- temp:
- type:
int|floatargument path:init_reaction_jdata/reaxff/tempTarget Temperature for the NVT MD simulation. Unit: K.
- dt:
- type:
int|floatargument path:init_reaction_jdata/reaxff/dtReal time for every time step. Unit: fs.
- tau_t:
- type:
int|floatargument path:init_reaction_jdata/reaxff/tau_tTime to determine how rapidly the temperature. Unit: fs.
- dump_freq:
- type:
intargument path:init_reaction_jdata/reaxff/dump_freqFrequency of time steps to collect trajectory.
- nstep:
- type:
intargument path:init_reaction_jdata/reaxff/nstepTotal steps to run the ReaxFF MD simulation.
- cutoff:
- type:
floatargument path:init_reaction_jdata/cutoffCutoff radius to take clusters from the trajectory. Note that only a complete molecule or free radical will be taken.
- dataset_size:
- type:
intargument path:init_reaction_jdata/dataset_sizeCollected dataset size for each bond type.
- qmkeywords:
- type:
strargument path:init_reaction_jdata/qmkeywordsGaussian keywords for first-principle calculations. e.g. force mn15/6-31g** Geom=PrintInputOrient. Note that “force” job is necessary to collect data. Geom=PrintInputOrient should be used when there are more than 50 atoms in a cluster.