GLYLIB
0.3.0b
|
#include <run_control.h>
Public Attributes | |
char | AO |
Append/Overwrite files ('A', 'O' or '\0') | |
char * | mdin |
input control data for the min/md run | |
char * | mdout |
char * | prmtop |
input molecular topology, force field, periodic box type, atom and residue names | |
char * | inpcrd |
input initial coordinates and (optionally) velocities and periodic box size | |
char * | restrt |
output final coordinates, velocity, and box dimensions if any - for restarting run | |
char * | refc |
input (optional) reference coords for position restraints; also used for targeted MD | |
char * | mdcrd |
output coordinate sets saved over trajectory | |
char * | inptraj |
input input coordinate sets in trajectory format, when imin=5 | |
char * | mdvel |
output velocity sets saved over trajectory | |
char * | mden |
output extensive energy data over trajectory | |
char * | mdinfo |
output latest mdout-format energy info | |
char * | radii |
Obviously, some sort of radii, but not documented at this point in the manual... (BLF) | |
char * | inpdip |
input polarizable dipole file, when indmeth=3 | |
char * | rstdip |
output polarizable dipole file, when indmeth=3 | |
char * | cpin |
input protonation state definitions | |
char * | cprestrt |
protonation state definitions, final protonation states for restart (same format as cpin) | |
char * | cpout |
output protonation state data saved over trajectory | |
char * | evbin |
input input for EVB potentials |
Contains the command-line requirements for a sander/pmemd run.
sander [-help] [-O] [-A] -i mdin -o mdout -p prmtop -c inpcrd -r restrt -ref refc -x mdcrd -y inptraj -v mdvel -e mden -inf mdinfo -radii radii -cpin cpin -cpout cpout -cprestrt cprestrt -evbin evbin
-O Overwrite output files if they exist. -A Append output files if they exist, (used mainly for replica exchange).
Definition at line 71 of file run_control.h.
Append/Overwrite files ('A', 'O' or '\0')
Definition at line 72 of file run_control.h.
input protonation state definitions
Definition at line 88 of file run_control.h.
output protonation state data saved over trajectory
Definition at line 90 of file run_control.h.
protonation state definitions, final protonation states for restart (same format as cpin)
Definition at line 89 of file run_control.h.
input input for EVB potentials
Definition at line 91 of file run_control.h.
input initial coordinates and (optionally) velocities and periodic box size
Definition at line 77 of file run_control.h.
input polarizable dipole file, when indmeth=3
Definition at line 86 of file run_control.h.
input input coordinate sets in trajectory format, when imin=5
Definition at line 81 of file run_control.h.
output coordinate sets saved over trajectory
Definition at line 80 of file run_control.h.
output extensive energy data over trajectory
Definition at line 83 of file run_control.h.
input control data for the min/md run
Definition at line 73 of file run_control.h.
output latest mdout-format energy info
Definition at line 84 of file run_control.h.
output user readable state info and diagnostics -o stdout will send output to stdout (to the terminal) instead of to a file.
Definition at line 74 of file run_control.h.
output velocity sets saved over trajectory
Definition at line 82 of file run_control.h.
input molecular topology, force field, periodic box type, atom and residue names
Definition at line 76 of file run_control.h.
Obviously, some sort of radii, but not documented at this point in the manual... (BLF)
Definition at line 85 of file run_control.h.
input (optional) reference coords for position restraints; also used for targeted MD
Definition at line 79 of file run_control.h.
output final coordinates, velocity, and box dimensions if any - for restarting run
Definition at line 78 of file run_control.h.
output polarizable dipole file, when indmeth=3
Definition at line 87 of file run_control.h.