8#ifndef INCLUDE_MDSTRESSLAB___CONFIGURATION_H_
9#define INCLUDE_MDSTRESSLAB___CONFIGURATION_H_
Represents atomic configuration data including coordinates, velocities, and species.
std::vector< std::string > species
Species names for each particle (size equals numberOfParticles).
MatrixXd velocities
Velocities of particles.
int numberOfParticles
Total number of particles in the configuration.
Configuration * getLocalConfiguration(const std::set< int > &localParticleList) const
can be deleted
std::map< ConfigType, MatrixXd > coordinates
Map from configuration type (Reference or Current) to coordinate matrices.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > MatrixXd