|
Gromacs
2026.1
|
#include "gmxpre.h"#include "settletestdata.h"#include <cstdlib>#include <algorithm>#include <array>#include <unordered_map>#include <vector>#include <gtest/gtest.h>#include "gromacs/gpu_utils/gpu_utils.h"#include "gromacs/math/paddedvector.h"#include "gromacs/mdlib/settle.h"#include "gromacs/mdlib/tests/watersystem.h"#include "gromacs/mdtypes/mdatom.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/topology/atoms.h"#include "gromacs/topology/forcefieldparameters.h"#include "gromacs/topology/idef.h"#include "gromacs/topology/ifunc.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/smalloc.h"#include "gromacs/utility/stringutil.h"#include "gromacs/utility/unique_cptr.h"#include "gromacs/utility/vec.h"#include "gromacs/utility/vectypes.h"#include "testutils/testasserts.h"
Include dependency graph for settletestdata.cpp:Defines the class that accumulates SETTLE test data.
1.8.5