The force fields have to be compatible but this way works fine.<br><br><div class="gmail_quote">On 19 May 2010 12:50, Justin A. Lemkul <span dir="ltr">&lt;<a href="mailto:jalemkul@vt.edu">jalemkul@vt.edu</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im"><br>
<br>
Oliver Grant wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Can you not run pdb2gmx for each of your molecules that you want separate force fields for? Then cat the gro files, renumber and include the molecule types as .itp files in the .top file as below. If I&#39;m doing anything wrong please let me know! :)<br>


</blockquote>
<br></div>
Combining different force fields into a single system completely invalidates it, so yes, I&#39;d say you&#39;re doing something wrong :)<br>
<br>
-Justin<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
 ;<br>
;    This is your topology file<div><div></div><div class="h5"><br>
;    &quot;What If None Of Your Dreams Come True ?&quot; (E. Costello)<br>
;<br>
; Include forcefield parameters<br>
#include &quot;ffamber99sb.itp&quot;<br>
<br>
[ atomtypes ] ------------------------------------------------------------------------------------from the top file of the non amber force field<br>
;name  bond_type    mass    charge   ptype          sigma      epsilon<br>
CY            CY      0.0000  0.0000  A   3.39967e-01  4.57730e-01<br>
O              O      0.0000  0.0000  A   2.95992e-01  8.78640e-01<br>
HO            HO      0.0000  0.0000  A   0.00000e+00  0.00000e+00<br>
H1            H1      0.0000  0.0000  A   2.47135e-01  6.56888e-02<br>
O2            O2      0.0000  0.0000  A   2.95992e-01  8.78640e-01<br>
N              N      0.0000  0.0000  A   3.25000e-01  7.11280e-01<br>
H2            H2      0.0000  0.0000  A   2.29317e-01  6.56888e-02<br>
OY            OY      0.0000  0.0000  A   3.00001e-01  7.11280e-01<br>
HC            HC      0.0000  0.0000  A   2.64953e-01  6.56888e-02<br>
H              H      0.0000  0.0000  A   1.06908e-01  6.56888e-02<br>
C              C      0.0000  0.0000  A   3.39967e-01  3.59824e-01<br>
OS            OS      0.0000  0.0000  A   3.00001e-01  7.11280e-01<br>
CG            CG      0.0000  0.0000  A   3.39967e-01  4.57730e-01<br>
OH            OH      0.0000  0.0000  A   3.06647e-01  8.80314e-01<br>
<br>
#include &quot;protein.itp&quot;------------------------------------------------------------------------------------from the top file of the amber force field, contains everything usually specified here under [molecule types].<br>


<br>
; Include Position restraint file<br>
#ifdef POSRES<br>
#include &quot;posre.itp&quot;<br>
#endif<br>
<br>
#ifdef POSRES_CA<br>
#include &quot;CA_posre.itp&quot;<br>
#endif<br>
<br>
#include &quot;trisacc.itp&quot;------------------------------------------------------------------------------------from the top file of the non amber force field, contains charges etc.<br>
<br>
; Include Position restraint file<br>
#ifdef POSRES_trisacc<br>
#include &quot;trisacc_posre.itp&quot;<br>
#endif<br>
<br>
; Include water topology<br>
#include &quot;ffamber_tip3p.itp&quot;<br>
<br>
#ifdef POSRES_WATER<br>
; Position restraint for each water oxygen<br>
[ position_restraints ]<br>
;  i funct       fcx        fcy        fcz<br>
   1    1       1000       1000       1000<br>
#endif<br>
<br>
; Include generic topology for ions<br>
#include &quot;Na_amber99sb.itp&quot;<br>
<br>
[ system ]<br>
; Name<br>
Protein in water<br>
<br>
[ molecules ]<br>
; Compound        #mols<br>
Protein_A           1<br>
trisacc            1<br>
SOL         10697<br>
Na          4<br>
<br>
<br>
<br></div></div>
2010/5/19 you zou &lt;<a href="mailto:zou.you@live.com" target="_blank">zou.you@live.com</a> &lt;mailto:<a href="mailto:zou.you@live.com" target="_blank">zou.you@live.com</a>&gt;&gt;<div class="im"><br>
<br>
    Hi Justin,<br>
<br>
    Thank you for your help, But when I run x2top command there is one<br>
    error that is:<br>
    &quot;<br>
    Can not find forcefield for atom C1-1 with 2 bonds<br>
    Can not find forcefield for atom C4-4 with 2 bonds<br>
    ...<br>
    Program x2top, VERSION 4.0.5<br>
    Source code file: x2top.c, line: 207<br>
<br>
    Fatal error:<br>
    Could only find a forcefield type for 6 out of 24 atoms&quot;<br>
<br>
    I don&#39;t know how can I adjust this error.<br>
    I have one more question again, this command give me a top file, if<br>
    I want gro file of this pdb (drug that has removed from drug-enzyme<br>
    complex) how can I do that?<br>
<br>
    you zou wrote:<br>
    &gt; Dear Users,<br>
    &gt;     &gt; I have one question about Drug-Enzyme Complex,Similar to tutorial If I <br>
<br>
    &gt;<br>
      want to use GROMOS96 43a1, I can use &quot;Prodrg Beta version&quot; for drug     &gt; but If I want to use OPLS-AA/L all-atom force field I can use &quot;Prodrg     &gt; Beta version&quot; server too, or not?<br>
<br>
    No. You can&#39;t use two different force fields in one simulation system.<br>
<br>
<br>
<br>
    &gt; If I can&#39;t use this server, how can I make .gro file and .itp file for     &gt; drug that remove from initial .pdb file?<br>
    &gt; <br>
    There are several programs in the User Contributions from the website, x2top <br>
<br>
    (which is distributed with Gromacs), or you can build the topology by hand. No     matter what you choose, you need a thorough understanding of the mechanics of     your chosen force field, methods of validation, and of course Chapter 5 in the <br>


<br>
    Gromacs manual.<br>
<br>
<br>
    Thanks<br>
<br>
<br>
    ------------------------------------------------------------------------<br>
    Hotmail: Free, trusted and rich email service. Get it now.<br></div><div class="im">
    &lt;<a href="https://signup.live.com/signup.aspx?id=60969" target="_blank">https://signup.live.com/signup.aspx?id=60969</a>&gt;<br>
<br>
    --<br></div><div class="im">
    gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br></div>
    &lt;mailto:<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<div class="im"><br>
    <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.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<br>
    posting!<br>
    Please don&#39;t post (un)subscribe requests to the list. Use the<br>
    www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a><br></div>
    &lt;mailto:<a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>&gt;.<div class="im"><br>
    Can&#39;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>
</div></blockquote><div class="im">
<br>
-- <br>
========================================<br>
<br>
Justin A. Lemkul<br>
Ph.D. Candidate<br>
ICTAS Doctoral Scholar<br>
MILES-IGERT Trainee<br>
Department of Biochemistry<br>
Virginia Tech<br>
Blacksburg, VA<br>
jalemkul[at]<a href="http://vt.edu" target="_blank">vt.edu</a> | (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></div><div><div></div><div class="h5">
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.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&#39;t post (un)subscribe requests to the list. Use the www interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can&#39;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></div></blockquote></div><br>