Action: CONTACTMAP

Module colvar
Description Usage
Calculate the distances between a number of pairs of atoms and transform each distance by a switching function. used in 1 tutorialsused in 20 eggs
output value type
the sum of all the switching function on all the distances scalar

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
contact scalar By not using SUM or CMDIST each contact will be stored in a component

Input

The atoms that serve as the input for this action are specified using one or more of the keywords in the following table.

Keyword Type Description
ATOMS atoms the atoms involved in each of the contacts you wish to calculate

Further details and examples

Text from manual goes here

References

More information about how this action can be used is available in the following articles:

Syntax

The following table describes the keywords and options that can be used with this action

Keyword Type Default Description
ATOMS input none the atoms involved in each of the contacts you wish to calculate
SWITCH compulsory none The switching functions to use for each of the contacts in your map. Options for this keyword are explained in the documentation for LESS_THAN.
NUMERICAL_DERIVATIVES optional false calculate the derivatives for these quantities numerically
NOPBC optional false ignore the periodic boundary conditions when calculating distances
REFERENCE optional not used A reference value for a given contact, by default is 0
WEIGHT optional not used A weight value for a given contact, by default is 1
SUM optional false calculate the sum of all the contacts in the input
CMDIST optional false calculate the distance with respect to the provided reference contact map
SERIAL optional false Perform the calculation in serial - for debug purpose