Gromacs
2025-dev-20240906-b7d3419
|
Inherits TestWithParam< int >.
Test fixture for testing Friction metric, including storing to, and restoring from, history.
Public Attributes | |
std::vector< double > | coordinates_ |
Coordinates representing a trajectory in time. | |
std::vector< double > | forces_ |
Forces that will be used for the trajectory (modified in dimensions > 1) | |
std::unique_ptr< CorrelationGrid > | correlationGrid_ |
The correlation grid. | |
int64_t | numDim_ |
Number of dimensions. | |
int64_t | numPoints_ |
Number of grid points. | |
double | sampleTimeStep_ = g_sampleTimeStep |
Time between samples. | |