|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/applied_forces/colvars/colvarsforceprovider.h"#include <array>#include <filesystem>#include <map>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/applied_forces/colvars/colvarssimulationsparameters.h"#include "gromacs/domdec/localatomsetmanager.h"#include "gromacs/fileio/confio.h"#include "gromacs/gmxpreprocess/grompp.h"#include "gromacs/math/paddedvector.h"#include "gromacs/math/vec.h"#include "gromacs/math/vectypes.h"#include "gromacs/mdlib/forcerec.h"#include "gromacs/mdrunutility/multisim.h"#include "gromacs/mdtypes/commrec.h"#include "gromacs/mdtypes/enerdata.h"#include "gromacs/mdtypes/forceoutput.h"#include "gromacs/mdtypes/iforceprovider.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/topology/atoms.h"#include "gromacs/topology/ifunc.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/logger.h"#include "gromacs/utility/real.h"#include "gromacs/utility/smalloc.h"#include "gromacs/utility/textreader.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 colvarsforceprovider.cpp:Tests for ColvarsForceProvider class of Colvars MDModule.
1.8.5