GROMACS version: 2023.1
GROMACS modification: Yes/No
The error I met when running mdrun:
-------------------------------------------------------
Program: gmx mdrun, version 2023.1
Source file: src/gromacs/pulling/pull.cpp (line 668)
Fatal error:
Pull reference angle for coordinate 1 (180.000487) needs to be in the allowed
interval [0,180] deg
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
-------------------------------------------------------
Here is my mdp file, I used two CVs to pull my system:
pull = yes
pull_ncoords = 2
pull_ngroups = 6
pull-group1-name = PULLED_RBD
pull-group2-name = PULLED
pull-group3-name = RBD_loc2
pull-group4-name = RBD_loc1
pull-group5-name = Hinge
pull-group6-name = Rot_center
pull-group1-pbcatom = 8050
pull-group2-pbcatom = 32023
pull-group3-pbcatom = 8034
pull-group4-pbcatom = 6625
pull-group5-pbcatom = 8497
pull-group6-pbcatom = 15205
; Angle
pull-coord1-type = umbrella
pull-coord1-geometry = angle
pull-coord1-groups = 5 1 5 6
pull-coord1-rate = 0.25 ; deg/ps
pull-coord1-start = yes
pull_coord1-k = 1000
; Dihedral
pull-coord2-type = umbrella
pull-coord2-geometry = dihedral
pull-coord2-groups = 3 4 4 5 5 2
pull-coord2-start = yes
pull-coord2-rate = 0.06 ; deg/ps
pull_coord2-k = 1000
pull-pbc-ref-prev-step-com = yes
;
I checked the pullx.xvg and the trajectoryand I didn’t find anything strange. Can anyone provide some suggestions on how to fix or avoid this problem? Thanks!