<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>If you&#39;ve done PCA, you should get an output vector anaylsis as .xvg.&nbsp; Aside this also breaks things into the x,y,z components for the first 8 or so vectors (so 4 line graphs of energy versus time including the total energy), along with 2D plots you can generate.&nbsp; You would then already have what you need from that, corresponding to total energy, or total energy in an x-y plain.&nbsp; The timeframes would then be in those files, and you could use one of the three or so scripts in gromacs to output a .pdb for the particular frame(s) you wish.&nbsp; If your PCA did not generate those files in the process, you could just re-do it quickly and tell it to output those.&nbsp; Little brain?&nbsp; Your doing statistical quantum/molecular computer physics...and I alsways have my foot in my mouth on this board... xmgrace helps with figuring out the outputs (as they are all formated for this, and thus you can quickly just open them and see whats being output as well which helps in understanding them).</div>

<div>&nbsp;</div>

<div>Sincerely,</div>

<div>&nbsp;</div>

<div>Stephan Watkins</div>

<div>&nbsp;
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b>&nbsp;Donnerstag, 19. Dezember 2013 um 08:39 Uhr<br/>
<b>Von:</b>&nbsp;&quot;Ankita Naithani&quot; &lt;ankitanaithani@gmail.com&gt;<br/>
<b>An:</b>&nbsp;&quot;Discussion list for GROMACS users&quot; &lt;gmx-users@gromacs.org&gt;<br/>
<b>Betreff:</b>&nbsp;Re: [gmx-users] Bin files of g_sham</div>

