Action: ENDPLUMED
Module | generic |
---|---|
Description | Usage |
Terminate plumed input. |
Further details and examples
Terminate plumed input.
As the following example illlustrates this action can be used to effectively comment out the rest of the input file. This can be useful if you want to quickly ignore part of a long input file. However, you do not need to include an ENDPLUMED command at the end of every PLUMED input file
dDISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=1,10 PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=d FILEthe name of the file on which to output these quantities=COLVAR STRIDE the frequency with which the quantities of interest should be output=10 ENDPLUMEDTerminate plumed input. More details commands here are ignored PRINT ARG=d FILE=COLVAR STRIDE=1:
If you are using the ENDPLUMED command you should keep in mind that when opening the file it might be difficult to
find where the commented out part begins. Regular comments (with #
) are
usually easier to read. Notice that if you use the VIM syntax it should be able
to detect this command and properly mark the rest of the file as a comment,
although since vim doesn't parse the whole file it might fail in doing so for long
input files.
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|