Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/pbcutil/mshift.h"
#include <gtest/gtest.h>
#include "gromacs/pbcutil/pbc.h"
#include "gromacs/topology/topology.h"
#include "testutils/testasserts.h"
#include "testutils/testmatchers.h"
Tests for the graph functionality to make molecules whole that are broken over pbc.
Functions | |
gmx_moltype_t | gmx::test::anonymous_namespace{mshift.cpp}::moleculeType () |
Returns a molectype for generate a graph. More... | |
std::vector< RVec > | gmx::test::anonymous_namespace{mshift.cpp}::coordinates () |
Coordinates for moleculeType() broken over PBC. More... | |
std::vector< RVec > | gmx::test::anonymous_namespace{mshift.cpp}::coordinatesWhole () |
Coordinates for moleculeType() made whole. More... | |
Variables | |
constexpr matrix | gmx::test::anonymous_namespace{mshift.cpp}::c_box = { { 3, 0, 0 }, { 0, 3, 0 }, { 0, 0, 3 } } |
Box to go with coordinates() | |