|
Gromacs
2025.3
|
#include <gromacs/mdrunutility/mdmodulesnotifiers.h>
Collect errors for the energy calculation frequency.
Collect errors regarding energy calculation frequencies as strings that then may be used to issue errors.
Public Member Functions | |
| EnergyCalculationFrequencyErrors (int64_t energyCalculationIntervalInSteps) | |
| Construct by setting the energy calculation frequency. | |
| std::int64_t | energyCalculationIntervalInSteps () const |
| Return the number of steps of an energy calculation interval. | |
| void | addError (const std::string &errorMessage) |
| Collect error messages. | |
| const std::vector< std::string > & | errorMessages () const |
| Return error messages. | |
1.8.5