Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/mdtypes/enerdata.h"
#include <array>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/mdtypes/inputrec.h"
#include "testutils/testasserts.h"
Tests for the ForeignLambdaTerms
class.
Functions | |
t_lambda | gmx::anonymous_namespace{enerdata.cpp}::makeFepvals (const std::vector< double > &lambdaVdw, const std::vector< double > &lambdaCoul) |
Variables | |
constexpr int | gmx::anonymous_namespace{enerdata.cpp}::c_numLambdas = 5 |
const std::array< double, c_numLambdas > | gmx::anonymous_namespace{enerdata.cpp}::dhdlVdw = { 1.0, 2.0, 4.0, 8.0, 16.0 } |
const std::array< double, c_numLambdas > | gmx::anonymous_namespace{enerdata.cpp}::dhdlCoul = { 32.0, 64.0, 128.0, 256.0, 512.0 } |
const gmx::EnumerationArray < FreeEnergyPerturbationCouplingType, double > | gmx::anonymous_namespace{enerdata.cpp}::dhdlLinearZero |