<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Will I write two&nbsp; .rtp files for two different molecules ? or Will I write&nbsp; one rtp file that includes all parameters of these two molecules ? And how can I use the rtp file when creating the input files ( .gro and .top )&nbsp; ?<br><br>Thanks in advance<br><br><br>--- On <b>Thu, 3/12/09, Justin A. Lemkul <i>&lt;jalemkul@vt.edu&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Justin A. Lemkul &lt;jalemkul@vt.edu&gt;<br>Subject: Re: [gmx-users] pdb files<br>To: "Discussion list for GROMACS users" &lt;gmx-users@gromacs.org&gt;<br>Date: Thursday, March 12, 2009, 12:11 PM<br><br><div class="plainMail"><br><br>oguz gurbulak wrote:<br>&gt; Dear Justin,<br>&gt; <br>&gt; Can I get a itp file tempate for OPLS-AA according to your suggestions below and editing the itp file for my
 molecule. Is it possible to do this ? Or is there an alternative way apart from manually writing the itp file for OPLS-AA ?<br>&gt; <br><br>You're stuck either writing an .rtp entry for use with pdb2gmx, or writing the .itp yourself.<br><br>-Justin<br><br>&gt; Thanks in advance<br>&gt; <br>&gt; <br>&gt; <br>&gt; &lt;&lt;You will not want to create a topology from these files, because pdb2gmx would create a huge mess of files to deal with (a different topology for each chain).&nbsp; What you want is to do is to create .itp files for each individual molecule type in your system.&nbsp; This will probably have to be done by hand if you want to use OPLS-AA.&nbsp; Depending on the complexity of your molecule, you may be able to use an .rtp entry, but I would suggest processing a single molecule of this type with pdb2gmx to create a .top for that molecule (which can be converted to a .itp for later use).&lt;&lt;<br>&gt; <br>&gt; <br>&gt; <br>&gt; --- On *Sat,
 3/7/09, Justin A. Lemkul /&lt;<a ymailto="mailto:jalemkul@vt.edu" href="/mc/compose?to=jalemkul@vt.edu">jalemkul@vt.edu</a>&gt;/* wrote:<br>&gt; <br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;From: Justin A. Lemkul &lt;<a ymailto="mailto:jalemkul@vt.edu" href="/mc/compose?to=jalemkul@vt.edu">jalemkul@vt.edu</a>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Subject: Re: [gmx-users] pdb files<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;To: <a ymailto="mailto:gurbulakoguz@yahoo.com" href="/mc/compose?to=gurbulakoguz@yahoo.com">gurbulakoguz@yahoo.com</a>, "Discussion list for GROMACS users"<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;&lt;<a ymailto="mailto:gmx-users@gromacs.org" href="/mc/compose?to=gmx-users@gromacs.org">gmx-users@gromacs.org</a>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Date: Saturday, March 7, 2009, 9:28 AM<br>&gt; <br>&gt; <br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;oguz gurbulak wrote:<br>&gt;&nbsp; &nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp; &gt; Dear All,<br>&gt;&nbsp; &nbsp; &nbsp;
 &gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp; &gt; I want to use packmol pdb files that includes one or two<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;different types of molecules. And I seached Gromacs manuals,<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;tutorials and mail archives in order to have enough information<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;about using packmol pdb files in Gromacs. But I couldn't find any<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;information. So Could you please give me the information about this<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;? How can I use a packmol pdb file for oplsaa and gromacs<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;united-atom force field in generating .gro and .top files for md<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;simulations?<br>&gt;&nbsp; &nbsp; &nbsp; &gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;You will not want to create a topology from these files, because<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;pdb2gmx would create a huge mess
 of files to deal with (a different<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;topology for each chain).&nbsp; What you want is to do is to create .itp<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;files for each individual molecule type in your system.&nbsp; This will<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;probably have to be done by hand if you want to use OPLS-AA.&nbsp; &nbsp;&nbsp;&nbsp;Depending on the complexity of your molecule, you may be able to use<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;an .rtp entry, but I would suggest processing a single molecule of<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;this type with pdb2gmx to create a .top for that molecule (which can<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;be converted to a .itp for later use).<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Do not use the "Gromacs force field" (ffgmx); it is deprecated and<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;should not be used for new simulations.&nbsp; Use a newer Gromos96<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;variant.&nbsp; You can get
 Gromos96-compatible topologies from the PRODRG<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;2.5 server, but be warned that the charges and charge groups<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;assigned by PRODRG are often inconsistent and unsatisfactory,<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;requiring manual alteration and validation.<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Summary:<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;1. Create .itp files for each molecule type individually.<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;2. Construct a .top yourself, which would be as simple as:<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;#include "ffoplsaa.itp"<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;#include "molecule_A.itp"<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;#include "molecule_B.itp"<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;#include "spc.itp"<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;#include "ions.itp"<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;[ system ]<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;packmol system<br>&gt; <br>&gt;&nbsp;
 &nbsp;&nbsp;&nbsp;[ molecules ]<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Molecule_A&nbsp; &nbsp; N<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Molecule_B&nbsp; &nbsp; N<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;SOL&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;N<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;(then whatever ions you need, if any)<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;-Justin<br>&gt; <br>&gt;&nbsp; &nbsp; &nbsp; &gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt; Sincerely<br>&gt;&nbsp; &nbsp; &nbsp; &gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt;&nbsp; &nbsp; &nbsp; &nbsp; &gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;------------------------------------------------------------------------<br>&gt;&nbsp; &nbsp; &nbsp; &gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt; _______________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &gt; gmx-users mailing list&nbsp; &nbsp; <a ymailto="mailto:gmx-users@gromacs.org"
 href="/mc/compose?to=gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;&lt;/mc/compose?to=<a ymailto="mailto:gmx-users@gromacs.org" href="/mc/compose?to=gmx-users@gromacs.org">gmx-users@gromacs.org</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &gt; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>&gt;&nbsp; &nbsp; &nbsp; &gt; Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;posting!<br>&gt;&nbsp; &nbsp; &nbsp; &gt; Please don't post (un)subscribe requests to the list. Use the www<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;interface or send it to <a ymailto="mailto:gmx-users-request@gromacs.org" href="/mc/compose?to=gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a><br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;&lt;/mc/compose?to=<a
 ymailto="mailto:gmx-users-request@gromacs.org" href="/mc/compose?to=gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>&gt;.<br>&gt;&nbsp; &nbsp; &nbsp; &gt; Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;-- ========================================<br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Justin A. Lemkul<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Graduate Research Assistant<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;ICTAS Doctoral Scholar<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Department of Biochemistry<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Virginia Tech<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Blacksburg, VA<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;jalemkul[at]vt.edu | (540) 231-9080<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;<a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin"
 target="_blank">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br>&gt; <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;========================================<br>&gt; <br>&gt; <br>&gt; <br>&gt; ------------------------------------------------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; gmx-users mailing list&nbsp; &nbsp; <a ymailto="mailto:gmx-users@gromacs.org" href="/mc/compose?to=gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>&gt; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>&gt; Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>&gt; Please don't post (un)subscribe requests to the list. Use the www interface or send it to <a ymailto="mailto:gmx-users-request@gromacs.org"
 href="/mc/compose?to=gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>&gt; Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br><br>-- ========================================<br><br>Justin A. Lemkul<br>Graduate Research Assistant<br>ICTAS Doctoral Scholar<br>Department of Biochemistry<br>Virginia Tech<br>Blacksburg, VA<br>jalemkul[at]vt.edu | (540) 231-9080<br><a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin" target="_blank">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br><br>========================================<br>_______________________________________________<br>gmx-users mailing list&nbsp; &nbsp; <a ymailto="mailto:gmx-users@gromacs.org" href="/mc/compose?to=gmx-users@gromacs.org">gmx-users@gromacs.org</a><br><a href="http://www.gromacs.org/mailman/listinfo/gmx-users"
 target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>Please don't post (un)subscribe requests to the list. Use the www interface or send it to <a ymailto="mailto:gmx-users-request@gromacs.org" href="/mc/compose?to=gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>Can't post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br></div></blockquote></td></tr></table><br>