Thank you so much.<br><br><br><div class="gmail_quote">On Jan 30, 2008 2:57 AM, Tsjerk Wassenaar &lt;<a href="mailto:tsjerkw@gmail.com">tsjerkw@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Myunggi Yi,<br><div class="Ih2E3d"><br>&gt;<br>&gt; Mixing force fields is an intrinsically bad idea. See<br>&gt; <a href="http://wiki.gromacs.org/index.php/Parameterization" target="_blank">http://wiki.gromacs.org/index.php/Parameterization</a><br>
&gt;<br><br></div>I second that...<br><div class="Ih2E3d"><br>&gt; &gt; Is it possible to turn off dihedral energy (proper and improper) for a<br>&gt; &gt; certain molecule?<br>&gt; &gt; If yes, then how can I do this?<br>
&gt;<br>&gt; Comment out these parts of your topology file.<br>&gt;<br><br></div>You can do this easily by enclosing the dihedral section with an<br>#ifdef ... #endif block, and use a control #define statement upstream<br>
of it:<br><br>#define INCLUDE_DIHEDRALS<br><br>#ifdef INCLUDE_DIHEDRALS<br>[ dihedrals ]<br>...<br>...<br>...<br>#endif<br><br>This even allows you to control it through the .mdp file, including the line<br><br>define = -DINCLUDE_DIHEDRALS<br>
<br>Hope it helps,<br><br>Tsjerk<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><div><div></div><div class="Wj3C7c">_______________________________________________<br>gmx-users mailing list &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" 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&#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" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br></div></div></blockquote></div><br><br clear="all"><br>-- <br>Best wishes,<br>
<br>MYUNGGI YI<br>==================================<br>KLB 419<br>Institute of Molecular Biophysics<br>Florida State University<br>Tallahassee, FL 32306<br><br>Office: (850) 645-1334<br><a href="http://www.scs.fsu.edu/~myunggi">http://www.scs.fsu.edu/~myunggi</a>