Hello,
I am trying to add a new residue so I can run a protein folding simulation using GROMACS. However, I have looked at the aminoacids.rtp file for the force field I want to use and I am not sure how to generate this information. For example, it can be researched using textboks or materials online the angle beteen atom A and atom B in molecule C but the .rtp file doesn't specify the angle in radians or degrees.
Here is an example. I want to generate information in the following format but for my own residue:
[ ALA ]
[ atoms ]
N N -0.28000 0
H H 0.28000 0
CA CH1 0.00000 1
CB CH3 0.00000 1
C C 0.380 2
O O -0.380 2
[ bonds ]
N H gb_2
N CA gb_20
CA C gb_26
C O gb_4
C +N gb_9
CA CB gb_26
[ angles ]
; ai aj ak gromos type
-C N H ga_31
H N CA ga_17
-C N CA ga_30
N CA C ga_12
CA C +N ga_18
CA C O ga_29
O C +N ga_32
N CA CB ga_12
C CA CB ga_12
[ impropers ]
; ai aj ak al gromos type
N -C CA H gi_1
C CA +N O gi_1
CA N C CB gi_2
[ dihedrals ]
; ai aj ak al gromos type
-CA -C N CA gd_4
-C N CA C gd_19
N CA C +N gd_20
Does anyone know how I can generate this type of information but for a custom residue?
Thanks in advance,
Jordan Wolfson