Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/mpitest.h"
#include "testutils/setenv.h"
#include "testutils/simulationdatabase.h"
#include "moduletest.h"
#include "simulatorcomparison.h"
Tests to compare that multiple time stepping is (nearly) identical to normal integration.
Typedefs | |
using | gmx::test::anonymous_namespace{multiple_time_stepping.cpp}::MtsComparisonTestParams = std::tuple< std::string, std::string > |
Test fixture base for two integration schemes. More... | |
Functions | |
EnergyTermsToCompare | gmx::test::anonymous_namespace{multiple_time_stepping.cpp}::energyTermsToCompare (const real energyTol, const real virialTol) |
Returns set of energy terms to compare with associated tolerances. | |