<div name="quoted-content">Hi Llyod,<br/>
<br/>
Thank you very much indeed for your kind involvement in answering my<br/>
question. Yes, I did tell g_sham not expect the time while I issued the<br/>
command to run it. Yes, I have done PCA already on my trajectory, could you<br/>
just guide me a little further as to what is the technique which can help<br/>
me to look at the frames corresponding to the the energy? Meanwhile, I<br/>
shall also try to grasp your advice/suggestions and see how far can I make<br/>
my little brain work towards it.<br/>
<br/>
Kind regards,<br/>
<br/>
Ankita<br/>
<br/>
<br/>
On Thu, Dec 19, 2013 at 2:49 AM, lloyd riggs &lt;lloyd.riggs@gmx.ch&gt; wrote:<br/>
<br/>
&gt; Trying to help I would say I am trying to remember some things I did some<br/>
&gt; time ago. That said, your missing the time column as your first input.<br/>
&gt; You are making a 2D energy plot is what your telling it to do, you can also<br/>
&gt; tell it not to expect a time which would be correct for your case, however<br/>
&gt; this is a landscape your generating. It is already a total energy<br/>
&gt; landscape in 1 nm by 2 nm 2D volumn, what your doing is trying to use the<br/>
&gt; boltzman inversion equation in the g_sham to break it down into gibbs, enth<br/>
&gt; and entro as .xpm plots. Your bins are the &quot;pixels&quot; or points in the<br/>
&gt; landscape I believe, thus the binwidth is the xmin and max, but I amnot<br/>
&gt; 100% sure how the numbering goes. You can check it against the image file<br/>
&gt; generated (look at it with gedit, the pixel portion will tell you).<br/>
&gt;<br/>
&gt; One way to get it to work, would be to supply a free energy single column<br/>
&gt; (or time, then single energy column), however someone might correct me on<br/>
&gt; this (I hope) if I am wrong.<br/>
&gt;<br/>
&gt; However your origional question was to look up or coordinate a line graph<br/>
&gt; gibbs energy plot, with a frame in your trajectory. Thus I believe you<br/>
&gt; want to look at a linear plot of your energy change over time. If you<br/>
&gt; generated the eigen vectors already, there are methods in these techniques<br/>
&gt; to look at frames versus energy (total). You can also if you designed your<br/>
&gt; experiment as a pulled/steered free energy experiment, use the g_wham, with<br/>
&gt; no bootstraping or autocorrelation, etc...with one trajectory, and it is a<br/>
&gt; sham. Otherwise, your using the wrong things to get what you want (g_<br/>
&gt; scripts in gromacs), and need to read the manual again. You can, with an<br/>
&gt; index for only what you want, extract total energy and plot it as well<br/>
&gt; versus frame, which might give you what you want also...using just g_energy.<br/>
&gt;<br/>
&gt; I hope that helps,<br/>
&gt;<br/>
&gt; Stephan Watkins<br/>
&gt; *Gesendet:* Donnerstag, 19. Dezember 2013 um 00:09 Uhr<br/>
&gt; *Von:* jkrieger@mrc-lmb.cam.ac.uk<br/>
&gt; *An:* &quot;gmx-users@gromacs.org&quot; &lt;gmx-users@gromacs.org&gt;<br/>
&gt; *Betreff:* Re: [gmx-users] Bin files of g_sham<br/>
&gt; You&#39;re not asking it to read the bin index file in your command. Maybe<br/>
&gt; that explains what you&#39;re seeing?<br/>
&gt;<br/>
&gt; On 18 Dec 2013, at 13:51, Ankita Naithani &lt;ankitanaithani@gmail.com&gt;<br/>
&gt; wrote:<br/>
&gt;<br/>
&gt; &gt; Hi Lloyd,<br/>
&gt; &gt;<br/>
&gt; &gt; So, my input to g_sham is a file with following lines:<br/>
&gt; &gt;<br/>
&gt; &gt; @ title &quot;2D projection of trajectory&quot;<br/>
&gt; &gt; @ xaxis label &quot;projection on eigenvector 1 (nm)&quot;<br/>
&gt; &gt; @ yaxis label &quot;projection on eigenvector 2 (nm)&quot;<br/>
&gt; &gt; @TYPE xy<br/>
&gt; &gt; 0.16750 0.18278<br/>
&gt; &gt; -0.01448 -0.14834<br/>
&gt; &gt; -0.32757 0.22259<br/>
&gt; &gt; -0.33832 0.63817<br/>
&gt; &gt;<br/>
&gt; &gt; This file is named AM_12.xvg<br/>
&gt; &gt;<br/>
&gt; &gt; and my command line is g_sham -f AM_12.xvg -ls AM_FEL_12.xpm<br/>
&gt; &gt;<br/>
&gt; &gt; My bin index file has the following lines:<br/>
&gt; &gt;<br/>
&gt; &gt; [ 18 ]<br/>
&gt; &gt; 7105<br/>
&gt; &gt; [ 19 ]<br/>
&gt; &gt; 7104<br/>
&gt; &gt; [ 46 ]<br/>
&gt; &gt; 7124<br/>
&gt; &gt; [ 48 ]<br/>
&gt; &gt; 7123<br/>
&gt; &gt; [ 49 ]<br/>
&gt; &gt; 7106<br/>
&gt; &gt; [ 50 ]<br/>
&gt; &gt; 6497<br/>
&gt; &gt; 6498<br/>
&gt; &gt; [ 51 ]<br/>
&gt; &gt; 6499<br/>
&gt; &gt; 6500<br/>
&gt; &gt; [ 52 ]<br/>
&gt; &gt; 6496<br/>
&gt; &gt; 7103<br/>
&gt; &gt; [ 53 ]<br/>
&gt; &gt; 7102<br/>
&gt; &gt; [ 55 ]<br/>
&gt; &gt; 6672<br/>
&gt; &gt; [ 75 ]<br/>
&gt; &gt; 5745<br/>
&gt; &gt; 5749<br/>
&gt; &gt; and so on.<br/>
&gt; &gt;<br/>
&gt; &gt; I am not sure how can I look at the default binwidth.<br/>
&gt; &gt;<br/>
&gt; &gt; Kind regards,<br/>
&gt; &gt;<br/>
&gt; &gt; Ankita<br/>
&gt; &gt;<br/>
&gt; &gt;<br/>
&gt; &gt; On Tue, Dec 17, 2013 at 6:03 PM, lloyd riggs &lt;lloyd.riggs@gmx.ch&gt; wrote:<br/>
&gt; &gt;<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; You need to explain what you are doing better, what you want to do, and<br/>
&gt; &gt;&gt; show your input (command line, .xvg lines of input and output as<br/>
&gt; example)<br/>
&gt; &gt;&gt; and you might get more help on here. If you read the -h from g_sham, it<br/>
&gt; is<br/>
&gt; &gt;&gt; making a single plot from your input, and in this case your .xpm would<br/>
&gt; be a<br/>
&gt; &gt;&gt; matrix with bins on a 2D surface with points taken across the entire<br/>
&gt; run,<br/>
&gt; &gt;&gt; as an example of what I mean. I believe you can also use a single line<br/>
&gt; &gt;&gt; (time, energy as column 2), and get a single line out as well, with a<br/>
&gt; &gt;&gt; meaningless &quot;landscape&quot; still put out as .xpm, etc...look at your<br/>
&gt; binwidth<br/>
&gt; &gt;&gt; default, input and what you want out is all I could say at this point.<br/>
&gt; You<br/>
&gt; &gt;&gt; might be trying to do something else however...<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; Stephan<br/>
&gt; &gt;&gt; *Gesendet:* Dienstag, 17. Dezember 2013 um 08:38 Uhr<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; *Von:* &quot;Ankita Naithani&quot; &lt;ankitanaithani@gmail.com&gt;<br/>
&gt; &gt;&gt; *An:* &quot;Discussion list for GROMACS users&quot; &lt;gmx-users@gromacs.org&gt;<br/>
&gt; &gt;&gt; *Betreff:* Re: [gmx-users] Bin files of g_sham<br/>
&gt; &gt;&gt; I would like to add that maybe the bins store Frame numbers. Because I<br/>
&gt; seem<br/>
&gt; &gt;&gt; to have around 21000 frames and I guess I am unable to see a number<br/>
&gt; higher<br/>
&gt; &gt;&gt; than that. Apologies for the confusion about earlier number. So, in this<br/>
&gt; &gt;&gt; case if I want a confirmation at a particular frame number, how should<br/>
&gt; I go<br/>
&gt; &gt;&gt; about that? Could you please help me with that?<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; Kind regards,<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; Ankita<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; On Tue, Dec 17, 2013 at 7:20 AM, Ankita Naithani<br/>
&gt; &gt;&gt; &lt;ankitanaithani@gmail.com&gt;wrote:<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt;&gt; Hi Llyod,<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt; Thank you for your reply. I actually wanted to extract frames<br/>
&gt; &gt;&gt;&gt; corresponding to the g_sham output. The input for g_sham in my case was<br/>
&gt; &gt;&gt;&gt; column 1 had time points, column 2 and column 3 had Principal<br/>
&gt; component 1<br/>
&gt; &gt;&gt;&gt; and Principal component 2 respectively. So, the binning which has been<br/>
&gt; &gt;&gt;&gt; done, i.e. if I say that the bin number 786 has the following few<br/>
&gt; numbers<br/>
&gt; &gt;&gt;&gt; like : 3876, 9870, 22002 etc. These should technically correspond to<br/>
&gt; the<br/>
&gt; &gt;&gt;&gt; time points right which I can then dump using trjconv too maybe.<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt; Also, I am a little confused because if the bins have all the time<br/>
&gt; &gt;&gt; points,<br/>
&gt; &gt;&gt;&gt; I don&#39;t seem to find the time points uptil the end of simulation in<br/>
&gt; that<br/>
&gt; &gt;&gt;&gt; case i.e. I am unable to see higher time scale. My simulation was for<br/>
&gt; &gt;&gt; 48ns<br/>
&gt; &gt;&gt;&gt; and had 3fs time step. I am unable to trace anything beyond 22000 or<br/>
&gt; &gt;&gt; 23000<br/>
&gt; &gt;&gt;&gt; number in my bins.<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt; I hope you could help me solve this confusion.<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt; Kind regards,<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt; Ankita<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt; On Sun, Dec 15, 2013 at 11:17 PM, lloyd riggs &lt;lloyd.riggs@gmx.ch&gt;<br/>
&gt; &gt;&gt; wrote:<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; I will attempt an answer, however there might be a better response. It<br/>
&gt; &gt;&gt;&gt;&gt; depends on your input .xvg (what the first column is) and what you are<br/>
&gt; &gt;&gt;&gt;&gt; telling it to do (defualt is time), and if these correspond to your<br/>
&gt; time<br/>
&gt; &gt;&gt;&gt;&gt; frames (can be timepoint or siply frame # I believe). g_sham seems (to<br/>
&gt; &gt;&gt; me)<br/>
&gt; &gt;&gt;&gt;&gt; to work like a comand line spread sheet manipulator with some built in<br/>
&gt; &gt;&gt;&gt;&gt; functions. If you want a particular frame from a trajectory time<br/>
&gt; point,<br/>
&gt; &gt;&gt;&gt;&gt; then use g_traj with the first/last set to the frame you want but<br/>
&gt; &gt;&gt; there&#39;s<br/>
&gt; &gt;&gt;&gt;&gt; also 2 other tools that do this the same way...<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; Stephan Watkins<br/>
&gt; &gt;&gt;&gt;&gt; *Gesendet:* Sonntag, 15. Dezember 2013 um 14:49 Uhr<br/>
&gt; &gt;&gt;&gt;&gt; *Von:* &quot;Ankita Naithani&quot; &lt;ankitanaithani@gmail.com&gt;<br/>
&gt; &gt;&gt;&gt;&gt; *An:* &quot;Discussion list for GROMACS users&quot; &lt;gmx-users@gromacs.org&gt;<br/>
&gt; &gt;&gt;&gt;&gt; *Betreff:* [gmx-users] Bin files of g_sham<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; Hi,<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; I had a query regarding the bin files generated by g_sham.<br/>
&gt; &gt;&gt;&gt;&gt; Does the bin index contain timepoints? i.e. there are 1024 bins so<br/>
&gt; each<br/>
&gt; &gt;&gt;&gt;&gt; bin<br/>
&gt; &gt;&gt;&gt;&gt; has a number of time points? And supposes bin 756 has numbers like<br/>
&gt; 3876,<br/>
&gt; &gt;&gt;&gt;&gt; 20020, 7896 so these would all correspond to time and we could then<br/>
&gt; dump<br/>
&gt; &gt;&gt;&gt;&gt; the representative frame corresponding to these time points?<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; I am a little confused as to what is stored in the bins? Timepoints or<br/>
&gt; &gt;&gt;&gt;&gt; frame number and then alternatively how to get the representative<br/>
&gt; &gt;&gt;&gt;&gt; frame/snapshot stored at that specific bin number.<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; Kind regards,<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; --<br/>
&gt; &gt;&gt;&gt;&gt; Ankita Naithani<br/>
&gt; &gt;&gt;&gt;&gt; --<br/>
&gt; &gt;&gt;&gt;&gt; Gromacs Users mailing list<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; * Please search the archive at<br/>
&gt; &gt;&gt;&gt;&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before<br/>
&gt; &gt;&gt;&gt;&gt; posting!<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; * For (un)subscribe requests visit<br/>
&gt; &gt;&gt;&gt;&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or<br/>
&gt; &gt;&gt;&gt;&gt; send a mail to gmx-users-request@gromacs.org.<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; --<br/>
&gt; &gt;&gt;&gt;&gt; Gromacs Users mailing list<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; * Please search the archive at<br/>
&gt; &gt;&gt;&gt;&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before<br/>
&gt; &gt;&gt;&gt;&gt; posting!<br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
&gt; &gt;&gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;&gt; * For (un)subscribe requests visit<br/>
&gt; &gt;&gt;&gt;&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or<br/>
&gt; &gt;&gt;&gt;&gt; send a mail to gmx-users-request@gromacs.org.<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt;<br/>
&gt; &gt;&gt;&gt; --<br/>
&gt; &gt;&gt;&gt; Ankita Naithani<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; --<br/>
&gt; &gt;&gt; Ankita Naithani<br/>
&gt; &gt;&gt; --<br/>
&gt; &gt;&gt; Gromacs Users mailing list<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; * Please search the archive at<br/>
&gt; &gt;&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before<br/>
&gt; &gt;&gt; posting!<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; * For (un)subscribe requests visit<br/>
&gt; &gt;&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or<br/>
&gt; &gt;&gt; send a mail to gmx-users-request@gromacs.org.<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; --<br/>
&gt; &gt;&gt; Gromacs Users mailing list<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; * Please search the archive at<br/>
&gt; &gt;&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before<br/>
&gt; &gt;&gt; posting!<br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
&gt; &gt;&gt;<br/>
&gt; &gt;&gt; * For (un)subscribe requests visit<br/>
&gt; &gt;&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or<br/>
&gt; &gt;&gt; send a mail to gmx-users-request@gromacs.org.<br/>
&gt; &gt;<br/>
&gt; &gt;<br/>
&gt; &gt; --<br/>
&gt; &gt; Ankita Naithani<br/>
&gt; &gt; --<br/>
&gt; &gt; Gromacs Users mailing list<br/>
&gt; &gt;<br/>
&gt; &gt; * Please search the archive at<br/>
&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before<br/>
&gt; posting!<br/>
&gt; &gt;<br/>
&gt; &gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
&gt; &gt;<br/>
&gt; &gt; * For (un)subscribe requests visit<br/>
&gt; &gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or<br/>
&gt; send a mail to gmx-users-request@gromacs.org.<br/>
&gt; --<br/>
&gt; Gromacs Users mailing list<br/>
&gt;<br/>
&gt; * Please search the archive at<br/>
&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before<br/>
&gt; posting!<br/>
&gt;<br/>
&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
&gt;<br/>
&gt; * For (un)subscribe requests visit<br/>
&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or<br/>
&gt; send a mail to gmx-users-request@gromacs.org.<br/>
&gt;<br/>
&gt; --<br/>
&gt; Gromacs Users mailing list<br/>
&gt;<br/>
&gt; * Please search the archive at<br/>
&gt; <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before<br/>
&gt; posting!<br/>
&gt;<br/>
&gt; * Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
&gt;<br/>
&gt; * For (un)subscribe requests visit<br/>
&gt; <a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or<br/>
&gt; send a mail to gmx-users-request@gromacs.org.<br/>
&gt;<br/>
&gt;<br/>
<br/>
<br/>
--<br/>
Ankita Naithani<br/>
--<br/>
Gromacs Users mailing list<br/>
<br/>
* Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/GMX-Users_List</a> before posting!<br/>
<br/>
* Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
<br/>
* For (un)subscribe requests visit<br/>
<a href="https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users" target="_blank">https://maillist.sys.kth.se/mailman/listinfo/gromacs.org_gmx-users</a> or send a mail to gmx-users-request@gromacs.org.</div>
</div>
</div>
</div></div></body></html>