Dear all,
I tried to perform parallel tempering metadynamics on my system using PLUMED2. I also tried to implement well-tempered ensemble by using potential energy as a CV. However the output of parallel tempering in GROMACS 4.5.5 only gives one COLVAR and one HILL files, which are for the ensemble at the lowest temperature.
I checked the document for METAD action in PLUMED2. It states that if using BIASFACTOR one has to explicit specify temperature. However when passing PLUMED input to GROMACS I can only use one plumed.dat file, which means one temperature. Does that mean the MD engine only do metadynamics on the lowest temperature ensemble? Could that be the reason why I am getting only one COLVAR, instead of N files with N being number of replicas? I am aware that PLUMED1.3 has no problem in providing N COLVAR files for each temperature replica.
My plumed.dat is as follows:
ENERGY LABEL=ene
METAD ARG=ene SIGMA=1000 HEIGHT=1 PACE=500 BIASFACTOR=10 TEMP=300 LABEL=restraint
PRINT ARG=ene,restraint.bias STRIDE=500 FILE=COLVAR
And my mdrun command is:
$HOME/compiling/gromacs-4.5.5/install_dir_plumed/bin/mdrun_mpid -v -s topol_.tpr -multi 19 -replex 1000 -reseed -1 -plumed plumed.dat
Your kind help is greatly appreciated!
Weilong