Gromacs
2025-dev-20241003-bd59e46
|
#include "gmxpre.h"
#include "qmmmforceprovider.h"
#include <libcp2k.h>
#include "gromacs/domdec/domdec_struct.h"
#include "gromacs/gmxlib/network.h"
#include "gromacs/math/units.h"
#include "gromacs/mdtypes/commrec.h"
#include "gromacs/mdtypes/enerdata.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/filestream.h"
#include "gromacs/utility/stringutil.h"
Implements force provider for QMMM.
Functions | |
void | gmx::anonymous_namespace{qmmmforceprovider.cpp}::writeStringToFile (const std::string &filename, const std::string &str) |
Helper function that dumps string into the file. More... | |