Gromacs
2022-beta1
|
#include "gmxpre.h"
#include "gromacs/pbcutil/com.h"
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/math/vectypes.h"
#include "gromacs/pbcutil/pbc.h"
#include "gromacs/topology/mtop_util.h"
#include "gromacs/topology/topology.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
Tests COM handling code.
Classes | |
class | gmx::test::anonymous_namespace{com.cpp}::COMInPlaceTest |
Test fixture for checking correct molecule COM treatment. More... | |
Typedefs | |
using | gmx::test::anonymous_namespace{com.cpp}::COMInPlaceTestParams = std::tuple< UnitCellType, CenteringType, PbcType > |
Functions | |
void | gmx::test::anonymous_namespace{com.cpp}::populateMoleculeType (gmx_moltype_t *moltype) |
Populates a molectype for generate a graph. More... | |
std::vector< RVec > | gmx::test::anonymous_namespace{com.cpp}::initialCoordinates () |
Set up initial coordinates. | |