<br />Thanks for the explanation. I should have used apt values for nstxtcout to get what I want. <br />Thanks again<br /><br />Shilpi<br /><span>Il 23.04.12, <b class="name">&quot;Justin A. Lemkul&quot; </b> &lt;jalemkul@vt.edu&gt; ha scritto:</span><blockquote cite="mid:4F9584B4.5060703@vt.edu" class="iwcQuote" style="border-left: 1px solid rgb(0, 0, 255); padding-left: 13px; margin-left: 0pt;" type="cite"><div class="mimepart text plain"><br /><br />On 4/23/12 10:59 AM, Shilpi Chaurasia wrote:<br />&gt;  Hi Gromacs users,<br />&gt;<br />&gt;I am using pull code to separate two units of a protein dimer. I have run the<br />&gt;pulling simulation for 650 ps and got pullx.xvg and pullf.xvg files, where the<br />&gt;data is printed at every 0.01 ps (according to pull_nstxout &amp; pull_nstfout, both<br />&gt;are 10 in this case) as given below<br />&gt;<br />&gt;0.0000  0.000322052<br />&gt;0.0100  0.173534<br />&gt;0.0200  0.297454<br />&gt;0.0300  0.416585<br />&gt;0.0400  0.519195<br />&gt;0.0500  0.597541<br />&gt;...<br />&gt;<br />&gt;Now, I want to calculate the distance between COM of two groups using g_dist and<br />&gt;printing the output data in the same time steps as in .xvg files. I tried but<br />&gt;the output data is printed at every 2ps steps as following:<br />&gt;<br />&gt;    0.0000000    8.0175037   -0.0010343   -0.0055513    8.0175018<br />&gt;    2.0000000    8.0188007   -0.0202498   -0.0114326    8.0187674<br />&gt;    4.0000000    8.0377693   -0.0229554   -0.0129814    8.0377254<br />&gt;    6.0000000    8.0435743   -0.0226321   -0.0043244    8.0435410<br />&gt;    8.0000000    8.0615864   -0.0312104   -0.0116682    8.0615177<br />&gt;...<br />&gt;<br />&gt;command used<br />&gt;g_dist -f  *.xtc -s *.tpr -n index.ndx -o dist.xvg -b 0 -dt 1 -e 650<br />&gt;<br />&gt;I have also tried by using different values for 'dt' but it doesn't help.<br />&gt;If someone could tell me how to control the time steps in g_dist output, in this<br />&gt;case I want the output to be printed in the steps of 0.01 ps<br />&gt;<br /><br />You can't print frames that aren't there.  If you saved frames using &quot;nstxtcout = 1000&quot; (assuming a time step of 2 fs), then you can't create frames in between.  You would need to do the run again, saving frames with greater frequency. Note that doing so will likely make your trajectory file quite a bit larger.<br /><br />-Justin<br /><br />-- <br />========================================<br /><br />Justin A. Lemkul<br />Ph.D. Candidate<br />ICTAS Doctoral Scholar<br />MILES-IGERT Trainee<br />Department of Biochemistry<br />Virginia Tech<br />Blacksburg, VA<br />jalemkul[at]vt.edu | (540) 231-9080<br /><a href="http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin" target="l">http://www.bevanlab.biochem.vt.edu/Pages/Personal/justin</a><br /><br />========================================<br />-- <br />gmx-users mailing list    gmx-users@gromacs.org<br /><a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="l">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br />Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="l">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br />Please don't post (un)subscribe requests to the list. Use the www interface or send it to gmx-users-request@gromacs.org.<br />Can't post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="l">http://www.gromacs.org/Support/Mailing_Lists</a><br /></div></blockquote>