Difference between revisions of "Format"
From DoSPT
Miguel Caro (talk | contribs) m |
Miguel Caro (talk | contribs) m |
||
| Line 1: | Line 1: | ||
| − | The <code>format</code> ''' | + | The <code>format</code> keyword is a '''required''' keyword in the <code>[[input]]</code> file. It determines the extension and format of the [[trajectory file]] to be read by DoSPT. |
=== Summary === | === Summary === | ||
Latest revision as of 14:03, 20 July 2017
The format keyword is a required keyword in the input file. It determines the extension and format of the trajectory file to be read by DoSPT.
Summary
| Required/optional | Type | Accepted values | Default | See also |
|---|---|---|---|---|
| Required | String | gro, xyz
|
n/a | Input file, trajectory file |
Accepted values
| Value | Description | See also |
|---|---|---|
gro
|
Selects Gromacs format and file extension for trajectory file. | See sample traj.gro for details. |
xyz
|
Selects XYZ format and file extension for trajectory file. | See sample traj.xyz for details. |
Example
format = gro