From: Noel O'B. <bao...@gm...> - 2007-10-12 07:11:04
|
cclib is a Python library, so you need to write a Python script, for example: from cclib import ccopen p = ccopen("myoutputfile.log") p.parse() print p.atomcoords[0] This program prints the atom coordinates of the first atom in the molecule. Noel On 11/10/2007, Alexis Otero Calvi <ao...@is...> wrote: > Dear cclib user > I am a new user of the code and I need help. > How I can obtain the requested information to cclib? > For example. How I can print the atom coordinates or the result of MPA. > > Thank you > Alexis > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > cclib-users mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-users > |