OpenMD 3.1
Molecular Dynamics in the Open
|
Public Attributes | |
std::string | atomTypeName |
int | globalID |
Vector3d | pos |
Vector3d | vec |
Vector3d | vel |
Vector3d | frc |
Vector3d | eField |
RealType | charge |
bool | hasCharge |
bool | hasVector |
bool | hasVelocity |
bool | hasForce |
bool | hasElectricField |
bool | hasGlobalID |
Definition at line 57 of file AtomData.hpp.
|
inline |
Definition at line 58 of file AtomData.hpp.
std::string OpenMD::AtomInfo::atomTypeName |
Definition at line 63 of file AtomData.hpp.
RealType OpenMD::AtomInfo::charge |
Definition at line 70 of file AtomData.hpp.
Vector3d OpenMD::AtomInfo::eField |
Definition at line 69 of file AtomData.hpp.
Vector3d OpenMD::AtomInfo::frc |
Definition at line 68 of file AtomData.hpp.
int OpenMD::AtomInfo::globalID |
Definition at line 64 of file AtomData.hpp.
bool OpenMD::AtomInfo::hasCharge |
Definition at line 71 of file AtomData.hpp.
bool OpenMD::AtomInfo::hasElectricField |
Definition at line 75 of file AtomData.hpp.
bool OpenMD::AtomInfo::hasForce |
Definition at line 74 of file AtomData.hpp.
bool OpenMD::AtomInfo::hasGlobalID |
Definition at line 76 of file AtomData.hpp.
bool OpenMD::AtomInfo::hasVector |
Definition at line 72 of file AtomData.hpp.
bool OpenMD::AtomInfo::hasVelocity |
Definition at line 73 of file AtomData.hpp.
Vector3d OpenMD::AtomInfo::pos |
Definition at line 65 of file AtomData.hpp.
Vector3d OpenMD::AtomInfo::vec |
Definition at line 66 of file AtomData.hpp.
Vector3d OpenMD::AtomInfo::vel |
Definition at line 67 of file AtomData.hpp.