| 24 |
|
void setVel( double theV[3] ); |
| 25 |
|
|
| 26 |
|
void getFrc( double theF[3] ); |
| 27 |
+ |
void setFrc( double theF[3] ); |
| 28 |
|
void addFrc( double theF[3] ); |
| 29 |
|
|
| 30 |
|
virtual void zeroForces(); |
| 41 |
|
int getIdent( void ) { return ident; } |
| 42 |
|
void setIdent( int info ) { ident = info; } |
| 43 |
|
|
| 43 |
– |
void getRc(double theRc[3]); |
| 44 |
– |
void setRc(double theRc[3]); |
| 45 |
– |
|
| 46 |
– |
double getMassRatio() { return *massRatio;} |
| 47 |
– |
void setMassRatio(double theMassRatio) { *massRatio = theMassRatio;} |
| 48 |
– |
|
| 44 |
|
#ifdef IS_MPI |
| 45 |
|
int getGlobalIndex( void ) { return myGlobalIndex; } |
| 46 |
|
void setGlobalIndex( int info ) { myGlobalIndex = info; } |
| 66 |
|
double* Amat; // the rotation matrix |
| 67 |
|
double* mu; // the array of dipole moments |
| 68 |
|
double* ul; // the lab frame unit directional vector |
| 69 |
< |
double* rc; //the center of mass of the molecule |
| 75 |
< |
double* massRatio; //the ratio of this atom to the total mass of the molecule |
| 69 |
> |
double* quat; // the quaternion array |
| 70 |
|
|
| 71 |
+ |
double zAngle; // the rotation about the z-axis ( body-fixed ) |
| 72 |
+ |
|
| 73 |
|
double c_mass; /* the mass of the atom in amu */ |
| 74 |
|
|
| 75 |
|
int index; /* set the atom's index */ |