<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
You really need pull_pbcatom0, since your slab is thicker than<br>half the box you otherwise can have periodicity errors.<br><br>Berk<br><br>&gt; Date: Wed, 5 Aug 2009 15:27:06 +0200<br>&gt; From: alexander.herz@mytum.de<br>&gt; To: gmx-users@gromacs.org<br>&gt; Subject: Re: [gmx-users] Re: pulling<br>&gt; <br>&gt; Hm..setting<br>&gt; <br>&gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; pull_geometry = direction<br>&gt; &gt;&gt;&gt;&gt; &gt; &gt;&gt;&gt; pull_vec1 = 0 0 1<br>&gt; &gt;&gt;&gt;&gt;         <br>&gt; should fix the pbc prob or do I need to set pull_pbcatom0 as well?<br>&gt; Cause it still aint working using these settings (without the<br>&gt; pull_pbcatom0).<br>&gt; <br>&gt; Thx,<br>&gt; Alex<br>&gt; <br>&gt; Berk Hess schrieb:<br>&gt; &gt; No (completely) frozen groups are treated correctly.<br>&gt; &gt; I had to look in (my own) code again, but for a fully frozen group<br>&gt; &gt; the inverse mass is set to 0 in the pull code.<br>&gt; &gt;<br>&gt; &gt; Berk<br>&gt; &gt;<br>&gt; &gt; &gt; Date: Fri, 31 Jul 2009 12:49:55 +0200<br>&gt; &gt; &gt; From: schlesi@uni-mainz.de<br>&gt; &gt; &gt; To: gmx-users@gromacs.org<br>&gt; &gt; &gt; Subject: [gmx-users] Re: pulling<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Could it also be possible that 'pull = distance' makes problems because<br>&gt; &gt; &gt; it pulls both groups and here one group is frozen? Only an idea, i have<br>&gt; &gt; &gt; never tried to pull a frozen molecule.<br>&gt; &gt; &gt; Thomas<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; ------------------------------<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Message: 5<br>&gt; &gt; &gt; &gt; Date: Fri, 31 Jul 2009 12:38:19 +0200<br>&gt; &gt; &gt; &gt; From: Berk Hess &lt;gmx3@hotmail.com&gt;<br>&gt; &gt; &gt; &gt; Subject: RE: [gmx-users] pulling<br>&gt; &gt; &gt; &gt; To: Discussion list for GROMACS users &lt;gmx-users@gromacs.org&gt;<br>&gt; &gt; &gt; &gt; Message-ID: &lt;COL113-W5604F1D24936CF27D18DFE8E100@phx.gbl&gt;<br>&gt; &gt; &gt; &gt; Content-Type: text/plain; charset="iso-8859-1"<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Ah, then you could have a pbc problem for determining the COM of<br>&gt; &gt; the slab,<br>&gt; &gt; &gt; &gt; since you slab is thicker than half the box.<br>&gt; &gt; &gt; &gt; You have to set pull_pbcatom0 to an atom in the middle of the slab.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; pull_init1 doesn't change.<br>&gt; &gt; &gt; &gt; The only thing the geometry change affects is the direction you<br>&gt; &gt; pull in.<br>&gt; &gt; &gt; &gt; With distance you could be unlucky that it takes the distance<br>&gt; &gt; &gt; &gt; in the opposite direction.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Berk<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;&gt; Date: Fri, 31 Jul 2009 12:32:13 +0200<br>&gt; &gt; &gt; &gt;&gt; From: alexander.herz@mytum.de<br>&gt; &gt; &gt; &gt;&gt; To: gmx-users@gromacs.org<br>&gt; &gt; &gt; &gt;&gt; Subject: Re: [gmx-users] pulling<br>&gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt;&gt; Thx for the quick reply!<br>&gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt;&gt; I use 4.0.5, pbc z=yes<br>&gt; &gt; &gt; &gt;&gt; Box height = 17.5nm<br>&gt; &gt; &gt; &gt;&gt; gld slab is from z=0 to z= 9.5;<br>&gt; &gt; &gt; &gt;&gt; So distance=5.5 should give 1.0nm above surface right?<br>&gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt;&gt; What do I have to put for pull_init1 if i use direction??<br>&gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt;&gt; Thx,<br>&gt; &gt; &gt; &gt;&gt; Alex<br>&gt; &gt; &gt; &gt;&gt;<br>&gt; &gt; &gt; &gt;&gt; Berk Hess schrieb:<br>&gt; &gt; &gt; &gt;&gt;&gt; Hi,<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt; I hope you are using 4.0.5, I fixed several bug in the pull code for<br>&gt; &gt; &gt; &gt;&gt;&gt; older 4.0 versions.<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt; The problems you are seing could be due to pbc.<br>&gt; &gt; &gt; &gt;&gt;&gt; Do you have pbc in Z, and what is the height of your box?<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt; A safer setup is:<br>&gt; &gt; &gt; &gt;&gt;&gt; pull_geometry = direction<br>&gt; &gt; &gt; &gt;&gt;&gt; pull_vec1 = 0 0 1<br>&gt; &gt; &gt; &gt;&gt;&gt; But they should give the same answers if you do not have pbc issues.<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt; Berk<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Date: Fri, 31 Jul 2009 12:13:07 +0200<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; From: alexander.herz@mytum.de<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; To: gmx-users@gromacs.org<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Subject: [gmx-users] pulling<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Hey,<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; I appear to have serious trouble understanding how to set up<br>&gt; &gt; the pulling<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; properly.<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; I have many configurations of a protein partially adsorbed to a<br>&gt; &gt; froozen<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; surface (the configs differ<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; in the amount of the protein that has been desorbed).<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Now I want the pulling to keep the distance of the desorbed end<br>&gt; &gt; of the<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; protein to the surface using the harmonic pot.<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Now the documentation is not very clear how this all works so I ran<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; several experiments to figure it out but I failed.<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; I use the following options:<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; ;PULLING<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull = umbrella<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_geometry = distance<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_dim = N N Y<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_nstxout = 1000<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_nstfout = 1000<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_ngroups = 1<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_group0 = GLD<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_group1 = ASN<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_vec1 = 0.0 0.0 0.0<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_init1 = 5.27778<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_rate1 = 0.0<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_k1 = 100<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; where gld is the surface and asn is the end residue of the<br>&gt; &gt; protein and<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; pull_init1 is set to the desired COM distance of the two<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; groups (gld is froozen). I use the same settings for all runs, only<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; changing pull_init1 to get the desired distance.<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Now for some reason using this setup either pulls the ASN end<br>&gt; &gt; of the<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; protein completely onto the surface or very far away from it<br>&gt; &gt; depending<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; on the value I use for pull_init1.<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; So the distance between what and what shall I put for<br>&gt; &gt; pull_init1? What<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; else is wrong?<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Thx,<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Alex<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; _______________________________________________<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Please search the archive at http://www.gromacs.org/search before<br>&gt; &gt; &gt; &gt;&gt;&gt; posting!<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Please don't post (un)subscribe requests to the list. Use the<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt; &gt; &gt;&gt;&gt;&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; &gt; &gt;&gt;&gt; Express yourself instantly with MSN Messenger! MSN Messenger<br>&gt; &gt; &gt; &gt;&gt;&gt; &lt;http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; &gt; &gt;&gt;&gt;<br>&gt; &gt; &gt; &gt;&gt;&gt; _______________________________________________<br>&gt; &gt; &gt; &gt;&gt;&gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; &gt; &gt; &gt;&gt;&gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; &gt; &gt;&gt;&gt; Please search the archive at http://www.gromacs.org/search<br>&gt; &gt; before posting!<br>&gt; &gt; &gt; &gt;&gt;&gt; Please don't post (un)subscribe requests to the list. Use the<br>&gt; &gt; &gt; &gt;&gt;&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt; &gt; &gt;&gt;&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; &gt; &gt; &gt;&gt; _______________________________________________<br>&gt; &gt; &gt; &gt;&gt; gmx-users mailing list gmx-users@gromacs.org<br>&gt; &gt; &gt; &gt;&gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; &gt; &gt;&gt; Please search the archive at http://www.gromacs.org/search before<br>&gt; &gt; posting!<br>&gt; &gt; &gt; &gt;&gt; Please don't post (un)subscribe requests to the list. Use the<br>&gt; &gt; &gt; &gt;&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; &gt; &gt; &gt;&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _________________________________________________________________<br>&gt; &gt; &gt; &gt; Express yourself instantly with MSN Messenger! Download today it's<br>&gt; &gt; FREE!<br>&gt; &gt; &gt; &gt; http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/<br>&gt; &gt; &gt; &gt; -------------- next part --------------<br>&gt; &gt; &gt; &gt; An HTML attachment was scrubbed...<br>&gt; &gt; &gt; &gt; URL:<br>&gt; &gt; http://lists.gromacs.org/pipermail/gmx-users/attachments/20090731/22c5d4e2/attachment.html<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; ------------------------------<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; gmx-users mailing list<br>&gt; &gt; &gt; &gt; gmx-users@gromacs.org<br>&gt; &gt; &gt; &gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; &gt; &gt; &gt; Please search the archive at http://www.gromacs.org/search before<br>&gt; &gt; posting!<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; End of gmx-users Digest, Vol 63, Issue 161<br>&gt; &gt; &gt; &gt; ******************************************<br>&gt; &gt; &gt;<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; What can you do with the new Windows Live? Find out<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 />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>