|
Public Member Functions |
| | MagneticDipoleForce () |
| | MagneticDipoleForce (Real chi, Real radius, Real omega, Real phi, Real Hx, Real Hy, Real Hz, Real D) |
| void | operator() (Real &energy, Real &force, Real distSquared, Real rDistSquared, Vector3D &diff, const GenericTopology *topo, int atom1, int atom2, ExclusionClass excl) const |
| void | getParameters (std::vector< Parameter > ¶meters) const |
Static Public Member Functions |
| void | accumulateEnergy (ScalarStructure *energies, Real energy) |
| Real | getEnergy (const ScalarStructure *energies) |
| std::string | getId () |
| unsigned int | getParameterSize () |
| MagneticDipoleForce | make (std::string &errMsg, const std::vector< Value > &values) |
Static Public Attributes |
| const std::string | keyword |
Private Attributes |
| Real | myChi |
| Real | myR |
| Real | myOmega |
| Real | myPhi |
| Real | myHx |
| Real | myHy |
| Real | myHz |
| Real | myD |
| Real | volum |
| Real | expfactor |
| Real | realChi |
| Real | kappa |