I want to do an MD simulation of a dipeptide which contains two alanine and in one of the alanine in place of the methyl group a CH2CN group is present. I have attached the .gro file of my structure here. I am using OPLS-AA force field. But when I am running grompp I am getting the following error-
NOTE 1 [file minim.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 1981633587
Generated 332520 of the 332520 non-bonded parameter combinations
Generating 1-4 interactions: fudge = 0.5
Generated 332520 of the 332520 1-4 parameter combinations
ERROR 1 [file topol.top, line 152]:
No default Angle types
ERROR 2 [file topol.top, line 188]:
No default Ryckaert-Bell. types
ERROR 3 [file topol.top, line 192]:
No default Ryckaert-Bell. types
ERROR 4 [file topol.top, line 196]:
No default Ryckaert-Bell. types
I believe this is because in my ffbonded.itp file there is no definition of angle type and dihedral type for the following combination of atoms -
CA CB CZ
N CA CB CZ
HA CA CB CZ
C CA CB CZ
Therefore, my question is, from where can I get the parameters needed to edit the above-mentioned angle type and dihedral types in my ffbonded.itp file? I have attached my topol.top file and ffbonded.itp file here. Any suggestion regarding this will be highly appreciated.