Gromacs
2024.4
|
#include "gmxpre.h"
#include "config.h"
#include <regex>
#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/refdata.h"
#include "testutils/testfilemanager.h"
#include "energycomparison.h"
#include "multisimtest.h"
#include "trajectorycomparison.h"
Tests for the mdrun replica-exchange functionality.
Typedefs | |
typedef MultiSimTest | gmx::test::ReplicaExchangeEnsembleTest |
Convenience typedef. | |
typedef MultiSimTest | gmx::test::ReplicaExchangeTerminationTest |
Convenience typedef. | |