|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/pbcutil/com.h"#include <iterator>#include <string>#include <tuple>#include <vector>#include <gtest/gtest.h>#include "gromacs/math/vectypes.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/pbcutil/pbcenums.h"#include "gromacs/topology/idef.h"#include "gromacs/topology/ifunc.h"#include "gromacs/topology/mtop_util.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/enumerationhelpers.h"#include "gromacs/utility/smalloc.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"
Include dependency graph for com.cpp: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. | |
1.8.5