<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Hi,<br><br>Here tau_p=4, which is already quite large.<br>But there are no "real" problems in the system, the results should be fine.<br>But the relative ling tau_p might be the reason for the strange scaling.<br>This would make the scaling factor always close to 1 plus or minus one bit.<br>I have not done the binary math, so I can not see if somehow this would<br>make numbers slightly below 20 scale down and above 20 scale up.<br><br>Berk.<br><br></div><br><hr id="stopSpelling">&gt; Date: Thu, 24 Jul 2008 13:40:02 +0200<br>&gt; From: spoel@xray.bmc.uu.se<br>&gt; To: gmx-users@gromacs.org<br>&gt; Subject: Re: [gmx-users] box size changing during isotropic pressure coupling<br>&gt; <br>&gt; Berk Hess wrote:<br>&gt; &gt; <br>&gt; &gt; Hi,<br>&gt; &gt; <br>&gt; &gt; Hmm... this is a (seemingly( really systematic decrease in x and y and <br>&gt; &gt; increase in z.<br>&gt; &gt; <br>&gt; &gt; But is x at the start really EXACTLY identical to y?<br>&gt; &gt; Because in that case I would think they should always stay identical.<br>&gt; &gt; But looking at the code I see that it is always uses triclinic scaling.<br>&gt; &gt; Thus x and y are treated differently (although adding only zeros),<br>&gt; &gt; so depending on the compiler, the results could differ by a bit.<br>&gt; &gt; What system and compiler are you using?<br>&gt; &gt; <br>&gt; <br>&gt; Pressure coupling artifacts may be enhance by short coupling constants <br>&gt; as well. We recently had a problem that systems consisting of simple <br>&gt; liquids would not equilibrate with tau_p = 1 ps and isotropic scaling. <br>&gt; With tau_p = 5 ps it was fine. For more complicated systems like yours <br>&gt; tau_p might need to be larger. I realize this is somewhat separate from <br>&gt; the issue you are presenting. By the way the website doesn't seem to <br>&gt; exist anymore.<br>&gt; <br>&gt; &gt; Berk.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt;  &gt; Date: Fri, 18 Jul 2008 13:54:19 -0400<br>&gt; &gt;  &gt; From: chris.neale@utoronto.ca<br>&gt; &gt;  &gt; To: gmx-users@gromacs.org<br>&gt; &gt;  &gt; Subject: [gmx-users] box size changing during isotropic pressure coupling<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Hello,<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; I have a system of 750,000 atoms consisting of detergent in water.<br>&gt; &gt;  &gt; Although this run has been carried out using isotropic pressure<br>&gt; &gt;  &gt; coupling, I see significant drift in the box dimensions over 150 ns.<br>&gt; &gt;  &gt; This run was carried out using gromacs version 3.3 and 3.3.1. I used the<br>&gt; &gt;  &gt; -shuffle and -sort options and an in-house g_desort. This means that my<br>&gt; &gt;  &gt; restarts are via grompp, not tpbconv, although I do use the .trr and<br>&gt; &gt;  &gt; .edr with gen_vel=no and unconstrained-start=yes for a proper restart.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; My system is rectangular, starting with an x=y!=z and a=b=c=90. When I<br>&gt; &gt;  &gt; view the .xtc file, it is clear that the system is shrinking in the x/y<br>&gt; &gt;  &gt; and growing in the z. However, while turning on PBC images it looks like<br>&gt; &gt;  &gt; a totally normal simulation in that there is no net drift or anything<br>&gt; &gt;  &gt; else obviously problematic.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; I have posted some images here<br>&gt; &gt;  &gt; http://www.pomeslab.com/CN_GromacsPost_071808.html that show the box<br>&gt; &gt;  &gt; dimensions over time and also the total volume. The initial rapid volume<br>&gt; &gt;  &gt; change, and its asymptotic continuation, is an aggregation effect and is<br>&gt; &gt;  &gt; expected. Other than this, the volume is generally stable to the changes<br>&gt; &gt;  &gt; in the box lengths along single dimensions. I can not explain any of the<br>&gt; &gt;  &gt; features of the individual x/y/z plots, nor can I explain why they level<br>&gt; &gt;  &gt; out, why y levels out before x and z, or guess if this will continue to<br>&gt; &gt;  &gt; stay (relatively) flat.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; I am interested to know if anybody else has experienced this. Also, it<br>&gt; &gt;  &gt; seems to me like this is simply an output format thing and will not<br>&gt; &gt;  &gt; cause problems unless the x/y shrinks so much that cutoff effects cause<br>&gt; &gt;  &gt; me problems.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; my .mdp file follows.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; title = seriousMD<br>&gt; &gt;  &gt; cpp = cpp<br>&gt; &gt;  &gt; integrator = md<br>&gt; &gt;  &gt; nsteps = 25000<br>&gt; &gt;  &gt; tinit = 153200<br>&gt; &gt;  &gt; dt = 0.002<br>&gt; &gt;  &gt; comm_mode = linear<br>&gt; &gt;  &gt; nstcomm = 1<br>&gt; &gt;  &gt; comm_grps = System<br>&gt; &gt;  &gt; nstxout = 25000<br>&gt; &gt;  &gt; nstvout = 25000<br>&gt; &gt;  &gt; nstfout = 25000<br>&gt; &gt;  &gt; nstlog = 5000<br>&gt; &gt;  &gt; nstlist = 10<br>&gt; &gt;  &gt; nstenergy = 500<br>&gt; &gt;  &gt; nstxtcout = 5000<br>&gt; &gt;  &gt; ns_type = grid<br>&gt; &gt;  &gt; pbc = xyz<br>&gt; &gt;  &gt; coulombtype = PME<br>&gt; &gt;  &gt; rcoulomb = 0.9<br>&gt; &gt;  &gt; fourierspacing = 0.12<br>&gt; &gt;  &gt; pme_order = 4<br>&gt; &gt;  &gt; vdwtype = cut-off<br>&gt; &gt;  &gt; rvdw_switch = 0<br>&gt; &gt;  &gt; rvdw = 1.4<br>&gt; &gt;  &gt; rlist = 0.9<br>&gt; &gt;  &gt; DispCorr = no<br>&gt; &gt;  &gt; Pcoupl = Berendsen<br>&gt; &gt;  &gt; pcoupltype = isotropic<br>&gt; &gt;  &gt; compressibility = 4.5e-5<br>&gt; &gt;  &gt; ref_p = 1.<br>&gt; &gt;  &gt; tau_p = 4.0<br>&gt; &gt;  &gt; tcoupl = Berendsen<br>&gt; &gt;  &gt; tc_grps = DPC SOL<br>&gt; &gt;  &gt; tau_t = 0.1 0.1<br>&gt; &gt;  &gt; ref_t = 300. 300.<br>&gt; &gt;  &gt; annealing = no<br>&gt; &gt;  &gt; gen_vel = no<br>&gt; &gt;  &gt; unconstrained-start = yes<br>&gt; &gt;  &gt; gen_temp = 300.<br>&gt; &gt;  &gt; gen_seed = 9896<br>&gt; &gt;  &gt; constraints = all-bonds<br>&gt; &gt;  &gt; constraint_algorithm= lincs<br>&gt; &gt;  &gt; lincs-iter = 1<br>&gt; &gt;  &gt; lincs-order = 4<br>&gt; &gt;  &gt; ;EOF<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; #########<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; many thanks,<br>&gt; &gt;  &gt; Chris.<br>&gt; &gt;  &gt; _______________________________________________<br>&gt; &gt;  &gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; &gt;  &gt; http://www.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt;  &gt; Please search the archive at http://www.gromacs.org/search before <br>&gt; &gt; posting!<br>&gt; &gt;  &gt; Please don't post (un)subscribe requests to the list. Use the<br>&gt; &gt;  &gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt;  &gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; &gt; <br>&gt; &gt; Express yourself instantly with MSN Messenger! MSN Messenger <br>&gt; &gt; &lt;http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/&gt;<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; gmx-users mailing list    gmx-users@gromacs.org<br>&gt; &gt; http://www.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; &gt; Please don't post (un)subscribe requests to the list. Use the <br>&gt; &gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; David van der Spoel, Ph.D., Professor of Biology<br>&gt; Molec. Biophys. group, Dept. of Cell &amp; Molec. Biol., Uppsala University.<br>&gt; Box 596, 75124 Uppsala, Sweden. Phone:        +46184714205. Fax: +4618511755.<br>&gt; spoel@xray.bmc.uu.se        spoel@gromacs.org   http://folding.bmc.uu.se<br>&gt; _______________________________________________<br>&gt; gmx-users mailing list    gmx-users@gromacs.org<br>&gt; http://www.gromacs.org/mailman/listinfo/gmx-users<br>&gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; Please don't post (un)subscribe requests to the list. Use the <br>&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>