Dear Mark,<div><br></div><div>Thanks a lot for the reply and highlighting the cause of error that I was facing.</div><div>Still can it be possible to overcome the same error with the available facility.</div><div><br></div>
<div> Pavan Payghan</div><div>
<div> </div>
<div> </div>
<div> </div><br>
<br><br><div class="gmail_quote">On Thu, Apr 26, 2012 at 9:55 AM,  <span dir="ltr">&lt;<a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Send gmx-users mailing list submissions to<br>
        <a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gmx-users-owner@gromacs.org" target="_blank">gmx-users-owner@gromacs.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gmx-users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Free Energy calcualtions (Sai Kumar Ramadugu)<br>
   2. How to choose two atoms at the same time, using g_select<br>
      selection.dat (mu xiaojia)<br>
   3. Re: How to choose two atoms at the same time,     using g_select<br>
      selection.dat (Justin A. Lemkul)<br>
   4. Re: why it is so slow in Blue gene? (Mark Abraham)<br>
   5. Fwd: Error: coordinate file does not match with the       topology<br>
      file (Mark Abraham)<br>
   6. Re: How to increase the ratio of cell size to constrain<br>
      length per error message (Mark Abraham)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 25 Apr 2012 16:05:05 -0500<br>
From: Sai Kumar Ramadugu &lt;<a href="mailto:sramadugu@gmail.com" target="_blank">sramadugu@gmail.com</a>&gt;<br>
Subject: [gmx-users] Free Energy calcualtions<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CAO6uzQUPcXNcot6qbkWLrrrifpk2Y3ciCfFTs7%2BFwYyJrb0smg@mail.gmail.com" target="_blank">CAO6uzQUPcXNcot6qbkWLrrrifpk2Y3ciCfFTs7+FwYyJrb0smg@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Gromacs Users,<br>
I want to mutate a glutamate in my protein to alanine in presence of a<br>
ligand.<br>
With glutamate, the protein charge is -3. To neutralize the system, I added<br>
3K+ ions.<br>
Now when I mutate GLU to ALA, the charge in state_B will be +1 (protein -2<br>
+ 3K+).<br>
<br>
Right now I&#39;m in the charge part of the mutation. Once this is successful,<br>
I will include the VDW mutation too.<br>
<br>
I have added the mutation details of Glu to Ala residue in the topology in<br>
[atoms], [bonds], [angles] and [dihedrals] sections.<br>
<br>
After I run the grompp command, the result says that my State_B topology<br>
has +1 charge since I am not including mutation of one K+ ion to neutral K+<br>
ion.<br>
How can I mutate 1 particular K+ to K atom and subsequently to a dummy<br>
atom? Since I&#39;m using OPLS force field, we have ions.itp to be used in the<br>
topology file, changing one K+ is making it troublesome for me to implement<br>
in the topology file.<br>
Any suggestions are helpful.<br>
<br>
Thanks for your time.<br>
<br>
Regards<br>
Sai<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.gromacs.org/pipermail/gmx-users/attachments/20120425/a8a8f0b1/attachment-0001.html" target="_blank">http://lists.gromacs.org/pipermail/gmx-users/attachments/20120425/a8a8f0b1/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 25 Apr 2012 20:19:22 -0500<br>
From: mu xiaojia &lt;<a href="mailto:muxiaojia2010@gmail.com" target="_blank">muxiaojia2010@gmail.com</a>&gt;<br>
Subject: [gmx-users] How to choose two atoms at the same time,  using<br>
        g_select selection.dat<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:CABSFTFqreE885zmhdQq6n2qrjcKo2c-SdupOT_utJbXKKyoqLw@mail.gmail.com" target="_blank">CABSFTFqreE885zmhdQq6n2qrjcKo2c-SdupOT_utJbXKKyoqLw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Dear gmx users,<br>
