GROMACS version:5.1.4
GROMACS modification: Yes/No
Dear GROMACS Users,
Can anyone help me with my problems pulling a molecule toward the lipid bilayer in MD simulation in GROMACS?
I am using the pull code from Prof Justin Lemkul in the Umbrella sampling tutorial using Gromacs as a reference for pulling a molecule towards the plasma membrane model. md_pull.mdp (2.3 KB)
On using this command, I get
gmx grompp -f md_pull.mdp -c md_final.gro -p topol.top -r md_final.gro -n new.ndx -t md_final.cpt -o pull.tpr
I get an error stating: Can not have dynamic box while using pull geometry “direction-periodic” (dim z).
Does Justins tutorial use geometry=distance-periodic?
Geometry distance-periodic is pulling molecules over distances of more than half the box and should almost never used. With a membrane one should use geometry=cylinder.
Thanks for replying
Prof. Lemkul uses pull_coord1_geometry = distance as given in the tutorial. I tried with this, but he pulls the protein chain there.
Here, I want to bring molecule towards the membrane. For this, I first gave pull_coord1_rate vale = -ve, which gave an error stating “When the maximum distance from a pull group reference atom to other atoms in the group is larger than 0.5 times half the box size a centrally placed atom should be chosen as pbc atom. Pull group 2 is larger than that and does not have a specific atom selected as reference atom”.
This same error comes when I use pull_coord1_geometry = distance and cylinder.
You would get that error with geometry=distance, but not with geometry=cylinder, if you chose the bilayer as the first group. Did you choose the bilayer as the first group?
For pull-coord1-geometry, I used direction/distance/cylinder.
This works if I keep the box size at least 4 times of the distance between the molecule and the membrane.