Write xyz
Revision as of 06:40, 9 August 2021 by Miguel Caro (talk | contribs) (Created page with "<code>write_xyz</code> determines how often (every how many time steps) trajectory information is written to file <code>trajectory_out.xyz</code> during molecular dynami...")
write_xyz determines how often (every how many time steps) trajectory information is written to file trajectory_out.xyz during molecular dynamics. Note that for large systems and/or long MD times saving trajectory information at every time step may lead to exceedingly large files with sizes in the region of several gigabytes and beyond; be mindful not to exceed your computer's storage capacity.
Summary
| Required/optional | Type | Accepted values | Default | See also |
|---|---|---|---|---|
| Optional | Integer | Any positive integer, plus zero | 0 (write only trajectory information at the beginning and end of the run; equivalent to setting it equal to md_nsteps)
|
writeouts, write_thermo
|
Example
write_thermo = 10 # writes out thermodynamic information every 10 time steps write_xyz = 100 # writes out trajectory information every 100 time steps