<br>
I may have a silly question, how to make a group of two atoms from the same<br>
molecule?<br>
<br>
e.g, I want to make an &quot;HN&quot; group of both H and N from my 2nd residue,<br>
<br>
I know for single one, commands in *.dat file is like:<br>
<br>
nameN = resnr 2 and name N;<br>
nameH = resnr 2 and name H;<br>
<br>
nameN;<br>
nameH;<br>
<br>
I guess &quot;merge&quot; or &quot;plus&quot; might be helpful,I think it should be done<br>
something like: &quot;nameN_H = resnr 2 and name N ?? resnr 2 and name H&quot;, so it<br>
is an intramolecular combination between N and H; it shouldn&#39;t be done<br>
afterwards, otherwise it would be an intermolecular combination.<br>
<br>
Thanks very much! g_select is really powerful, and hopefully there would be<br>
more examples.<br>
<br>
Jia<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.gromacs.org/pipermail/gmx-users/attachments/20120425/87d7ac37/attachment-0001.html" target="_blank">http://lists.gromacs.org/pipermail/gmx-users/attachments/20120425/87d7ac37/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 25 Apr 2012 21:24:21 -0400<br>
From: &quot;Justin A. Lemkul&quot; &lt;<a href="mailto:jalemkul@vt.edu" target="_blank">jalemkul@vt.edu</a>&gt;<br>
Subject: Re: [gmx-users] How to choose two atoms at the same time,<br>
        using g_select selection.dat<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4F98A3C5.8040904@vt.edu" target="_blank">4F98A3C5.8040904@vt.edu</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
<br>
<br>
On 4/25/12 9:19 PM, mu xiaojia wrote:<br>
&gt; Dear gmx users,<br>
&gt;<br>
&gt; I may have a silly question, how to make a group of two atoms from the same<br>
&gt; molecule?<br>
&gt;<br>
&gt; e.g, I want to make an &quot;HN&quot; group of both H and N from my 2nd residue,<br>
&gt;<br>
&gt; I know for single one, commands in *.dat file is like:<br>
&gt;<br>
&gt; nameN = resnr 2 and name N;<br>
&gt; nameH = resnr 2 and name H;<br>
&gt;<br>
&gt; nameN;<br>
&gt; nameH;<br>
&gt;<br>
&gt; I guess &quot;merge&quot; or &quot;plus&quot; might be helpful,I think it should be done something<br>
&gt; like: &quot;nameN_H = resnr 2 and name N ?? resnr 2 and name H&quot;, so it is an<br>
&gt; intramolecular combination between N and H; it shouldn&#39;t be done afterwards,<br>
&gt; otherwise it would be an intermolecular combination.<br>
&gt;<br>
&gt; Thanks very much! g_select is really powerful, and hopefully there would be more<br>
&gt; examples.<br>
&gt;<br>
<br>
g_select is more suited for complex groups that are dynamic or otherwise based<br>
on geometric criteria.  If you&#39;re trying to make a simple group that consists of<br>
2 atoms, make_ndx is easier, and using a plain text editor will be easiest, i.e.:<br>
<br>
[ my_group ]<br>
  1  2<br>
