Action: ABMD

Module bias
Description Usage
Adds a ratchet-and-pawl like restraint on one or more variables. used in 0 tutorialsused in 0 eggs

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
bias scalar the instantaneous value of the bias potential
force2 scalar the instantaneous value of the squared force due to this bias potential
_min scalar one or multiple instances of this quantity can be referenced elsewhere in the input file

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 the labels of the scalars on which the bias will act

Further details and examples

Adds a ratchet-and-pawl like restraint on one or more variables.

This action can be used to evolve a system towards a target value in CV space using an harmonic potential that moves with the thermal fluctuations of the CV. This method was introduced in the papers cited below. In it the biasing potential in this method is as follows:

where

and

.

The method is based on the introduction of a biasing potential which is zero when the system is moving towards the desired arrival point and which damps the fluctuations when the system attempts to move in the opposite direction. As in the case of the ratchet and pawl system, propelled by thermal motion of the solvent molecules, the biasing potential does not exert work on the system. is an additional white noise acting on the minimum position of the bias.

Examples

The following input sets up two biases, one on the distance between atoms 3 and 5 and another on the distance between atoms 2 and 4. The two target values are defined using TO and the two strength using KAPPA. The total energy of the bias is printed.

Click on the labels of the actions for more information on what each action computes
tested on2.11
DISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=3,5 LABELa label for the action so that its output can be referenced in the input to other actions=d1
DISTANCECalculate the distance/s between pairs of atoms. More details ATOMSthe pair of atom that we are calculating the distance between=2,4 LABELa label for the action so that its output can be referenced in the input to other actions=d2
ABMDAdds a ratchet-and-pawl like restraint on one or more variables. More details ARGthe labels of the scalars on which the bias will act=d1,d2 TOThe array of target values=1.0,1.5 KAPPAThe array of force constants=5.0,5.0 LABELa label for the action so that its output can be referenced in the input to other actions=abmd
PRINTPrint quantities to a file. More details ARGthe labels of the values that you would like to print to the file=abmd.bias,abmd.d1_min,abmd.d2_min

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
ARG input none the labels of the scalars on which the bias will act
TO compulsory none The array of target values
KAPPA compulsory none The array of force constants
NUMERICAL_DERIVATIVES optional false calculate the derivatives for these quantities numerically
MIN optional not used Array of starting values for the bias (set rho_m(t), otherwise it is set using the current value of ARG)
NOISE optional not used Array of white noise intensities (add a temperature to the ABMD)
SEED optional not used Array of seeds for the white noise (add a temperature to the ABMD)