Gromacs
2025.1
|
#include "gmxpre.h"
#include "simulatorcomparison.h"
#include <functional>
#include <memory>
#include <gtest/gtest.h>
#include "gromacs/trajectory/energyframe.h"
#include "gromacs/trajectory/trajectoryframe.h"
#include "testutils/cmdlinetest.h"
#include "testutils/trajectoryreader.h"
#include "programs/mdrun/tests/comparison_helpers.h"
#include "programs/mdrun/tests/energycomparison.h"
#include "programs/mdrun/tests/trajectorycomparison.h"
#include "energyreader.h"
#include "mdruncomparison.h"
#include "moduletest.h"
Helper functions for tests that compare the results of equivalent simulation runs. Currently used for the rerun and the simulator tests.