I am using following pull code in the steered md simulation in gromacs for pulling a molecule across the plasma membrane model.

; Pull code

pull = umbrella

pull_geometry = distance

pull_dim = N N Y

pull_start = yes

pull_ngroups =2

pull-ncoords =1

pull_coord1_groups = 1 2

pull_group1_name = NPROT_ref

pull_group2_name = LIG

pull_coord1_rate = -0.01 ; 0.01 nm per ps = 10 nm per ns

pull_coord1_k = 1000 ; kJ mol^-1 nm^-2

pull_nstxout = 1000 ; every 2 ps

pull_nstfout = 1000 ; every 2 ps

But molecules is not moving beyond the centre of the membrane model where z=0

I read one online tutorial at http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin/gmx-tutorials/umbrella/05a_pull_tips.html , provided by Dr. Justin. (may be i misunderstood the tips provide at this web page, can anyone correct me, if i am wrong and also did not understood how to use pull_geometry = position, as there is no such option I found on the mdp option web page of the gromacs)

then I used following code

pull_geometry = direction

pull_vec1 = 0 0 1

I got the following error

Fatal error:

Distance between pull groups 1 and 2 (5.763902 nm) is larger than 0.49 times the box size (4.446700).

where as box size is 10. 327 10.327 8.89

some where I am making mistake in the pull code setting, but not able to find out. can anyone suggest me where I am doing wrong, and what could be the possible pull code parameters.

More Mahender Singh's questions See All
Similar questions and discussions