<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br><br>This is due to the periodicity issue of the COM calculation that I have mentioned before.<br>The problem is that some atoms are at close to half a box length from the pbc_atom<br>and those can jump back and forth between two periodic images in the distance calculations.<br>This "noise" will make the constraint code crash, since it tries to correct for it immediately.<br>The umbrella potential smooths this effect out somewhat and can therefore run stably,<br>but you would still see the noise in the results.<br><br>Fixing this is difficult, since it would require storing the periodic image of each atom<br>in the pull group at the start of the simulation and determining the image for the COM<br>calculation using the initial image. Also the checkpoint file should store the images.<br>I would not like to put such code in the standard version.<br><br>A workaround could be to pull on 90% of the slabs, leaving a part of 10% along x out.<br>Then define the pbc_atom in the middle of the 90%. The 10% will just move along.<br>This should solve your problem and should not produce artifacts.<br><br>Berk<br><br>&gt; Date: Fri, 2 Oct 2009 10:25:21 +0200<br>&gt; From: alexander.herz@mytum.de<br>&gt; To: gmx-users@gromacs.org<br>&gt; Subject: Re: [gmx-users] direction_periodic<br>&gt; <br>&gt; You did suggest that, but it crashes at step 0, as said :)<br>&gt; <br>&gt; Alex<br>&gt; <br>&gt; Berk Hess schrieb:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; Then you should use constraint pulling instead of an umbrella potential.<br>&gt; &gt; I have been wondering all the time why you are using a potential<br>&gt; &gt; and not a constraint. I think I had suggested using a constraint some<br>&gt; &gt; time ago, but I am not sure that I did.<br>&gt; &gt;<br>&gt; &gt; Berk<br>&gt; &gt;<br>&gt; &gt; &gt; Date: Fri, 2 Oct 2009 09:45:42 +0200<br>&gt; &gt; &gt; From: alexander.herz@mytum.de<br>&gt; &gt; &gt; To: gmx-users@gromacs.org<br>&gt; &gt; &gt; Subject: Re: [gmx-users] direction_periodic<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Hey,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I want to pull the diamonds with more or less exactly the speed I give<br>&gt; &gt; &gt; for the pulling without the massive noise<br>&gt; &gt; &gt; (in gromacs 3.3 this worked using afm type pulling, after some<br>&gt; &gt; &gt; equilibration the slabs settled to an almost constant<br>&gt; &gt; &gt; pull speed without soo much fluctuation using the same parameters I use<br>&gt; &gt; &gt; noew for umbrella).<br>&gt; &gt; &gt; So I tried using a constraint rather than umbrella, which alwas crashes<br>&gt; &gt; &gt; at the first step (even if I did some equilibration<br>&gt; &gt; &gt; using umbrella pulling beforehands).<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; So how can I achieve a pull speed which is about constant 0.01 nm/ps and<br>&gt; &gt; &gt; with fluctuations less than 10% of this speed?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thx,<br>&gt; &gt; &gt; Alex<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; &gt; &gt; http://lists.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; ------------------------------------------------------------------------<br>&gt; &gt; See all the ways you can stay connected to friends and family<br>&gt; &gt; &lt;http://www.microsoft.com/windows/windowslive/default.aspx&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://lists.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; gmx-users mailing list    gmx-users@gromacs.org<br>&gt; http://lists.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 />What can you do with the new Windows Live? <a href='http://www.microsoft.com/windows/windowslive/default.aspx' target='_new'>Find out</a></body>
</html>