|
Gromacs
2026.1
|
#include "gmxpre.h"#include "gromacs/applied_forces/qmmm/qmmmforceprovider.h"#include <memory>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/applied_forces/qmmm/qmmmtypes.h"#include "gromacs/domdec/localatomset.h"#include "gromacs/domdec/localatomsetmanager.h"#include "gromacs/fileio/confio.h"#include "gromacs/gmxpreprocess/grompp.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/logger.h"#include "gromacs/utility/mpicomm.h"#include "gromacs/utility/path.h"#include "gromacs/utility/textwriter.h"#include "gromacs/utility/vec.h"#include "testutils/cmdlinetest.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"#include "testutils/testfilemanager.h"
Include dependency graph for qmmmforceprovider.cpp:Tests for QMMMForceProvider class for QMMM MDModule.
1.8.5