Gromacs  2025.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
nnpottopologypreprocessor.cpp File Reference
#include "gmxpre.h"
#include "gromacs/applied_forces/nnpot/nnpottopologypreprocessor.h"
#include <filesystem>
#include <string>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/fileio/confio.h"
#include "gromacs/gmxpreprocess/grompp.h"
#include "gromacs/math/vec.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/pbcutil/pbc.h"
#include "gromacs/topology/mtop_lookup.h"
#include "gromacs/topology/mtop_util.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/path.h"
#include "gromacs/utility/textwriter.h"
#include "testutils/cmdlinetest.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
+ Include dependency graph for nnpottopologypreprocessor.cpp:

Description

Tests for functionality of the NNPotTopologyPreprocessor. Adapted from qmmm/tests/qmmmtopologypreprocessor.cpp.

Author
Lukas Müllender lukas.nosp@m..mue.nosp@m.llend.nosp@m.er@g.nosp@m.mail..nosp@m.com

Classes

class  gmx::test::NNPotTopologyPreprocessorTest
 Test fixture for NNPotTopologyPreprocessor tests. More...