GROMACS version: Gromacs 2021 with colvars
GROMACS modification: Yes
I am trying to run an SMD using ‘coordNum’ colvar to slowly increase number of contacts between protein and ligand. Following is my “colvar.dat” to run using “gmx mdrun -s smd.tpr -deffnm smd -colvars colvar.dat”
The simulation runs but the first step itself shows number of contacts of 400 which is not correct. I made sure in the gro file that ligand not closer to the protein at all (~20 A away).
Following is my colvar.dat content.
colvar {
name CNUM
width 1.0
outputAppliedForce on
outputVelocity on
coordNum {
cutoff 4.0
group1 { atomNumbers 141 142 144 145 147 149 150 153 154 155 158 160 172 173 175 176 178 179 180 181 184 185 187 188 191 193 }
group2 { atomNumbers 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 }
}
}
harmonic {
colvars CNUM
centers 0
targetCenters 200
forceConstant 1
targetNumSteps 500000
outputAccumulatedWork on
}
Any help in figuring out why the ligand is not moving towards the given protein atoms but the *.traj output show 400 contacts from the beginning?
Thanks,