|
faunus
|
#include <particle.h>


Public Member Functions | |
| void | rotate (const Eigen::Quaterniond &q, const Eigen::Matrix3d &) |
| Rotate dipole moment. | |
| void | to_json (json &j) const override |
| Convert to JSON object. | |
| void | from_json (const json &j) override |
| Convert from JSON object. | |
| bool | isDipolar () const |
| template<class Archive > | |
| void | serialize (Archive &archive) |
Public Member Functions inherited from Faunus::ParticlePropertyBase | |
| void | rotate (const Eigen::Quaterniond &q, const Eigen::Matrix3d &) |
| Internal rotation. More... | |
Public Attributes | |
| Point | mu = {0.0, 0.0, 0.0} |
| dipole moment unit vector | |
| double | mulen = 0.0 |
| dipole moment scalar | |
Dipole properties.
1.8.13