Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
colvarproxygromacs.h File Reference
#include "external/colvars/colvarproxy.h"
#include "gromacs/pbcutil/pbc.h"
#include "gromacs/random/tabulatednormaldistribution.h"
#include "gromacs/random/threefry.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/utility/logger.h"
+ Include dependency graph for colvarproxygromacs.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares the Colvars GROMACS proxy class.

Author
Hubert Santuz huber.nosp@m.t.sa.nosp@m.ntuz@.nosp@m.gmai.nosp@m.l.com

Classes

class  gmx::ColvarProxyGromacs
 Implements a GROMACS version of colvarproxy. This class hold for the communication between colvars and GROMACS. 2 child class will inherit from this one: one during pre processing (ColvarsPreProcessor) and one during the simulation (ColvarsForceProvider). Most of the work needed for the communication will be implemented in this class. More...