Gromacs
2020.4
|
Declares function for comparing energy frames.
Classes | |
class | gmx::test::EnergyComparison |
Function object to compare all energy terms of reference with all matching terms from test within the given tolerances. More... | |
Typedefs | |
using | gmx::test::EnergyTermsToCompare = std::unordered_map< std::string, FloatingPointTolerance > |
Convenience type. | |
Functions | |
void | gmx::test::checkEnergiesAgainstReferenceData (const std::string &energyFilename, const EnergyTermsToCompare &energyTermsToCompare, TestReferenceChecker *checker) |
Check a subset of the energies found in an energy file against reference data. More... | |