I am following http://www.mdtutorials.com/gmx/complex/index.html
However, there are multiple errors.
After reaching the Adding Ions step (http://www.mdtutorials.com/gmx/complex/04_ions.html), I am encountering the following output:
After running - gmx grompp -f ions.mdp -c solv.gro -p topol.top -o ions.tpr
-------------------x---------------x-------------x--------------
Ignoring obsolete mdp entry 'title'
NOTE 1 [file ions.mdp]:
With Verlet lists the optimal nstlist is >= 10, with GPUs >= 20. Note
that with the Verlet scheme, nstlist has no effect on the accuracy of
your simulation.
Setting the LD random seed to -1853572670
Generated 330891 of the 330891 non-bonded parameter combinations
Generating 1-4 interactions: fudge = 0.5
Generated 330891 of the 330891 1-4 parameter combinations
ERROR 1 [file UNK.itp, line 4]:
Atomtype H842 not found
There was 1 note
-------------------------------------------------------
Program: gmx grompp, version 2018.1
Source file: src/gromacs/gmxpreprocess/toppush.cpp (line 1390)
Fatal error:
There was 1 error in input file(s)
------------------------------------------------------
I have obtained my ligand .gro and .itp from LibParGen and have added them in the topol.top as insctructed. the protein pdb2gmx has been obtained using the OPLS-AA ff. I have removed the .prm file from the above output as:
Thanks for any help!!