|
faunus
|
#include <particle.h>


Public Member Functions | |
| ParticleTemplate (const AtomData &a) | |
| void | rotate (const Eigen::Quaterniond &q, const Eigen::Matrix3d &m) |
| Rotate all internal coordinates if needed. | |
| template<class Archive > | |
| void | serialize (Archive &archive) |
Particle template.
This is the Particle class used to store information about particles. In addition to charge, positionn and ID, the particle can store auxiliary information via the shape pointer. This can is typically anisotropic properties which in this way is stored in an alternative memory location.
1.8.13