Hello Plumed group,
I am using path collective variable to study a loop motion. I used g_morph from Gromacs to generate the 26 intermediates using two crystal structures at open and close states, respectively. The interpolation of conformations is from -0.1 to 1.1. The RMSDs of backbone of the loop between each pair of neighbor conformations is 0.183 angstrom (alignment was one on the backbone atoms of the whole chain) . Based on the equation from the tutorial, I got a lambda = 6867.9 nm-2 (2.3/0.0183/0.0183 nm-2)
Then, I ran metadynamics simulations on the S_path and Z_path, but the simulations crashed after hundreds picoseconds. I got some error like this:
Fatal error:
653 particles communicated to PME node 8 are more than 2/3 times the cut-off out of the domain decomposition cell of their charge group in dimension x.
This usually means that your system is not well equilibrated.
I used 72 cores for the simulation, and 500ps NVT and 500 ps NPT equilibration have already been performed before the metadynamics simulation.
And the same equilibrated system could be used for umbrella sampling successfully. So I don't think that the system was not well equilibrated.
As I ran a HREX simulation scaled the loop some time ago, I used the same plumed file to calculate the S_path and Z_path on the HREX trajectory file.
At some frames, I got "-nan" and "inf" for S_path and Z_path, respectively. Then I tried with a smaller lambda (2986.0 nm-2), then I didn't get any "-nan, inf".
I tried this lambda=2986.0 nm-2 (1.0/0.0183/0.0183 nm-2) as I saw people in this paper used the inverse of the MSD between successive frames as the lambda.
https://www.nature.com/articles/srep08425I also tried to run the same metadynamics simulation on the S_path and Z_path using GPUs, the simulation also crashed with some error of Segmentation fault.
I also ran SMD simulations driving the S_path, some runs crashed at around 10 ns because of Segmentation fault.
So does it mean that I used a too high lambda in the simulation? Could you please give me some suggestions on my setup? Any tips will be appreciated!
###### plumed.dat ####
# Unit setting
UNITS LENGTH=nm TIME=ps ENERGY=kcal/mol
# make chain AB whole
chainAB: GROUP ATOMS=1-8258
WHOLEMOLECULES ENTITY0=chainAB
path: PATHMSD REFERENCE=refs26.pdb LAMBDA=6867.9
meta: METAD ARG=path.sss,path.zzz ADAPTIVE=DIFF SIGMA=125 HEIGHT=0.5 TEMP=300 BIASFACTOR=16 PACE=125 FILE=HILLS
PRINT STRIDE=25 ARG=* FILE=colar.dat
#######
All the best,
Qinghua