Gromacs
2024.4
|
#include "gmxpre.h"
#include <cmath>
#include <gtest/gtest.h>
#include "gromacs/mdlib/expanded_internal.h"
#include "gromacs/mdtypes/md_enums.h"
#include "gromacs/utility/enumerationhelpers.h"
#include "testutils/testasserts.h"
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. | |