GLYLIB
0.3.0b
|
#include <run_control.h>
Public Attributes | |
int | nbflag |
Tells how to determine when to update the nonbonded list. See manual. | |
double | skinnb |
Used when nbflag=1. See manual. |
Contains control-ewald 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 165 of file run_control.h.
Tells how to determine when to update the nonbonded list. See manual.
Definition at line 166 of file run_control.h.
double sander_pmemd_ewald::skinnb |
Used when nbflag=1. See manual.
Definition at line 167 of file run_control.h.