<br><br><div class="gmail_quote">On Tue, May 18, 2010 at 2:00 PM, Gaurav Goel <span dir="ltr">&lt;<a href="mailto:gauravgoeluta@gmail.com">gauravgoeluta@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello gmx-users users :)<br>
<br>
I am modifying the &#39;g_msd&#39; utility to be able to calculate viscosities<br>
using the corresponding Einstein relationship according to equation<br>
3.14 in Helfand E., Physical Review, 119, 1, 1960. The equation is<br>
similar to the mean-square displacement equation for self-diffusion<br>
coefficient with the position vector &#39;r_i &#39; replaced by &#39;r_ix p_iy&#39;<br>
where p_iy is the particle momenta in y-direction.<br>
<br>
So basically I need to be able to read both position and velocities<br>
from the trajectory. Presently, gmx_msd.c uses &#39;read_first_x&#39; and<br>
&#39;read_next_x&#39; to read the coordinates. Can you please comment on how I<br>
can modify this code to read the corresponding velocities?<br></blockquote><div><br>You could write your own little code to do that, see below for reading gro format<br><br><a href="http://manual.gromacs.org/current/online/gro.html">http://manual.gromacs.org/current/online/gro.html</a> <br>
<br>amit<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Any help is greatly appreciated.<br>
<br>
thanks,<br>
Gaurav<br>
<font color="#888888">--<br>
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.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>
</font></blockquote></div><br>