|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/applied_forces/nnpot/nnpotforceprovider.h"#include <gtest/gtest.h>#include "gromacs/applied_forces/nnpot/nnpotoptions.h"#include "gromacs/domdec/localatomset.h"#include "gromacs/domdec/localatomsetmanager.h"#include "gromacs/fileio/confio.h"#include "gromacs/gmxpreprocess/grompp.h"#include "gromacs/hardware/device_information.h"#include "gromacs/mdtypes/commrec.h"#include "gromacs/mdtypes/enerdata.h"#include "gromacs/mdtypes/forceoutput.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/logger.h"#include "gromacs/utility/textwriter.h"#include "testutils/cmdlinetest.h"#include "testutils/refdata.h"#include "testutils/setenv.h"#include "testutils/test_hardware_environment.h"#include "testutils/testasserts.h"#include "testutils/testfilemanager.h"
Include dependency graph for nnpotforceprovider.cpp:Tests for functionality of the NNPot ForceProvider.
1.8.5