Gromacs
2024.4
|
#include "gmxpre.h"
#include "gromacs/gmxpreprocess/gen_maxwell_velocities.h"
#include <gtest/gtest-param-test.h>
#include "gromacs/topology/mtop_util.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/futil.h"
#include "gromacs/utility/logger.h"
#include "gromacs/utility/textreader.h"
#include "testutils/cmdlinetest.h"
#include "testutils/conftest.h"
#include "testutils/refdata.h"
#include "testutils/testfilemanager.h"
#include "testutils/textblockmatchers.h"
#include "testutils/topologyhelpers.h"
Tests for velocity generation.
Typedefs | |
using | gmx::test::anonymous_namespace{gen_maxwell_velocities.cpp}::MaxwellTestParams = std::tuple< real, int, int > |
Test params for testing velocity generation. More... | |