RMSD
Section to define a CV as function of RMSD computed with respect to given reference configurations. For 2 configurations the colvar is equal to: ss = (RMSDA-RMSDB)/(RMSDA+RMSDB), while if only 1 configuration is given, then the colvar is just the RMSD from that frame. [Edit on GitHub]
Subsections
Keywords
Keyword descriptions
- ALIGN_FRAMES
Type: logical
Default: F
Lone keyword: T
Usage: ALIGN_FRAMESDescription: Whether the reference frames should be aligned to minimize the RMSD
- ATOMS
Type: integer[ ]
Repeatable: yes
Usage: ATOMS {integer} {integer} ..Description: Specify indexes of atoms building the subset.
- SUBSET_TYPE
Type: enum
Default: ALL
Usage: SUBSET_TYPE ALLDescription: Define the subsytem used to compute the RMSD. With ALL the displacements are mass-weighted, with LIST all weights are set to 1, with WEIGHT_LIST a list of weights is expected from input.
Valid values:
ALLLISTWEIGHT_LIST
- WEIGHTS
Type: real[ ]
Repeatable: yes
Usage: weightS {real} {real} ..Description: Specify weights of atoms building the subset. It is used only with WEIGHT_LIST