Hi all,
I have a couple of questions for PMF calculations in Gromacs. I placed a nanoparticle (NP) in the water region approximately 1nm away from the membrane and by using Gromacs pull code, I am pulling the nanoparticle in the z-direction through the bilayer center plane. However, the tutorial and articles imply that the reference group is treated with a position restraint in z-direction. Here is my pull code:
pull = yes
pull_ncoords = 1
pull-coord1-type = umbrella
pull-coord1-geometry = distance
pull-coord1-dim = N N Y
pull_constr_tol = 1e-06
pull-coord1-start = yes
pull_nstxout = 100
pull_nstfout = 100
pull_ngroups = 2
pull-group1-name = NP
pull-group2-name = MEMBRANE
pull-coord1-groups = 1 2
pull-coord1-rate = -0.01
pull-coord1-k = 1000
-I am wondering whether can I positionally restraint the whole membrane in z-direction? If so, how? Before, I have only done it for PO4 beads in the bilayer.
-While pulling, equilibration and umbrella simulation, should I separate the groups as NP Membrane and Water for center of mass motion removal (comm-grps)?
-In Justin's tutorial, COM pulling distance is in increasing order, but my reaction coordinate is between extracellular NP and membrane. Therefore center of mass distances decrease during pulling. I mean the COM distance does not go from 0 to 4nm but 4nm to 0 nm. Does it make any difference?
-For umbrella simulation, I took pull-coord1-rate = 0.0, however the NP not only moved in the window, in x and y direction but also in the z-direction. Can the little deviations of NP from the window be tolerated or do I need to increase the harmonic potential?
Thank you so much!