This is part of the generic module |
Set random pattern for exchanges.
In this way, exchanges will not be done between replicas with consecutive index, but will be done using a random pattern. Typically used in bias exchange [108].
Using the following three input files one can run a bias exchange metadynamics simulation using a different angle in each replica. Exchanges will be randomly tried between replicas 0-1, 0-2 and 1-2
Here is plumed.0.dat
RANDOM_EXCHANGES t: TORSION ATOMSthe four atoms involved in the torsional angle =1,2,3,4 METAD ARGthe input for this action is the scalar output from one or more other actions. =t HEIGHTthe heights of the Gaussian hills. =0.1 PACEcompulsory keyword the frequency for hill addition =100 SIGMAcompulsory keyword the widths of the Gaussian hills =0.3
Here is plumed.1.dat
RANDOM_EXCHANGES t: TORSION ATOMSthe four atoms involved in the torsional angle =2,3,4,5 METAD ARGthe input for this action is the scalar output from one or more other actions. =t HEIGHTthe heights of the Gaussian hills. =0.1 PACEcompulsory keyword the frequency for hill addition =100 SIGMAcompulsory keyword the widths of the Gaussian hills =0.3
Here is plumed.2.dat
RANDOM_EXCHANGES t: TORSION ATOMSthe four atoms involved in the torsional angle =3,4,5,6 METAD ARGthe input for this action is the scalar output from one or more other actions. =t HEIGHTthe heights of the Gaussian hills. =0.1 PACEcompulsory keyword the frequency for hill addition =100 SIGMAcompulsory keyword the widths of the Gaussian hills =0.3
SEED | seed for random exchanges |