GLYLIB
0.3.0b
|
#include <run_control.h>
Public Attributes | |
char * | type |
the type of change, e.g., TEMP0, TAUTP, etc. | |
int | istep1 |
int | istep2 |
beginning and ending steps for the change | |
int | value1 |
int | value2 |
change from value1 at istep1 to value2 at istep2 |
Contains control-change informatin 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 174 of file run_control.h.
Definition at line 176 of file run_control.h.
beginning and ending steps for the change
Definition at line 176 of file run_control.h.
the type of change, e.g., TEMP0, TAUTP, etc.
Definition at line 175 of file run_control.h.
Definition at line 177 of file run_control.h.
change from value1 at istep1 to value2 at istep2
Definition at line 177 of file run_control.h.