Inherits Test.
Test fixture for NNPotTopologyPreprocessor tests.
Provides a temporary file manager and a gmx_mtop_t struct for testing.
|
static void | makeMtopFromFile (const std::string &simulationName, const std::string &mdpContent, gmx_mtop_t *mtop) |
| Generates tpr file from *.top and *.gro existing in the simulation database directory and custom mdpContent and loads gmx_mtop_t from it. More...
|
|
static void | checkTopologyInfo (const QMMMTopologyInfo &info, const gmx_mtop_t &mtop, TestReferenceChecker *checker) |
| Helper function to check the processed topology. More...
|
|
Helper function to check the processed topology.
- Parameters
-
static void gmx::test::NNPotTopologyPreprocessorTest::makeMtopFromFile |
( |
const std::string & |
simulationName, |
|
|
const std::string & |
mdpContent, |
|
|
gmx_mtop_t * |
mtop |
|
) |
| |
|
inlinestatic |
Generates tpr file from *.top and *.gro existing in the simulation database directory and custom mdpContent
and loads gmx_mtop_t from it.
- Parameters
-
[in] | simulationName | Name of the simulation database directory |
[in] | mdpContent | Content of the mdp file |
[out] | mtop | gmx_mtop_t struct to load the topology into |
The documentation for this class was generated from the following file: