I have simulated a protein-ligand complex by using gromacs software and gromos 54A7 force field was deployed for this purpose. Ligand topology (.itp) file was prepared by usimg ATB server. Now I want to calculate protein-ligand binding free energy by gmx_MMPBSA tool.
Command used:
gmx_MMPBSA -O -i mmpbsa.in -cs analysis_npt.pdb -ci protein_ligand.ndx -cp complex.top -cg 1 13 -ct analysis.xtc
But getting an error:
atom.atom_type = params.atom_types[atom.type]
KeyError: 'NL'
Exiting. All files have been retained.
Please help me to solve the problem