Gromacs
2025.0-dev-20241011-013a99c
|
Colvars module.
Class that implements the colvars MDModule
Public Member Functions | |
ColvarsMDModule ()=default | |
Construct the colvars module. | |
void | subscribeToPreProcessingNotifications (MDModulesNotifiers *notifier) override |
Requests to be notified during pre-processing. More... | |
void | subscribeToSimulationSetupNotifications (MDModulesNotifiers *notifier) override |
Request to be notified. The Colvars MDModule subscribes to these notifications: 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] | notifier | allows the module to subscribe to notifications from MdModules. |
The Colvars MDModule subscribes to these notifications:
Implements gmx::IMDModule.
|
inlineoverridevirtual |
Request to be notified. The Colvars MDModule subscribes to these notifications:
Implements gmx::IMDModule.