MD options
Revision as of 05:58, 30 July 2021 by Miguel Caro (talk | contribs) (Created page with "Molecular dynamics simulations are invoked with the <code>turbogap md</code> command. The most important options in the input file that you need to worry about are: #...")
Molecular dynamics simulations are invoked with the turbogap md command. The most important options in the input file that you need to worry about are:
md_step: the time step for velocity Verlet integration;md_nsteps: the number of time steps to propagate the atomic positions;thermostat: formalism to keep the temperature constant (or not);barostat: formalism to keep the pressure constant (or not);p_beg: the initial barostating pressure if a barostat is chosen;p_end: the final barostating pressure if a barostat is chosen;tau_p: the time constant of the barostat, if chosen;gamma_p: the inverse compressibility of the system if a thermostat is chosen;barostat_sym: selects which degrees of freedom of the simulation box are affected by the barostating;
scale_box: determines whether the simulation box is scalend during the simulation;box_scaling_factor: determines by how much the box will be increased during the simulation;write_thermo: how often to write out thermodynamic information;write_xyz: how often to write out detailed trajectory information;write_lv: determines whether the lattice vectors are written together with the thermodynamic information;neighbors_buffer: defines a buffer region beyond the potential's actual cutoff to enable less frequent neighbor list builds.