Gromacs
2026.0-dev-20250116-fa3fd9d
|
Holds per-group coordinates, analysis, and results.
Public Member Functions | |
MsdGroupData (const Selection &inputSel, ArrayRef< const MoleculeData > molecules, ArrayRef< const int > moleculeAtomMapping) | |
Public Attributes | |
const Selection & | sel |
Selection associated with this group. | |
std::vector< std::pair< int, std::vector< DVec > > > | frames |
Pairs of (frame number, coordinate) saved for distance calculations. | |
MsdData | msds |
MSD result accumulator. | |
MsdCoordinateManager | coordinateManager_ |
Coordinate handler for the group. | |
std::vector< real > | msdSums |
Collector for processed MSD averages per tau. | |
real | diffusionCoefficient = 0.0 |
Fitted diffusion coefficient. | |
double | sigma = 0.0 |
Uncertainty of diffusion coefficient. | |