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 [88].
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: TORSIONATOMS=1,2,3,4 METADthe four atoms involved in the torsional angleARG=tcompulsory keyword the labels of the scalars on which the bias will actHEIGHT=0.1the heights of the Gaussian hills.PACE=100compulsory keyword the frequency for hill additionSIGMA=0.3compulsory keyword the widths of the Gaussian hills
Here is plumed.1.dat
RANDOM_EXCHANGES t: TORSIONATOMS=2,3,4,5 METADthe four atoms involved in the torsional angleARG=tcompulsory keyword the labels of the scalars on which the bias will actHEIGHT=0.1the heights of the Gaussian hills.PACE=100compulsory keyword the frequency for hill additionSIGMA=0.3compulsory keyword the widths of the Gaussian hills
Here is plumed.2.dat
RANDOM_EXCHANGES t: TORSIONATOMS=3,4,5,6 METADthe four atoms involved in the torsional angleARG=tcompulsory keyword the labels of the scalars on which the bias will actHEIGHT=0.1the heights of the Gaussian hills.PACE=100compulsory keyword the frequency for hill additionSIGMA=0.3compulsory keyword the widths of the Gaussian hills
SEED | seed for random exchanges |