|
Gromacs
2025.3
|
#include "gmxpre.h"#include "leapfrogtestdata.h"#include <cassert>#include <cmath>#include <algorithm>#include <array>#include <unordered_map>#include <vector>#include <gtest/gtest.h>#include "gromacs/gpu_utils/gpu_utils.h"#include "gromacs/math/vec.h"#include "gromacs/math/vectypes.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/mdtypes/mdatom.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/smalloc.h"#include "gromacs/utility/stringutil.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"
Include dependency graph for leapfrogtestdata.cpp:Defines the class to accumulate the data needed for the Leap-Frog integrator tests.
1.8.5