Skip to content
Snippets Groups Projects
Commit e146b3b3 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Fixed doc

[makedoc]
parent 613e3165
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,10 @@ during your dynamics (it will crash!) ...@@ -44,6 +44,10 @@ during your dynamics (it will crash!)
In the future one could implement periodic integration during the metadynamics In the future one could implement periodic integration during the metadynamics
or straightforward MD as a tool to check convergence or straightforward MD as a tool to check convergence
\par Examples
There are currently no examples for this keyword.
*/ */
//+ENDPLUMEDOC //+ENDPLUMEDOC
......
...@@ -34,6 +34,18 @@ namespace generic{ ...@@ -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). 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 //+ENDPLUMEDOC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment