#include <gromacs/applied_forces/densityfitting/densityfittingforceprovider.h>
Implements IForceProvider for density-fitting forces.
Calculate forces that maximise goodness-of-fit with a reference density map.
- Parameters
-
[in] | forceProviderInput | input for force provider |
[out] | forceProviderOutput | output for force provider |
Implements gmx::IForceProvider.
void gmx::DensityFittingForceProvider::writeCheckpointData |
( |
MDModulesWriteCheckpointData |
checkpointWriting, |
|
|
const std::string & |
moduleName |
|
) |
| |
Write internal density fitting data to checkpoint file.
- Parameters
-
[in] | checkpointWriting | enables writing to the Key-Value-Tree that is used for storing the checkpoint information |
[in] | moduleName | names the module that is checkpointing this force-provider |
- Note
- The provided state to checkpoint has to change if checkpointing is moved before the force provider call in the MD-loop.
The documentation for this class was generated from the following files: