I am trying to calculate binding energy between two protein using gmx_mmpbsa, but when I am running the last command to calculate binding energy (gmx_MMPBSA -O -i mmpbsa.in -cs md.tpr -ci index.ndx -cg 19 20 -ct md_noPBC.xtc -cp topol.top), I have this error:
raise ParameterError('Not all bond parameters found')
ParameterError: Not all bond parameters found
I would appreciate if some one could help me to solve this error.
Thanks in advance