GLYLIB
0.3.0b
|
#include <run_control.h>
Public Attributes | |
char * | Title |
The title of the run. | |
sander_pmemd_cntrl | SPC |
Control list for the run. | |
int | use_SPE |
include ewald info if 0; don't if 1 | |
sander_pmemd_ewald | SPE |
int | nSPNWT |
number of wt change info sets to include (none if 0) | |
sander_pmemd_nmropt_wt_change | SPNWT |
entries in the "&wt" section for nmropt |
Contains information pertinent to a sander/pmemd run. Currently, in the interest of time, I'm only writing it to contain the pieces I typically use in a run. The rest can be added later as these structs are easily extensible.
Definition at line 185 of file run_control.h.
number of wt change info sets to include (none if 0)
Definition at line 190 of file run_control.h.
Control list for the run.
Definition at line 187 of file run_control.h.
Definition at line 189 of file run_control.h.
entries in the "&wt" section for nmropt
Definition at line 191 of file run_control.h.
The title of the run.
Definition at line 186 of file run_control.h.
include ewald info if 0; don't if 1
Definition at line 188 of file run_control.h.