Loading...
Searching...
No Matches
BIASVALUE
This is part of the bias module

Takes the value of one variable and use it as a bias

This is the simplest possible bias: the bias potential is equal to a collective variable. It is useful to create custom biasing potential, e.g. applying a function (see Functions) to some collective variable then using the value of this function directly as a bias.

Examples

The following input tells plumed to use the value of the distance between atoms 3 and 5 and the value of the distance between atoms 2 and 4 as biases. It then tells plumed to print the energy of the restraint

Click on the labels of the actions for more information on what each action computes
tested on v2.10
d1: DISTANCE ATOMSthe pair of atom that we are calculating the distance between. =3,5 
d2: DISTANCE ATOMSthe pair of atom that we are calculating the distance between. =3,6 
b: BIASVALUE ARGthe input for this action is the scalar output from one or more other actions. =d1,d2 
PRINT ARGthe input for this action is the scalar output from one or more other actions. =d1,d2,b.d1_bias,b.d2_bias 

Another thing one can do is asking one system to follow a circle in sin/cos according a time dependence

Click on the labels of the actions for more information on what each action computes
tested on v2.10