Gromacs
2026.0-dev-20241204-d69d709
|
Plumed module.
Class that implements the plumed MDModule
Public Member Functions | |
PlumedMDModule ()=default | |
Construct the plumed module. | |
void | subscribeToPreProcessingNotifications (MDModulesNotifiers *) override |
Requests to be notified during pre-processing. More... | |
void | subscribeToSimulationSetupNotifications (MDModulesNotifiers *notifier) override |
Subscribe to MDModules notifications for information needed just before the simulation. | |
IMdpOptionProvider * | mdpOptionProvider () override |
From IMDModule. | |
IMDOutputProvider * | outputProvider () override |
From IMDModule. | |
void | initForceProviders (ForceProviders *forceProviders) override |
From IMDModule - Adds this module to the force providers if active. | |
|
inlineoverridevirtual |
Requests to be notified during pre-processing.
Plumed does not act during the preprocessing phase of a simulation, so the input are ignored
Implements gmx::IMDModule.