|
Gromacs
2025.3
|
#include "gmxpre.h"#include "config.h"#include <cstddef>#include <filesystem>#include <string>#include <tuple>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "gromacs/math/vectypes.h"#include "gromacs/topology/ifunc.h"#include "gromacs/trajectory/trajectoryframe.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/real.h"#include "gromacs/utility/stringutil.h"#include "testutils/mpitest.h"#include "testutils/simulationdatabase.h"#include "testutils/testasserts.h"#include "testutils/testmatchers.h"#include "testutils/trajectoryreader.h"#include "moduletest.h"#include "simulatorcomparison.h"
Include dependency graph for constantacceleration.cpp:End-to-end tests checking sanity of results of simulations containing constant acceleration groups.
Typedefs | |
| using | gmx::test::anonymous_namespace{constantacceleration.cpp}::AccelerationGroupTestParams = std::tuple< std::string, std::string > |
| Test fixture checking the velocities of aomts. More... | |
1.8.5