Shortcut: SORT
Module | function |
---|---|
Description | Usage |
This function can be used to sort colvars according to their magnitudes. | |
output value | type |
sorted | vector |
Input
The arguments that serve as the input for this action are specified using one or more of the keywords in the following table.
Keyword | Type | Description |
---|---|---|
ARG | scalar/vector/matrix | the values input to this function |
Further details and examples
This function can be used to sort colvars according to their magnitudes.
This action sorts the input arguments according to their magnitudes. It will output the same number of values as it has arguments. The lowest argument input will be output as a value labelled label.1, the second lowest input argument will be output as a value labelled label.2 and so on. Thus, for example, the following input can be used to print the distance of the closest and of the farthest atoms to atom 1, chosen among atoms from 2 to 5
d12DISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=1,2 d13 : DISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=1,3 d14 : DISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=1,4 d15 : DISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=1,5 sort : SORTThis function can be used to sort colvars according to their magnitudes. More details ARGthe values input to this function=d12,d13,d14,d15 PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=sort.1,sort.4:
Notice that you can also achieve the same result using the following input:
dDISTANCECalculate the distance/s between pairs of atoms. More details ATOMS1the pair of atom that we are calculating the distance between=1,2 ATOMS2the pair of atom that we are calculating the distance between=1,3 ATOMS3the pair of atom that we are calculating the distance between=1,4 ATOMS4the pair of atom that we are calculating the distance between=1,5 sort : SORTThis function can be used to sort colvars according to their magnitudes. More details ARGthe values input to this function=d PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=sort.1,sort.4:
In this second case the four distances are passed to the SORT action as a vector. The SORT action then outputs 4 components - the same number of components as there are elements in the input vector - that contain the elements of the input vector in order of increasing magnitude.
These examples are representative the only two ways you can use this action. In input it can accept either a list of scalars or a single vector. It does not accept matrices or a list of vectors in input.
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
ARG | input | none | the values input to this function |