NAMD
|
#include <structures.h>
Public Attributes | |
Real | mass |
Real | charge |
Index | vdw_type |
union { | |
PerAtomFlags flags | |
int32 status | |
}; | |
int32 | partner |
int32 | hydrogenList |
Definition at line 35 of file structures.h.
union { ... } |
Real atom_constants::charge |
Definition at line 38 of file structures.h.
Referenced by Molecule::prepare_qm().
PerAtomFlags atom_constants::flags |
Definition at line 41 of file structures.h.
int32 atom_constants::hydrogenList |
Definition at line 45 of file structures.h.
Referenced by outputCompressedFile().
Real atom_constants::mass |
Definition at line 37 of file structures.h.
Referenced by Molecule::prepare_qm().
int32 atom_constants::partner |
Definition at line 44 of file structures.h.
int32 atom_constants::status |
Definition at line 42 of file structures.h.
Referenced by WorkDistrib::createAtomLists().
Index atom_constants::vdw_type |
Definition at line 39 of file structures.h.
Referenced by Parameters::assign_vdw_index(), and outputCompressedFile().