I have a polymer (obtained running in lamps using opls/aa ff- # of atoms~8000 and # of monomers~120) i want to run this in Gromacs using opls-ff. The question i have is as follows:
1. I want to make the .top file for that. I read the Gromacs manual and learned that I need to have my own .rtp file, since this is a random polymer that is not present in
/home/swijesi/gromacs-4.5.5.exec/share/gromacs/top/oplsaa.ff data base. I would like to get some suggestions on how to make the .rtp file.
2. I was able to make the .top file, using 3 monomers, after modifying the atomname2type.n2t and using the following command:
g_x2top -f test.pdb -o test.top -name test -ff oplsaa -pbc
since i have the .top for 3 monomers i tried grompp as follows
grompp -f npt.mdp -c test.gro -p test.top -o run.tpr , where I created the .gro by
editconf -f test.pdb -o test.gro -box 4 4 4
but the grompp gave me following error
Program grompp, VERSION 4.5.5
Source code file: grompp.c, line: 175
Fatal error:
The largest charge group contains 207 atoms. The maximum is 32.
For more information and tips for troubleshooting, please check the GROMACS
website at http://www.gromacs.org/Documentation/Errors
3. I read the gromacs user blogs and they were talking about the connection between the .top file .itp file. I do not have a specific .itp file for this. How can I create one?
Thank you!