Gromacs
2026.0-dev-20250116-fa3fd9d
|
#include "gmxpre.h"
#include "config.h"
#include <cmath>
#include <filesystem>
#include <limits>
#include <memory>
#include <numeric>
#include <optional>
#include <regex>
#include <string>
#include <tuple>
#include <gtest/gtest.h>
#include "gromacs/utility/stringutil.h"
#include "gromacs/utility/textreader.h"
#include "testutils/cmdlinetest.h"
#include "testutils/mpitest.h"
#include "testutils/simulationdatabase.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
#include "moduletest.h"
Tests that mdrun restarts are exact, that is that two successive runs without appending reproduce a single-part run.
Classes | |
struct | gmx::test::anonymous_namespace{expandedensemble.cpp}::PerLambdaInformation |
The verifiable quantities reported per lambda. More... | |
struct | gmx::test::anonymous_namespace{expandedensemble.cpp}::LambdaInformation |
Helper struct for parsing the log-file MC-lambda output. More... | |
class | gmx::test::anonymous_namespace{expandedensemble.cpp}::ExpandedEnsembleTest |
Test fixture for expanded ensemble continuations. More... | |