Shortcut: CLUSTER_NATOMS
Module | clusters |
---|---|
Description | Usage |
Calculate the number of atoms in the cluster of interest | |
output value | type |
the number of atoms in the cluster | scalar |
Further details and examples
Calculate the number of atoms in the cluster of interest
An example input that determines the number of atoms in the second largest cluster that is identified by analysing the connected components of a CONTACT_MATRIX using DFSCLUSTERING is shown below:
# Calculate a contact matrix between the first 100 atoms in the configuration cm : CONTACT_MATRIXAdjacency matrix in which two atoms are adjacent if they are within a certain cutoff. More details GROUPspecifies the list of atoms that should be assumed indistinguishable=1-100 SWITCHthe input for the switching function that acts upon the distance between each pair of atoms. Options for this keyword are explained in the documentation for LESS_THAN.={CUBIC D_0=0.45 D_MAX=0.55} # Find the connected components from the contact matrix dfs : DFSCLUSTERINGFind the connected components of the matrix using the depth first search clustering algorithm. More details ARGthe input matrix=cm # And determine the size of the second largest cluster that was identified c1CLUSTER_NATOMSCalculate the number of atoms in the cluster of interest This action is a shortcut. More details CLUSTERSthe label of the action that does the clustering=dfs CLUSTER which cluster would you like to look at 1 is the largest cluster, 2 is the second largest, 3 is the the third largest and so on=2 : PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=c1 FILEthe name of the file on which to output these quantities=colvar
The output from this action is NOT differentiable
Syntax
The following table describes the keywords and options that can be used with this action
Keyword | Type | Default | Description |
---|---|---|---|
CLUSTERS | compulsory | none | the label of the action that does the clustering |
CLUSTER | compulsory | 1 | which cluster would you like to look at 1 is the largest cluster, 2 is the second largest, 3 is the the third largest and so on |