While performing gromacs MD simulation after pdbtogmx command using charmm force-field, i have received "Atom P1 in residue NDP 193 was not found in rtp entry NDP with 75 atoms while sorting atoms" error. Kindly help me in solving this error.
I am assuming that you are using the latest version of charmm36m and your input file for pdbtogmx is in PDB format.
If you open the corresponding merged.rtp file of the charmm36m force field and search for the NAD entry, you will see that it expects the phosporatoms to be named as follows (highlighted in bold below):
P2B
PA
PN
As there is no definition for a P1 atom in the rtp file, you need to rename your atoms in the input file to match the format in the rtp file. I have attached the full NDP definition for you at the end.
But I have one another query regarding Protein ligand Complex MDS
If complex contains two Hetatoms i.e. NDP and UNK, interacting with Protein .What is the procedure for MDS using gromacs. Whether we have to create topology file for both NDP and UNK and merge it with Protein? or some other procedure is there?