Felipe Nepomuceno
unread,May 17, 2019, 8:59:58 AM5/17/19Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PLUMED users
HI,
I was trying to do some metadynamics simulations of the puckering of carbohydrate rings in order to observe their energy profile. I started using theta and phi as CV's, however, whenever theta approaches 0º, the variation of the phi value causes the ring to break and the simulation to stop.
Given that, I started trying to use the qx and qy as CV's and the simulation works just fine. When I open the resulting HILLS file, the values of qx and qy are stuck between 0.08 and -0.08, with a big energy minima occupying the whole graph. Right below is the .dat file I used fot the theta/phi simulation and for the qx/qy simulation:
Theta/Phi:
RESTART
PUCKERING ATOMS=14,15,7,4,1,13 LABEL=puck
UPPER_WALLS ARG=puck.theta,puck.phi AT=pi,pi KAPPA=250.0,250.0 EXP=2,2 EPS=1,1 OFFSET=0,0 LABEL=uwall
LOWER_WALLS ARG=puck.theta,puck.phi AT=0.0,0.0 KAPPA=250.0,250.0 EXP=2,2 EPS=1,1 OFFSET=0,0 LABEL=lwall
PRINT ARG=uwall.bias,lwall.bias STRIDE=500
METAD ...
LABEL=metad
ARG=puck.theta,puck.phi
PACE=500
HEIGHT=1.0
SIGMA=0.2,0.2
FILE=HILLS_theta_phi
BIASFACTOR=6.0
TEMP=298
... METAD
PRINT STRIDE=10 ARG=puck.theta,puck.phi,metad.bias FILE=COLVAR_theta_phi
ENDPLUMED
Qx/Qy:
PUCKERING ATOMS=14,15,7,4,1,13 LABEL=puck
METAD ...
LABEL=metad
ARG=puck.qx,puck.qy
PACE=500
HEIGHT=1.0
SIGMA=0.2,0.2
FILE=HILLS_qxqy
BIASFACTOR=100.0
TEMP=298
... METAD
PRINT STRIDE=10 ARG=puck.qx,puck.qy,metad.bias FILE=COLVAR_qxqy
ENDPLUMED
For both cases I used the O5-C1-C2-C3-C4-C5 order of the puckering atoms.
What am I doing wrong? Can someone think of anything that might help me elucidate the energy profile of a carbohydrate ring in function of Theta and Phi?
Thank you in advance,
Best regards,
Felipe