Gromacs
2024.4
|
#include <memory>
#include <vector>
#include "gromacs/gmxlib/nrnb.h"
#include "gromacs/hardware/device_management.h"
#include "gromacs/math/paddedvector.h"
#include "gromacs/math/vec.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/mdlib/gmx_omp_nthreads.h"
#include "gromacs/mdlib/lincs.h"
#include "gromacs/mdlib/shake.h"
#include "gromacs/mdtypes/inputrec.h"
#include "gromacs/pbcutil/pbc.h"
#include "gromacs/topology/idef.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/topology/topology.h"
SHAKE and LINCS tests header.
Contains description and constructor for the test data accumulating object, declares CPU- and GPU-based functions used to apply SHAKE or LINCS on the test data.