Class to represent a particle.
 
double getSigma() const
Gets the Lennard-Jones potential parameter sigma.
 
const std::array< double, 3 > & getX() const
Gets the position of the particle.
 
double getEpsilon() const
Gets the Lennard-Jones potential parameter epsilon.