An alias to the CUSTOM function that can also be used to calaculate combinations of variables using a custom expression.
Documentation for this action is identical to that for CUSTOM
This alias is kept in order to maintain compatibility with previous PLUMED versions. However, notice that as of PLUMED 2.5 the libmatheval library is not linked anymore, and the MATHEVAL function is implemented using the Lepton library.
if the output of your function is periodic then you should specify the periodicity of the function. If the output is not periodic you must state this using PERIODIC=NO
FUNC
the function you wish to evaluate
ARG
the values input to this function
Options
VAR
the names to give each of the arguments in the function. If you have up to three arguments in your function you can use x, y and z to refer to them. Otherwise you must use this flag to give your variables names.