<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator" content="Microsoft Word 12"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CSulatha%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"><link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CSulatha%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"><link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CSulatha%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:1;
        mso-generic-font-family:roman;
        mso-font-format:other;
        mso-font-pitch:variable;
        mso-font-signature:0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-1610611985 1073750139 0 0 159 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin-top:0in;
        margin-right:0in;
        margin-bottom:10.0pt;
        margin-left:0in;
        line-height:115%;
        mso-pagination:widow-orphan;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
a:link, span.MsoHyperlink
        {mso-style-noshow:yes;
        mso-style-priority:99;
        color:blue;
        text-decoration:underline;
        text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-noshow:yes;
        mso-style-priority:99;
        color:purple;
        mso-themecolor:followedhyperlink;
        text-decoration:underline;
        text-underline:single;}
pre
        {mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:10.0pt;
        font-family:"Courier New";
        mso-fareast-font-family:"Times New Roman";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-noshow:yes;
        mso-style-priority:99;
        mso-style-unhide:no;
        mso-style-locked:yes;
        mso-style-link:"HTML Preformatted";
        mso-ansi-font-size:10.0pt;
        mso-bidi-font-size:10.0pt;
        font-family:"Courier New";
        mso-ascii-font-family:"Courier New";
        mso-fareast-font-family:"Times New Roman";
        mso-hansi-font-family:"Courier New";
        mso-bidi-font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
.MsoPapDefault
        {mso-style-type:export-only;
        margin-bottom:10.0pt;
        line-height:115%;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

<p class="MsoNormal">Hi all,<br></p><p class="MsoNormal">I have simulated a system of randomly dispersed surfactants in
water using gromacs (4.0.7) for about 100 ns MD. Micelles are formed after
around 40 ns. <span style=""> </span>I am using a time step of
0.002 fs with xtc files written every 500 steps. For analyzing the micellar
properties, I tried the commands given in </p>

<pre><a href="http://www.gromacs.org/Documentation/How-tos/Micelle_Clustering">http://www.gromacs.org/Documentation/How-tos/Micelle_Clustering</a></pre>

<p class="MsoNormal">and also looked at the various posts given on this topic, (specifically
Chris Neale’s and Tsjerk’s mails).</p>

<p class="MsoNormal">As posted by Chris Neale, I tried using the commands,</p>

<pre>1. trjconv -f a.xtc -o b.gro -pbc cluster -e 0.001 (make sure to just<span style="">  </span></pre><pre>get one frame)</pre><pre>2. grompp -f a.mdp -c b.gro -p a.top -o b.tpr</pre><pre>3. trjconv -f a.xtc -o b.xtc -s b.tpr -pbc nojump</pre>


<p class="MsoNormal"> </p>

<p class="MsoNormal">Also mentioned in Tsjerk’ post that</p>

<pre>“When doing so, be sure to use a frame which is close enough to the</pre><pre>starting frame in terms of the coordinates. -pbc nojump works based on</pre><pre>the coordinates and if you use a reference which doesn&#39;t match the</pre>
<pre>starting frame close enough everything can get really messed up”.</pre><pre> </pre><pre> </pre>

<p class="MsoNormal">I tried the command 1 with </p>

<p class="MsoNormal"><span style=""> </span>trjconv -f a.xtc -o
b.gro -pbc cluster -e 0.002 </p>

<p class="MsoNormal">and also</p>

<p class="MsoNormal"><span style=""> </span>trjconv -f a.xtc -o
b.gro -pbc cluster –dump X (where x=2, 4, 6, 8 etc..)</p>

<p class="MsoNormal">The program gets into a never ending loop. </p>

<p class="MsoNormal">I also tried the command 1 on a later part of the trajectory
(after 40 ns), there also the program enters in a indefinite loop.</p>

<p class="MsoNormal">I will greatly appreciate any help on how to go about doing
this specifically which frame (for dump or –e argument) .<span style="">  </span>Please guide me on this.</p>

<p class="MsoNormal">I also downloaded the modified trjconv.c<span style="">  </span>by Tsjerk (in one of his posts on micelle
clustering), but do not know where to incorporate this. I need some help on how
to use this modified trjconv code.</p><p class="MsoNormal"><br></p><p class="MsoNormal">Thanks for any help or clue,<br></p><p class="MsoNormal">Sulatha</p><p class="MsoNormal"><br></p>