<br><br>&nbsp;Hello Gromacs users:<br><br><br>I am running a&nbsp; dimeric protein simulation on Gromacs 3.3 using the force filed G43a1. <br><br><br>
For initially minimizing the hydrogen i did some small minimization and equilibration in the vacuum by maintaining the restraints <br>
then i added ions and water but in the very first minimization i m getting the following error <br>
<br>
<br>
1-4 interaction between 1 and 9 at distance 8.454 which is larger than the 1-4 table size 1.000 nm<br>
These are ignored for the rest of the simulation<br>
This usually means your system is exploding,<br>
<br>
<br>
In the log file i am getting :<br>
<br>
4 inconsistent shifts check your topology <br>
<br>
following is my input file :<br>
<br>
title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1min in water<br>
define&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = -DPOSRES<br>
integrator&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = steep<br>
dt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0.001<br>
constraints&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = none<br>
nsteps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 500<br>
nstlist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 10<br>
rcoulomb&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1<br>
rlist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1<br>
rvdw&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1.4<br>
ns_type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = grid<br>
coulombtype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = PME<br>
pbc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = xyz<br>
gen_vel&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = no<br>
fourierspacing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0.12<br>
pme_order&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 6<br>
ewald_rtol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1e-5<br>
optimize_fft&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = yes<br>
comm_mode&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = angular<br>
emtol&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 100.0<br>
emstep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0.01<br>
<br>
<br>
after adding the ions i have modified the topology file, <br>
please tell me what is the exact reason for this error or what are
the&nbsp; other things i should check in relation to the&nbsp; error <br>
<br>
With regards<br>
Thanks <br>
<br><div><span class="gmail_quote">On 7/2/07, <b class="gmail_sendername">Tsjerk Wassenaar</b> &lt;<a href="mailto:tsjerkw@gmail.com">tsjerkw@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Fufeng Liu,<br><br>I guess you ran pdb2gmx on the two peptides, where both peptides had<br>the same chain identifiers. In that case, pdb2gmx will assume that<br>it&#39;s one molecule and connect them. Use chain identifiers to indicate
<br>the different peptides, or build topologies first on separate files<br>and combine the peptides later.<br><br>Cheers,<br><br>Tsjerk<br><br>On 7/1/07, Mark Abraham &lt;<a href="mailto:mark.abraham@anu.edu.au">mark.abraham@anu.edu.au
</a>&gt; wrote:<br>&gt; Please keep requests for help on the list. That way they&#39;re archived for<br>&gt; others to use, and other people can raise points of interest.<br>&gt;<br>&gt; The last sentence here<br>&gt; <a href="http://wiki.gromacs.org/index.php/Errors#1-4_interaction_not_within_cut-off">
http://wiki.gromacs.org/index.php/Errors#1-4_interaction_not_within_cut-off</a><br>&gt; is my suggestion for you :-) Probably, you have only one [molecule]<br>&gt; statement for your two molecules, and by chance you included it first so
<br>&gt; that there was no error message from grompp. If you don&#39;t understand why<br>&gt; this is a problem, find the relevant section of Chapter 5 of the manual -<br>&gt; or read the whole lot of that chapter! :-)<br>
&gt;<br>&gt; Mark<br>&gt;<br>&gt; ---------------------------- Original Message ----------------------------<br>&gt; Subject: How simulate two peptides in a box?<br>&gt; From:&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:fufengliu@tju.edu.cn">fufengliu@tju.edu.cn
</a><br>&gt; Date:&nbsp;&nbsp;&nbsp;&nbsp;Sun, July 1, 2007 11:09 pm<br>&gt; To:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:mark.abraham@anu.edu.au">mark.abraham@anu.edu.au</a><br>&gt; --------------------------------------------------------------------------<br>
&gt;<br>&gt; Dear Mark:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I&#39;m a graduate student at Tianjin University. I want to simulate two<br>&gt; peptides<br>&gt; in a box using GROMACS software? I followed your suggestion<br>&gt;<br>&gt; {set up your topologies (suggest one molecule in each of two .itp files)
<br>&gt; #include them in the .top file, pick a starting configuration for both of<br>&gt; them in the same structure file, solvate, minimize.}<br>&gt;<br>&gt; But when I minimized the system, I got the information ¡±1-4 interaction
<br>&gt; between 83 and 85 at distance 1.862 which is larger than the 1-4 table<br>&gt; size 1.000 nm¡±. I checked the topology and found that atom 83 belong to<br>&gt; one peptide and the atom 85 the other peptide. That¡¯s to say the two
<br>&gt; peptides were considered as a peptide. Can you tell me how to do?&nbsp;&nbsp;I&#39;d be<br>&gt; very happy and grateful if you could tell me how to do it.<br>&gt; Looking forward to your reply.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Best regards.<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Fufeng Liu<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a>
<br>&gt; <a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>&gt; Please search the archive at <a href="http://www.gromacs.org/search">http://www.gromacs.org/search
</a> before posting!<br>&gt; Please don&#39;t post (un)subscribe requests to the list. Use the<br>&gt; www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>&gt; Can&#39;t post? Read 
<a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php</a><br>&gt;<br><br><br>--<br>Tsjerk A. Wassenaar, Ph.D.<br>Junior UD (post-doc)<br>Biomolecular NMR, Bijvoet Center<br>
Utrecht University<br>Padualaan 8<br>3584 CH Utrecht<br>The Netherlands<br>P: +31-30-2539931<br>F: +31-30-2537623<br>_______________________________________________<br>gmx-users mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:gmx-users@gromacs.org">
gmx-users@gromacs.org</a><br><a href="http://www.gromacs.org/mailman/listinfo/gmx-users">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>Please search the archive at <a href="http://www.gromacs.org/search">http://www.gromacs.org/search
</a> before 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">gmx-users-request@gromacs.org</a>.<br>Can&#39;t post? Read 
<a href="http://www.gromacs.org/mailing_lists/users.php">http://www.gromacs.org/mailing_lists/users.php</a><br></blockquote></div><br>