Gromacs
2026.0-dev-20241213-9ac17bb
|
#include <gromacs/applied_forces/nnpot/nnpot.h>
Information about the NNPot module.
Provides name and method to create a neural network (NN) potential module.
Static Public Member Functions | |
static std::unique_ptr< IMDModule > | create () |
Creates a module for applying forces derived from a neural network potential. | |
Static Public Attributes | |
static const std::string | name_ = "nnpot" |
The name of the module. | |