Gromacs
2025.1
|
#include "gmxpre.h"
#include "gromacs/mdlib/calc_verletbuf.h"
#include <cstdlib>
#include <algorithm>
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/math/functions.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/mdtypes/inputrec.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/real.h"
#include "testutils/testasserts.h"
#include "testutils/topologyhelpers.h"
#include "watersystem.h"
Tests for the Verlet buffer calculation algorithm.