Gromacs
2026.0-dev-20250314-558d130
|
NNPot Module.
Class that implements the NNPot MDModule.
Public Member Functions | |
void | subscribeToPreProcessingNotifications (MDModulesNotifiers *notifiers) override |
Requests to be notified during preprocessing. More... | |
void | subscribeToSimulationSetupNotifications (MDModulesNotifiers *notifiers) override |
Requests to be notified during simulation setup. More... | |
void | initForceProviders (ForceProviders *forceProviders) override |
Initializes force providers from this module. | |
IMdpOptionProvider * | mdpOptionProvider () override |
From IMDModule. | |
IMDOutputProvider * | outputProvider () override |
From IMDModule NNPot doesn't need extra output. | |
|
inlineoverridevirtual |
Requests to be notified during preprocessing.
[in] | notifiers | allows the module to subscribe to notifications from MdModules. |
NNPot module subscribes to the following notifications:
Implements gmx::IMDModule.
|
inlineoverridevirtual |
Requests to be notified during simulation setup.
[in] | notifiers | allows the module to subscribe to notifications from MdModules. |
NNPot module subscribes to the following notifications:
Implements gmx::IMDModule.