Gromacs
2026.0-dev-20250519-bfab4c8
|
#include <gromacs/fmm/fmm_mdmodule.h>
Information about the FMM module.
Provides name and method to create a FMM module.
Static Public Member Functions | |
static std::unique_ptr< IMDModule > | create () |
Creates a module for computing forces using FMM. More... | |
Static Public Attributes | |
static constexpr std::string_view | sc_name = "fmm" |
The name of the module. | |
|
static |
Creates a module for computing forces using FMM.