[DFTB-Plus-User] DFTB-Plus-User Digest, Vol 28, Issue 17

Ezgi Erdogan ezgierdo at gmail.com
Thu Apr 29 12:32:15 CEST 2010


Hallo,

inp="md.out"
grep "Geometry step" $inp > step
grep "Total Energy" $inp > etot
grep "Total MD Energy" $inp > etot_md
grep "MD Temperature" $inp > etot_mdTemp

grep "Total Energy" $inp | cut -b 15- > etot
grep "Geometry step" $inp | cut -b 18- > step
grep "Total MD Energy" $inp | cut -b 18-  > etot_md
grep "MD Temperature" $inp | cut -b 17- > etot_mdTemp

paste step etot > step_etot
paste step etot_md > step_etotMD
paste step etot_mdTemp > step_MDtemp

just a little `grep` you have your plots...

Ezgi




2010/4/29 <dftb-plus-user-request at dftb-plus.info>

> Send DFTB-Plus-User mailing list submissions to
>        dftb-plus-user at dftb-plus.info
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://www.dftb-plus.info/mailman/listinfo/dftb-plus-user
> or, via email, send a message with subject or body 'help' to
>        dftb-plus-user-request at dftb-plus.info
>
> You can reach the person managing the list at
>        dftb-plus-user-owner at dftb-plus.info
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of DFTB-Plus-User digest..."
>
>
> Today's Topics:
>
>   1. Re: Utility to represent MD results (B?lint Aradi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 29 Apr 2010 09:40:54 +0200
> From: B?lint Aradi <balint.aradi at bccms.uni-bremen.de>
> Subject: Re: [DFTB-Plus-User] Utility to represent MD results
> To: hthp12 at yahoo.com,   User list for DFTB+ related questions
>        <dftb-plus-user at dftb-plus.info>
> Message-ID: <4BD93806.7010503 at bccms.uni-bremen.de>
> Content-Type: text/plain; charset="utf-8"
>
> Dear Nam, Tran Van
>
> > I'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.
>
>  At the moment, we do not have such a tool. However, md.out contains
> already a lot of those things you need, you just have to 'grep' it or
> use some scrpiting language with regular expressions (Python, Perl, ...)
>
>  Best regards
>
>  B?lint
>
> --
> Dr. B?lint Aradi
> Bremen Center for Computational Materials Science, University of Bremen
> http://www.bccms.uni-bremen.de/en/~b_aradi<http://www.bccms.uni-bremen.de/en/%7Eb_aradi>
>
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 252 bytes
> Desc: OpenPGP digital signature
> Url :
> http://www.dftb-plus.info/pipermail/dftb-plus-user/attachments/20100429/7c31abe1/attachment-0001.pgp
>
> ------------------------------
>
> _______________________________________________
> DFTB-Plus-User mailing list
> DFTB-Plus-User at dftb-plus.info
> http://www.dftb-plus.info/mailman/listinfo/dftb-plus-user
>
>
> End of DFTB-Plus-User Digest, Vol 28, Issue 17
> **********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.dftb-plus.info/pipermail/dftb-plus-user/attachments/20100429/74941241/attachment.htm 


More information about the DFTB-Plus-User mailing list