Thomas Schlesier wrote:
Hi,
i think another problem lies here:

; Include water topology
#include "spc.itp"

.................
; Include generic topology for ions
#include "ions.itp"

; Include topology for SDS
#include "SDS.itp"

[ system ]
; Name
Protein in water with SDS

[ molecules ]
; Compound        #mols
Protein             1
SDS            2000
SOL             36173

You have defined your Protein, then the water, then ions and then SDS.
But in [ molecules ] you have the order Protein - SDS - water; but these
two orders must be the same.
-> Delete the line, which Justin suggested und put the *#include
"SDS.itp"* before the *#include "spc.itp"*, then i think all must be fine.

I believe this is not true. The order within [ molecules ] must match the ordering in the coordinate file supplied with this .top file to grompp. There would be no good reason to implement grompp such that it ignored the molecule type names and required the same ordering of the [ moleculetype ] sections as in [ molecules ] - lookup of string names would be much more robust and user-friendly.

Mark
_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to