GLYLIB  0.3.0b
sander_pmemd_MD_control_info Struct Reference

#include <run_control.h>

Collaboration diagram for sander_pmemd_MD_control_info:

List of all members.

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

Detailed Description

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.


Member Data Documentation

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.

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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Defines