|
Gromacs
2025.4
|
#include <map>#include <string>#include "external/colvars/colvarproxy.h"#include "gromacs/utility/real.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:Declares the Colvars GROMACS proxy class.
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... | |
1.8.5