This is part of the colvar module |
Calculate the components of the simulation cell
The following input tells plumed to print the squared modulo of each of the three lattice vectors
cell: CELL aaa: COMBINEARG=cell.ax,cell.ay,cell.azthe input for this action is the scalar output from one or more other actions.POWERS=2,2,2compulsory keyword ( default=1.0 ) the powers to which you are raising each of the arguments in your functionPERIODIC=NO bbb: COMBINEcompulsory keyword if the output of your function is periodic then you should specify the periodicity of the function.ARG=cell.bx,cell.by,cell.bzthe input for this action is the scalar output from one or more other actions.POWERS=2,2,2compulsory keyword ( default=1.0 ) the powers to which you are raising each of the arguments in your functionPERIODIC=NO ccc: COMBINEcompulsory keyword if the output of your function is periodic then you should specify the periodicity of the function.ARG=cell.cx,cell.cy,cell.czthe input for this action is the scalar output from one or more other actions.POWERS=2,2,2compulsory keyword ( default=1.0 ) the powers to which you are raising each of the arguments in your functionPERIODIC=NO PRINTcompulsory keyword if the output of your function is periodic then you should specify the periodicity of the function.ARG=aaa,bbb,cccthe input for this action is the scalar output from one or more other actions.
By default this Action calculates the following quantities. These quantities can be referenced elsewhere in the input by using this Action's label followed by a dot and the name of the quantity required from the list below.
Quantity | Description |
ax | the ax component of the cell matrix |
ay | the ay component of the cell matrix |
az | the az component of the cell matrix |
bx | the bx component of the cell matrix |
by | the by component of the cell matrix |
bz | the bz component of the cell matrix |
cx | the cx component of the cell matrix |
cy | the cy component of the cell matrix |
cz | the cz component of the cell matrix |
NUMERICAL_DERIVATIVES | ( default=off ) calculate the derivatives for these quantities numerically |