NAMD
|
Public Member Functions | |
QMAtomData () | |
QMAtomData (Position posInit, float chrgInit, int idInit, int bountToIndxInit, int newType, char *elementInit, Real newDist) | |
Public Attributes | |
Position | position |
float | charge |
int | id |
int | bountToIndx |
int | type |
char | element [3] |
Real | dist |
Definition at line 296 of file ComputeQM.C.
|
inline |
Definition at line 304 of file ComputeQM.C.
|
inline |
Definition at line 306 of file ComputeQM.C.
References bountToIndx, charge, dist, element, position, and type.
int QMAtomData::bountToIndx |
Definition at line 300 of file ComputeQM.C.
Referenced by ComputeQMMgr::calcMOPAC(), ComputeQMMgr::calcORCA(), ComputeQMMgr::calcUSR(), QMAtomData(), and ComputeQMMgr::recvPntChrg().
float QMAtomData::charge |
Definition at line 298 of file ComputeQM.C.
Referenced by ComputeQMMgr::calcMOPAC(), ComputeQMMgr::calcORCA(), ComputeQMMgr::calcUSR(), QMAtomData(), and ComputeQMMgr::recvPntChrg().
Real QMAtomData::dist |
Definition at line 303 of file ComputeQM.C.
Referenced by ComputeQMMgr::calcMOPAC(), ComputeQMMgr::calcORCA(), ComputeQMMgr::calcUSR(), QMAtomData(), and ComputeQMMgr::recvPntChrg().
char QMAtomData::element[3] |
Definition at line 302 of file ComputeQM.C.
Referenced by ComputeQMMgr::calcMOPAC(), QMAtomData(), and ComputeQMMgr::recvPntChrg().
int QMAtomData::id |
Definition at line 299 of file ComputeQM.C.
Referenced by ComputeQMMgr::calcMOPAC(), ComputeQMMgr::calcORCA(), ComputeQMMgr::calcUSR(), and ComputeQMMgr::recvPntChrg().
Position QMAtomData::position |
Definition at line 297 of file ComputeQM.C.
Referenced by ComputeQMMgr::calcMOPAC(), ComputeQMMgr::calcORCA(), ComputeQMMgr::calcUSR(), QMAtomData(), and ComputeQMMgr::recvPntChrg().
int QMAtomData::type |
Definition at line 301 of file ComputeQM.C.
Referenced by ComputeQMMgr::calcMOPAC(), ComputeQMMgr::calcORCA(), ComputeQMMgr::calcUSR(), QMAtomData(), and ComputeQMMgr::recvPntChrg().