GROMACS version: 2019.4
GROMACS modification: Yes/No
Here post your question I am trying to use the pull code to pull a group along a vector. I have the following pull code
pull = yes
pull_ncoords = 1 ; only one reaction coordinate
pull_ngroups = 2 ; two groups defining one reaction coordinate
pull-pbc-ref-prev-step-com = yes
pull_group1_name = PROF
pull_group2_name = PROG
pull_group1_pbcatom = 7367
pull_group2_pbcatom = 12925
pull_coord1_vec = 0 0 1
pull_coord1_type = umbrella ; harmonic potential
pull_coord1_geometry = direction-periodic ; simple distance increase
pull_coord1_dim = N N Y
pull_coord1_groups = 1 2
pull_coord1_start = yes ; define initial COM distance > 0
pull_coord1_rate = 0.01 ; 0.01 nm per ps = 10 nm per ns
pull_coord1_k = 1000 ; kJ mol^-1 nm^-2
and I get the following error
Pressure coupling incorrect number of values (I need exactly 1)
my question is, where/how do I set the pressure coupling in the mdp file such that the error wont occur? earlier in the mdp file there is a line about Pcoupl =Parinello-Rahman (which is exactly one thing?) but there is nothing in the file about Pcoupling which is numeric - should there be? what syntax do I use to pop it in there? Has anybody found the pull code documentation easy to extract solutions to problems from???