diff --git a/src/function/FuncSumHills.cpp b/src/function/FuncSumHills.cpp index d13ca84ef93bd9532835967b6645dd07d5a8a83c..21843d1813d6990499bd2f038402e8b5e2f2e870 100644 --- a/src/function/FuncSumHills.cpp +++ b/src/function/FuncSumHills.cpp @@ -44,6 +44,10 @@ during your dynamics (it will crash!) In the future one could implement periodic integration during the metadynamics or straightforward MD as a tool to check convergence +\par Examples + +There are currently no examples for this keyword. + */ //+ENDPLUMEDOC diff --git a/src/generic/DumpProjections.cpp b/src/generic/DumpProjections.cpp index db142d024cf8f3074bf18d0280ca2aac0049e3cb..915b68c56e86b661beb5466a659b17931963c740 100644 --- a/src/generic/DumpProjections.cpp +++ b/src/generic/DumpProjections.cpp @@ -34,6 +34,18 @@ namespace generic{ /* Dump the derivatives with respect to the input parameters for one or more objects (generally CVs, functions or biases). +\par Examples + +Compute the distance between two groups and write on a file the +derivatives of this distance with respect to all the atoms of the two groups + +\verbatim +x1: CENTER ATOMS=1-10 +x2: CENTER ATOMS=11-20 +d: DISTANCE ATOMS=x1,x2 +DUMPPROJECTIONS ARG=d FILE=proj STRIDE=20 +\endverbatim + */ //+ENDPLUMEDOC