Hi Mark,<br><br>I don&#39;t quite understand what it follows &quot;only one [defaults] section can exist in an entire topology&quot;.<br><br>Then how to specify different fudge values for different subsets of non-bonded interactions?<br>

<br>When defining new atom types, should I always use &#39;new&#39; atomtypes names? For example, if the atom type &quot;H2&quot; already exists for part A, then I should use something different like &quot;H2B&quot; to define similar atomtypes in part B?<br>

<br>But if I can use only one [ defaults ] section, even within different .itp files under the same .top file, how could I tell the program to apply different fudge values to H2 as defined in A.itp and H2B as defined in B.itp?<br>

<br>Thanks,<br>Yun<br><br>Date: Sun, 18 Sep 2011 09:25:38 +1000<br>
From: Mark Abraham &lt;<a href="mailto:Mark.Abraham@anu.edu.au">Mark.Abraham@anu.edu.au</a>&gt;<br>
Subject: Re: [gmx-users] different sets of fudgeQQ and fudgeLJ<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4E752C72.4040807@anu.edu.au">4E752C72.4040807@anu.edu.au</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 18/09/2011 8:58 AM, Yun Shi wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I want to apply different values of LJ and QQ scaling factors for two<br>
&gt; interacting molecules A and B. Since I already have the .itp files for<br>
&gt; each molecule, should I just add something like:<br>
&gt;<br>
&gt; [ defaults ]<br>
&gt; ; nbfunc        comb-rule       gen-pairs       fudgeLJ  fudgeQQ<br>
&gt;    1                    2                     yes             0.5<br>
&gt;       0.8333<br>
&gt;<br>
&gt; at the very beginning of A.itp and B.itp respectively (the actual<br>
&gt; values are different from this eg.)?<br>
&gt;<br>
&gt; I wonder if .itp file format was designed for this kind of purpose?<br>
&gt; :)  I guess we could even define different sets of atom types for A<br>
&gt; and B, right?<br>
<br>
As you will see in the examples in chapter 5, only one [defaults]<br>
section can exist in an entire topology. Further, the fudge values only<br>
apply to a subset of non-bonded interactions. For the kind of<br>
calculation you have in mind, you will need to define new atom types for<br>
the modified interactions.<br>
<br>
Mark