Hallo,<br><br>inp=&quot;md.out&quot;<br>grep &quot;Geometry step&quot; $inp &gt; step<br>grep &quot;Total Energy&quot; $inp &gt; etot<br>grep &quot;Total MD Energy&quot; $inp &gt; etot_md<br>grep &quot;MD Temperature&quot; $inp &gt; etot_mdTemp<br>

<br>grep &quot;Total Energy&quot; $inp | cut -b 15- &gt; etot<br>grep &quot;Geometry step&quot; $inp | cut -b 18- &gt; step<br>grep &quot;Total MD Energy&quot; $inp | cut -b 18-  &gt; etot_md<br>grep &quot;MD Temperature&quot; $inp | cut -b 17- &gt; etot_mdTemp<br>

<br>paste step etot &gt; step_etot<br>paste step etot_md &gt; step_etotMD<br>paste step etot_mdTemp &gt; step_MDtemp<br><br>just a little `grep` you have your plots...<br><br>Ezgi <br><br><br><br><br><div class="gmail_quote">

2010/4/29  <span dir="ltr">&lt;<a href="mailto:dftb-plus-user-request@dftb-plus.info">dftb-plus-user-request@dftb-plus.info</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Send DFTB-Plus-User mailing list submissions to<br>
        <a href="mailto:dftb-plus-user@dftb-plus.info">dftb-plus-user@dftb-plus.info</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://www.dftb-plus.info/mailman/listinfo/dftb-plus-user" target="_blank">http://www.dftb-plus.info/mailman/listinfo/dftb-plus-user</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:dftb-plus-user-request@dftb-plus.info">dftb-plus-user-request@dftb-plus.info</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:dftb-plus-user-owner@dftb-plus.info">dftb-plus-user-owner@dftb-plus.info</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of DFTB-Plus-User digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Utility to represent MD results (B?lint Aradi)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 29 Apr 2010 09:40:54 +0200<br>
From: B?lint Aradi &lt;<a href="mailto:balint.aradi@bccms.uni-bremen.de">balint.aradi@bccms.uni-bremen.de</a>&gt;<br>
Subject: Re: [DFTB-Plus-User] Utility to represent MD results<br>
To: <a href="mailto:hthp12@yahoo.com">hthp12@yahoo.com</a>,   User list for DFTB+ related questions<br>
        &lt;<a href="mailto:dftb-plus-user@dftb-plus.info">dftb-plus-user@dftb-plus.info</a>&gt;<br>
Message-ID: &lt;<a href="mailto:4BD93806.7010503@bccms.uni-bremen.de">4BD93806.7010503@bccms.uni-bremen.de</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Dear Nam, Tran Van<br>
<br>
&gt; I&#39;m a new user of DFTB +, please let me know if there is a tool for drawing graphs, for example Etot - Temperature from output file? I think it would be inconvenient if you have to get results from the output file by hand.<br>


<br>
 At the moment, we do not have such a tool. However, md.out contains<br>
already a lot of those things you need, you just have to &#39;grep&#39; it or<br>
use some scrpiting language with regular expressions (Python, Perl, ...)<br>
<br>
  Best regards<br>
<br>
  B?lint<br>
<br>
--<br>
Dr. B?lint Aradi<br>
Bremen Center for Computational Materials Science, University of Bremen<br>
<a href="http://www.bccms.uni-bremen.de/en/%7Eb_aradi" target="_blank">http://www.bccms.uni-bremen.de/en/~b_aradi</a><br>
<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: signature.asc<br>
Type: application/pgp-signature<br>
Size: 252 bytes<br>
Desc: OpenPGP digital signature<br>
Url : <a href="http://www.dftb-plus.info/pipermail/dftb-plus-user/attachments/20100429/7c31abe1/attachment-0001.pgp" target="_blank">http://www.dftb-plus.info/pipermail/dftb-plus-user/attachments/20100429/7c31abe1/attachment-0001.pgp</a><br>


<br>
------------------------------<br>
<br>
_______________________________________________<br>
DFTB-Plus-User mailing list<br>
<a href="mailto:DFTB-Plus-User@dftb-plus.info">DFTB-Plus-User@dftb-plus.info</a><br>
<a href="http://www.dftb-plus.info/mailman/listinfo/dftb-plus-user" target="_blank">http://www.dftb-plus.info/mailman/listinfo/dftb-plus-user</a><br>
<br>
<br>
End of DFTB-Plus-User Digest, Vol 28, Issue 17<br>
**********************************************<br>
</blockquote></div><br>