Gromacs
2026.0-dev-20250314-558d130
|
Colvars module.
Class that implements the colvars MDModule
Public Member Functions | |
ColvarsMDModule ()=default | |
Construct the colvars module. | |
void | subscribeToPreProcessingNotifications (MDModulesNotifiers *notifiers) override |
Requests to be notified during pre-processing. More... | |
void | subscribeToSimulationSetupNotifications (MDModulesNotifiers *notifiers) override |
Request to be notified. More... | |
IMdpOptionProvider * | mdpOptionProvider () override |
From IMDModule. | |
IMDOutputProvider * | outputProvider () override |
From IMDModule Colvars provide its own output. | |
void | initForceProviders (ForceProviders *forceProviders) override |
From IMDModule Add this module to the force providers if active. | |
|
inlineoverridevirtual |
Requests to be notified during pre-processing.
[in] | notifiers | allows the module to subscribe to notifications from MdModules. |
The Colvars MDModule subscribes to these notifications:
Implements gmx::IMDModule.
|
inlineoverridevirtual |
Request to be notified.
[in] | notifiers | allows the module to subscribe to notifications from MdModules. |
The Colvars MDModule subscribes to these notifications:
Implements gmx::IMDModule.