Action: CELL
| Module | colvar |
|---|---|
| Description | Usage |
| Get the components of the simulation cell |
Details and examples
Get the components of the simulation cell
The following input tells plumed to print the squared modulo of each of the three lattice vectors
cell: CELLGet the components of the simulation cell More details aaa: COMBINECalculate a polynomial combination of a set of other variables. More details ARGthe values input to this function=cell.ax,cell.ay,cell.az POWERS the powers to which you are raising each of the arguments in your function=2,2,2 PERIODICif the output of your function is periodic then you should specify the periodicity of the function=NO bbb: COMBINECalculate a polynomial combination of a set of other variables. More details ARGthe values input to this function=cell.bx,cell.by,cell.bz POWERS the powers to which you are raising each of the arguments in your function=2,2,2 PERIODICif the output of your function is periodic then you should specify the periodicity of the function=NO ccc: COMBINECalculate a polynomial combination of a set of other variables. More details ARGthe values input to this function=cell.cx,cell.cy,cell.cz POWERS the powers to which you are raising each of the arguments in your function=2,2,2 PERIODICif the output of your function is periodic then you should specify the periodicity of the function=NO PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=aaa,bbb,ccc
Output components
This action calculates the values in the following table. These values can be referenced elsewhere in the input by using this Action's label followed by a dot and the name of the value required from the list below.
| Name | Type | Description |
|---|---|---|
| ax | scalar | the ax component of the cell matrix |
| ay | scalar | the ay component of the cell matrix |
| az | scalar | the az component of the cell matrix |
| bx | scalar | the bx component of the cell matrix |
| by | scalar | the by component of the cell matrix |
| bz | scalar | the bz component of the cell matrix |
| cx | scalar | the cx component of the cell matrix |
| cy | scalar | the cy component of the cell matrix |
| cz | scalar | the cz component of the cell matrix |