Gromacs
2024.4
|
#include "gmxpre.h"
#include "config.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/utility/filestream.h"
#include "gromacs/utility/path.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/mpitest.h"
#include "testutils/refdata.h"
#include "testutils/setenv.h"
#include "testutils/simulationdatabase.h"
#include "testutils/xvgtest.h"
#include "moduletest.h"
#include "simulatorcomparison.h"
Tests to compare free energy simulations to reference.
Typedefs | |
using | gmx::test::anonymous_namespace{freeenergy.cpp}::MaxNumWarnings = int |
Test fixture base for free energy calculations. More... | |
using | gmx::test::anonymous_namespace{freeenergy.cpp}::ListOfInteractionsToTest = std::vector< int > |
using | gmx::test::anonymous_namespace{freeenergy.cpp}::FreeEnergyReferenceTestParams = std::tuple< std::string, MaxNumWarnings, ListOfInteractionsToTest > |