You are right, Mark. Thank you very much for your suggestions.<br><br>Jicun<br><br><div class="gmail_quote">2012/10/1 Mark Abraham <span dir="ltr">&lt;<a href="mailto:Mark.Abraham@anu.edu.au" target="_blank">Mark.Abraham@anu.edu.au</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2/10/2012 8:22 AM, Jicun Li wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Maybe the fixed-format gro file is easier to code with in native F77, but it&#39;s difficult to prepare with other molecule building software.<br>
</blockquote>
<br></div>
Sure, but once you&#39;ve picked a file format, you&#39;re stuck with it for a long time.<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I would like Gromacs to read in the structure exactly, at least as exact as g96 file. But I do not like to use g96 file because there is no atom name in it. I can not use other software to view the structure.<br>
</blockquote>
<br></div>
There&#39;s a separate library of code available on the website for linking to external projects that want to write GROMACS-readable trajectory file formats. That might be useful for you.<br>
<br>
Wanting to write the atom names in the trajectory file is wasteful if you have a big trajectory. For this reason, tools like GROMACS and VMD can read a structure file and then import a trajectory file that lacks atom information but whose atom ordering matches.<br>

<br>
You&#39;ll be much better off using tools that suit the job at hand:<br>
* When you want to view the structure, write a structure file because it has atom names and stuff.<br>
* When you want a high-precision trajectory, write a trajectory file because it has high precision.<br>
* When you want to view a trajectory, import the latter onto the former. You may wish to reconsider your choice of viewer if you can&#39;t do this :-)<div class="HOEnZb"><div class="h5"><br>
<br>
Mark<br>
-- <br>
gmx-developers mailing list<br>
<a href="mailto:gmx-developers@gromacs.org" target="_blank">gmx-developers@gromacs.org</a><br>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-developers" target="_blank">http://lists.gromacs.org/<u></u>mailman/listinfo/gmx-<u></u>developers</a><br>
Please don&#39;t post (un)subscribe requests to the list. Use the www interface or send it to <a href="mailto:gmx-developers-request@gromacs.org" target="_blank">gmx-developers-request@<u></u>gromacs.org</a>.<br>
</div></div></blockquote></div><br>