Gromacs
2025-dev-20240910-a7e2421
|
Functions | |
template<class ToType , class TransformWithFunctionType > | |
void | colvarsMdpTransformFromString (IKeyValueTreeTransformRules *rules, TransformWithFunctionType transformationFunction, const std::string &optionTag) |
Helper to declare mdp transform rules. More... | |
void gmx::anonymous_namespace{colvarsoptions.cpp}::colvarsMdpTransformFromString | ( | IKeyValueTreeTransformRules * | rules, |
TransformWithFunctionType | transformationFunction, | ||
const std::string & | optionTag | ||
) |
Helper to declare mdp transform rules.
Enforces uniform mdp options that are always prepended with the correct string for the colvars mdp options.
ToType | type to be transformed to |
TransformWithFunctionType | type of transformation function to be used |
[in] | rules | KVT transformation rules |
[in] | transformationFunction | the function to transform the flat kvt tree |
[in] | optionTag | string tag that describes the mdp option, appended to the default string for the density guided simulation |