|
Gromacs
2026.0-dev-20251109-f20ba35
|
Inheritance diagram for gmx::anonymous_namespace{nnpot.cpp}::NNPotMDModule:
Collaboration diagram for gmx::anonymous_namespace{nnpot.cpp}::NNPotMDModule: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 | subscribeToSimulationRunNotifications (MDModulesNotifiers *notifiers) override |
| Requests to be notified during the simulation. 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 the simulation.
| [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.
1.8.5