Gromacs
2025.2
|
#include <cstdint>
#include <map>
#include <memory>
#include <string>
#include <vector>
#include "gromacs/domdec/localatomset.h"
#include "gromacs/math/vectypes.h"
#include "gromacs/mdrunutility/mdmodulesnotifiers.h"
#include "gromacs/mdtypes/iforceprovider.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/utility/real.h"
#include "colvarproxygromacs.h"
Declares the force provider for colvars.
Classes | |
struct | gmx::ColvarsForceProviderState |
Parameters defining the internal colvars force provider state. More... | |
class | gmx::ColvarsForceProvider |
Implements IForceProvider for colvars. Override the ColvarProxyGromacs generic class for the communication. More... | |