|
Gromacs
2026.0
|
#include "gmxpre.h"#include "config.h"#include <filesystem>#include <string>#include <tuple>#include <vector>#include <gtest/gtest.h>#include "gromacs/trajectory/energyframe.h"#include "gromacs/utility/strconvert.h"#include "gromacs/utility/stringutil.h"#include "testutils/simulationdatabase.h"#include "testutils/testasserts.h"#include "testutils/testfilemanager.h"#include "programs/mdrun/tests/comparison_helpers.h"#include "energycomparison.h"#include "energyreader.h"#include "moduletest.h"
Include dependency graph for periodicactions.h:
This graph shows which files directly or indirectly include this file:Interfaces of related classes for tests to verify that a simulator that only does some actions periodically produces the expected results.
Classes | |
| struct | gmx::test::ReferenceFileNames |
| Helper type of output file names for the reference mdrun call. More... | |
| class | gmx::test::PeriodicActionsTest |
| Test fixture base for comparing a simulator with one that does everything every step. More... | |
Functions | |
| std::vector < PeriodicOutputParameters > | gmx::test::outputParameters () |
| Return vector of mdp parameter sets to test. More... | |
|
std::vector < PropagationParameters > | gmx::test::simplePropagationParameters () |
| Returns sets of simple simulation propagators. | |
| std::vector < PropagationParameters > | gmx::test::propagationParametersWithCoupling () |
| Returns sets of simulation propagators including coupling. More... | |
| std::vector < PropagationParameters > | gmx::test::propagationParametersWithConstraints () |
| Returns sets of simulation propagators including coupling. More... | |
1.8.5