|
Gromacs
2025.4
|
#include "gmxpre.h"#include <cmath>#include <string>#include <tuple>#include <gtest/gtest.h>#include "gromacs/mdlib/expanded_internal.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/utility/enumerationhelpers.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/real.h"#include "testutils/testasserts.h"
Include dependency graph for expanded.cpp:Tests for expanded ensemble.
This file contains unit tests for functions used by the expanded ensemble.
Classes | |
| class | gmx::test::anonymous_namespace{expanded.cpp}::CalculateAcceptanceWeightSimple |
| Test fixture accepting a value to pass into calculateAcceptanceWeight. More... | |
Typedefs | |
| using | gmx::test::anonymous_namespace{expanded.cpp}::RegressionTuple = std::tuple< LambdaWeightCalculation, real, real > |
| Test fixture accepting a calculation mode and an input value for calculateAcceptanceWeight as well as the expected output value. | |
1.8.5