ParM
parm
A molecular dynamics library
|
The basic class for representing each particle. More...
#include <box.hpp>
Public Attributes | |
Vec | x |
location. More... | |
Vec | v |
velocity More... | |
Vec | a |
acceleration More... | |
Vec | f |
forces More... | |
flt | m |
mass More... | |
The basic class for representing each particle.
Normally instantiated through AtomVec.
Vec Atom::a |
acceleration
Vec Atom::f |
forces
flt Atom::m |
mass
Vec Atom::v |
velocity
Vec Atom::x |
location.