Gromacs
2025.0-dev-20241014-f673b97
|
#include "gmxpre.h"
#include "config.h"
#include <filesystem>
#include <memory>
#include <regex>
#include <string>
#include <tuple>
#include <gtest/gtest.h>
#include "gromacs/mdtypes/md_enums.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/utility/basenetwork.h"
#include "gromacs/utility/filestream.h"
#include "gromacs/utility/path.h"
#include "gromacs/utility/stringutil.h"
#include "testutils/cmdlinetest.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
#include "programs/mdrun/tests/comparison_helpers.h"
#include "programs/mdrun/tests/moduletest.h"
#include "energycomparison.h"
#include "multisimtest.h"
#include "trajectorycomparison.h"
Equivalence tests for the mdrun replica-exchange functionality.
Classes | |
struct | gmx::test::PrintReplicaExchangeParametersToString |
Helper struct printing custom test name. More... | |
Typedefs | |
typedef MultiSimTest | gmx::test::ReplicaExchangeTest |
Convenience typedef. | |
Functions | |
static std::string | gmx::test::getReplicaExchangeOutputFromLogFile (const std::string &logFileName) |
Return replica exchange related output from logfile. More... | |