<br>
-Justin<br>
<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>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Thu, 26 Apr 2012 14:04:49 +1000<br>
From: Mark Abraham &lt;<a href="mailto:Mark.Abraham@anu.edu.au" target="_blank">Mark.Abraham@anu.edu.au</a>&gt;<br>
Subject: Re: [gmx-users] why it is so slow in Blue gene?<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4F98C961.9030105@anu.edu.au" target="_blank">4F98C961.9030105@anu.edu.au</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8; format=flowed<br>
<br>
On 25/04/2012 3:24 PM, Albert wrote:<br>
&gt; hello:<br>
&gt;<br>
&gt;   it is blue gene P. And the gromacs is single precision in the<br>
&gt; cluster. Getting Loaded...And the administrator told me that I have to<br>
&gt; use the multiples of 32 in the bg_size parameter. The number specified<br>
&gt; in &quot;-np&quot; should be 4 times bg_size.<br>
<br>
Yes, but your system is too small to make use of 128 processors. Also,<br>
get rid of -launch and -nt from your command line, since they do nothing.<br>
<br>
&gt;   It is even slower than my own workstation with 16 core.........<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; here is the log file I get:<br>
<br>
No, that&#39;s the stdout file. Look at the end of the .log file.<br>
<br>
&gt;<br>
&gt; -------------log----------------<br>
&gt; Reading file npt_01.tpr, VERSION 4.5.5 (single precision)<br>
&gt; Loaded with Money<br>
&gt;<br>
&gt; Will use 112 particle-particle and 16 PME only nodes<br>
<br>
This is guaranteed to lead to woeful performance with your .mdp<br>
settings, but you will have to look towards the beginning of the .log<br>
file to find out why mdrun selected this. Odds are good that your system<br>
size is so small that the minimum particle-particle cell size<br>
(constrained by rcoulomb) doesn&#39;t give mdrun any good options that use<br>
all the processors. You&#39;d likely get better raw performance with twice<br>
the number of atoms or half the number of processors.<br>
<br>
Mark<br>
<br>
&gt; This is a guess, check the performance at the end of the log file<br>
&gt; Making 3D domain decomposition 4 x 4 x 7<br>
&gt; starting mdrun &#39;GRowing Old MAkes el Chrono Sweat&#39;<br>
&gt; 500000 steps,    500.0 ps.<br>
&gt; step 0<br>
&gt; vol 0.64! imb F 16% pme/F 0.22 step 100, will finish Wed Apr 25<br>
&gt; 18:28:06 2012<br>
&gt; vol 0.65! imb F 17% pme/F 0.21 step 200, will finish Wed Apr 25<br>
&gt; 18:09:54 2012<br>
&gt; vol 0.67! imb F 18% pme/F 0.21 step 300, will finish Wed Apr 25<br>
&gt; 18:03:12 2012<br>
&gt; vol 0.69! imb F 18% pme/F 0.21 step 400, will finish Wed Apr 25<br>
&gt; 17:58:25 2012<br>
&gt; vol 0.67! imb F 19% pme/F 0.21 step 500, will finish Wed Apr 25<br>
&gt; 17:55:26 2012<br>
&gt; vol 0.68! imb F 19% pme/F 0.22 step 600, will finish Wed Apr 25<br>
&gt; 17:53:31 2012<br>
&gt; vol 0.68! imb F 19% pme/F 0.22 step 700, will finish Wed Apr 25<br>
&gt; 17:51:57 2012<br>
&gt; vol 0.68! imb F 19% pme/F 0.22 step 800, will finish Wed Apr 25<br>
&gt; 17:50:32 2012<br>
&gt; vol 0.68! imb F 20% pme/F 0.22 step 900, will finish Wed Apr 25<br>
&gt; 17:49:14 2012<br>
&gt; vol 0.67! imb F 21% pme/F 0.22 step 1000, will finish Wed Apr 25<br>
&gt; 17:48:13 2012<br>
&gt; vol 0.68! imb F 20% pme/F 0.22 step 1100, will finish Wed Apr 25<br>
&gt; 17:47:28 2012<br>
&gt; vol 0.67! imb F 21% pme/F 0.22 step 1200, will finish Wed Apr 25<br>
&gt; 17:46:50 2012<br>
&gt; vol 0.67! imb F 21% pme/F 0.22 step 1300, will finish Wed Apr 25<br>
&gt; 17:46:15 2012<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On 04/24/2012 06:01 PM, Hannes Loeffler wrote:<br>
&gt;&gt; On Tue, 24 Apr 2012 15:42:15 +0200<br>
&gt;&gt; Albert&lt;<a href="mailto:mailmd2011@gmail.com" target="_blank">mailmd2011@gmail.com</a>&gt;  wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; hello:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;     I am running a 60,000 atom system with 128 core in a blue gene<br>
&gt;&gt;&gt; cluster. and it is only 1ns/day.... here is the script I used for<br>
&gt;&gt; You don&#39;t give any information what exact system that is (L/P/Q?), if<br>
&gt;&gt; you run single or double precision and what force field you are using.<br>
&gt;&gt; But for a similar sized system using a united atom force field in<br>
&gt;&gt; single precision we find about 4 ns/day on a BlueGene/P (see our<br>
&gt;&gt; benchmarking reports on<br>
&gt;&gt; <a href="http://www.stfc.ac.uk/CSE/randd/cbg/Benchmark/25241.aspx" target="_blank">http://www.stfc.ac.uk/CSE/randd/cbg/Benchmark/25241.aspx</a>).  I would<br>
&gt;&gt; expect a run with the CHARMM 27 force field in double precision to be<br>
&gt;&gt; roughly 3 times slower.  We found scaling to 128 cores to be<br>
&gt;&gt; reasonably good. Also, check our report for problems when compiling<br>
&gt;&gt; with higher optimisation.<br>
&gt;&gt;<br>
&gt;&gt; Hannes.<br>
&gt;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Thu, 26 Apr 2012 14:13:06 +1000<br>
From: Mark Abraham &lt;<a href="mailto:Mark.Abraham@anu.edu.au" target="_blank">Mark.Abraham@anu.edu.au</a>&gt;<br>
Subject: [gmx-users] Fwd: Error: coordinate file does not match with<br>
        the     topology file<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4F98CB52.1060606@anu.edu.au" target="_blank">4F98CB52.1060606@anu.edu.au</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Please do not make unsolicited general GROMACS inquiries to private<br>
email addresses. The mailing lists exist for these kinds of purposes.<br>
<br>
On point, you cannot be helped unless you provide the command lines that<br>
you used and describe the objectives you were trying to achieve.<br>
Whatever changes you make to one of the coordinate and .top file must be<br>
matched in the other.<br>
<br>
Mark<br>
<br>
-------- Original Message --------<br>
Subject:        Error: coordinate file does not match with the topology file<br>
Date:   Wed, 25 Apr 2012 02:05:45 +0800 (SGT)<br>
From:   sonali shinde &lt;<a href="mailto:shindesonali14@yahoo.co.in" target="_blank">shindesonali14@yahoo.co.in</a>&gt;<br>
Reply-To:       sonali shinde &lt;<a href="mailto:shindesonali14@yahoo.co.in" target="_blank">shindesonali14@yahoo.co.in</a>&gt;<br>
To:     <a href="mailto:Mark.Abraham@anu.edu.au" target="_blank">Mark.Abraham@anu.edu.au</a> &lt;<a href="mailto:mark.abraham@anu.edu.au" target="_blank">mark.abraham@anu.edu.au</a>&gt;<br>
<br>
<br>
<br>
<br>
----- Forwarded Message -----<br>
*From:* sonali shinde &lt;<a href="mailto:shindesonali14@yahoo.co.in" target="_blank">shindesonali14@yahoo.co.in</a>&gt;<br>
*To:* vini k &lt;<a href="mailto:vineetha_mandlik@yahoo.co.in" target="_blank">vineetha_mandlik@yahoo.co.in</a>&gt;<br>
*Sent:* Monday, 23 April 2012 6:48 PM<br>
*Subject:* Error: coordinate file does not match with the topology file<br>
<br>
Dear Sir,<br>
              I am a user of gromacs 4.0 for molecular dynamic study of<br>
a protein molecule. I have generated trajectory file before using the<br>
same commands that I use now. Recently I am suffering some problem using<br>
Gromacs , my coordinate file does not matches with the topology file.I<br>
have attached the pdb file protein, .gro and .top file . I have<br>
encountered same error a number of times with three different<br>
proteins.Please suggest the answer for the same.<br>
             Thanking you.<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.gromacs.org/pipermail/gmx-users/attachments/20120426/23d33012/attachment-0001.html" target="_blank">http://lists.gromacs.org/pipermail/gmx-users/attachments/20120426/23d33012/attachment-0001.html</a><br>


<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Thu, 26 Apr 2012 14:24:53 +1000<br>
From: Mark Abraham &lt;<a href="mailto:Mark.Abraham@anu.edu.au" target="_blank">Mark.Abraham@anu.edu.au</a>&gt;<br>
Subject: Re: [gmx-users] How to increase the ratio of cell size to<br>
        constrain       length per error message<br>
To: Discussion list for GROMACS users &lt;<a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4F98CE15.4040309@anu.edu.au" target="_blank">4F98CE15.4040309@anu.edu.au</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
On 25/04/2012 6:28 AM, PAVAN PAYGHAN wrote:<br>
&gt;<br>
&gt; Dear Gromacs Users,<br>
&gt;<br>
&gt; I am using gromacs version is 4.5.3.and running my jobs on single node<br>
&gt; with 8 cores.<br>
&gt;<br>
&gt; I have two different systems which contain about 425000 atoms (protein<br>
&gt; + Lipid +SOL) one with bound ligand<br>
&gt;<br>
&gt; and another one unbound protein.I have successfully reached up to<br>
&gt; NPT equilibration run step,<br>
&gt;<br>
<br>
It is a poor idea to do equilibration with Parinello-Rahman, which is<br>
unstable when the system is not already close to equilibrium. For some<br>
reason people still do it, despite at least a post per week on this list<br>
suggesting against it, and a warning in the manual. Use Berendsen to fix<br>
the density, then equilibrate further with P-R to get the right ensemble.<br>
<br>
&gt; now I want to continue the same for production run. Without ligand I<br>
&gt; am able to run successfully But the same system with ligand is<br>
&gt; crashing with following error-<br>
&gt;<br>
&gt; D D cell  1 0 0 could only obtain 1520 of the 1521 atoms that are<br>
&gt;<br>
&gt; are connected via constraints from the neighbouring cells<br>
&gt;<br>
&gt; This probably means your constraint length are too long<br>
&gt;<br>
&gt; compared to the domain decomposition cell size.<br>
&gt;<br>
&gt; Decrease the number of domain decomposition grid cells or lincs_order.<br>
&gt;<br>
<br>
I&#39;d rather expect your system was blowing up because of the above issue.<br>
Perhaps the suggestion in the error message is not as complete as could<br>
be desired - you have so many atoms per processor that the constraint<br>
length would normally be tiny with respect to the cell size. So I think<br>
the things you have tried below are rearranging the deck chairs on the<br>
Titanic.<br>
<br>
Mark<br>
<br>
&gt; Accordingly following the suggestions given in the error I tried to<br>
&gt; solve it with<br>
&gt;<br>
&gt; Following log file and changed,<br>
&gt;<br>
&gt; 1.1. -rcon<br>
&gt;<br>
&gt;         Estimated maximum distance required for p-lincs was 0.877 thus<br>
&gt; I increased it to 0.900<br>
&gt;<br>
&gt;   then it thrown another error.<br>
&gt;<br>
&gt;   The initial cell size (0.877) is smaller than the cell size limit<br>
&gt; (0.900)<br>
&gt;<br>
&gt;<br>
&gt; 2 .Then I tried to increase the --dds and --rdd from original values<br>
&gt; of 1.25 and 0.623 to 1.30 and 0.670 respectively.<br>
&gt;<br>
&gt;    But it does not help and ended with run crash.<br>
&gt;<br>
&gt; /*What I did was logical or I did it wrongly?*/<br>
&gt;<br>
&gt; /*Now can anyone please suggest me the appropriate way to deal with<br>
&gt; the problem mentioned above? */<br>
&gt;<br>
&gt; As I want the continuation of the same run without altering the output<br>
&gt; after change in the parameters (As I have to compare the output with<br>
&gt; unbound protein run thus can&#39;t afford change in output with change in<br>
&gt; parameters)<br>
&gt;<br>
&gt; I know that I need to change some of the parameters in .mdp file such as<br>
&gt;<br>
&gt; fourierspacing from 0.16 to 0.12 and on the contrary increase the<br>
&gt; pme_order from say 4 to 6.<br>
&gt;<br>
&gt; /*But as asked above by doing so the output will not or will be the<br>
&gt; exact continuation run?*/<br>
&gt;<br>
&gt; /*How to increase the ratio of cell size to constrain length per error<br>
&gt; message?*/<br>
&gt;<br>
&gt; /*If any better way of doing so without changing the output please<br>
&gt; suggest,*/<br>
&gt;<br>
&gt; I am suffering from the same problem since long,<br>
&gt;<br>
&gt; Please help me .Please see the mdp file for the reference.<br>
&gt;<br>
&gt; integrator        = md<br>
&gt;<br>
&gt; nsteps             = 10000000<br>
&gt;<br>
&gt;  dt                         = 0.002                   ; 2 fs<br>
&gt; &gt; &gt;<br>
&gt;  ; Output control<br>
&gt; nstxout                        = 1000                        ;<br>
&gt; nstvout                         = 1000                        ;<br>
&gt; nstxtcout                     = 1000                        ;<br>
&gt;<br>
&gt; nstenergy                    = 1000                        ;<br>
&gt;<br>
&gt;  nstlog              = 1000                        ;<br>
&gt; ; Bond parameters<br>
&gt; continuation   = yes                   ; Restarting after NPT<br>
&gt; constraint_algorithm = lincs ; holonomic constraints<br>
&gt; constraints     = all-bonds             ; all bonds (even heavy atom-H<br>
&gt; bonds)<br>
&gt; lincs_iter         = 1                               ; accuracy of LINCS<br>
&gt; lincs_order     = 4<br>
&gt;<br>
&gt; ; Neighborsearching<br>
&gt; ns_type           = grid<br>
&gt; nstlist              = 5<br>
&gt;<br>
&gt;  rlist                = 1.2<br>
&gt; rcoulomb        = 1.2<br>
&gt; rvdw                = 1.2<br>
&gt; ; Electrostatics<br>
&gt; coulombtype  = PME<br>
&gt; pme_order     = 4<br>
&gt; fourierspacing           = 0.16<br>
&gt; tcoupl              = Nose-Hoover<br>
&gt; tc-grps                        = Protein  P    SOL_NA_CL ;<br>
&gt; tau_t                = 0.5   0.5       0.5<br>
&gt; ref_t                = 323 323     323  group, in K<br>
&gt; ; Pressure coupling is on<br>
&gt; pcoupl             = Parrinello-Rahman     ;<br>
&gt;<br>
&gt; pcoupltype     = semiisotropic<br>
&gt; tau_p              = 2.0                                   ; time<br>
&gt; ref_p               = 1.0   1.0                           ; reference<br>
&gt; compressibility = 4.5e-5       4.5e-5 ;<br>
&gt;<br>
&gt;  ; Periodic boundary conditions<br>
&gt; pbc                      = xyz                        ; 3-D PBC<br>
&gt;<br>
&gt;  ; Dispersion correction<br>
&gt; DispCorr        = EnerPres    ; account for cut-off vdW scheme<br>
&gt;<br>
&gt; ; Velocity generation<br>
&gt;   gen_vel                       = no<br>
&gt;<br>
&gt; Thanking in Advance<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.gromacs.org/pipermail/gmx-users/attachments/20120426/7b577a01/attachment.html" target="_blank">http://lists.gromacs.org/pipermail/gmx-users/attachments/20120426/7b577a01/attachment.html</a><br>


<br>
------------------------------<br>
<span><font color="#888888"><br>
--<br>
gmx-users mailing list<br>
<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/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br>
<br>
End of gmx-users Digest, Vol 96, Issue 189<br>
******************************************<br>
</font></span></blockquote></div><br></div>