GROMACS version: 2022
GROMACS modification: Yes/No
So I am doing pull-force calculation of a protein-protein complex where I have to pull the smaller protein from the larger subunit. The pullf.xvg curve seems fine to a certain extent and goes down towards zero very usually but around 40 kJ/mol it just fluctuates around and does not converge to zero. What could this mean?
I am attaching the plot as well as my pull code. Kindly help.
; Pull code
pull = yes
pull_ncoords = 1 ; only one reaction coordinate
pull_ngroups = 2 ; two groups defining one reaction coordinate
pull_group1_name = chain_B
pull_group2_name = chain_A
pull_coord1_type = umbrella ; harmonic potential
pull_coord1_geometry = distance ; simple distance increase
pull_coord1_dim = Y N N
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
pull-pbc-ref-prev-step-com = yes