From: Karol M. L. <kar...@gm...> - 2013-09-21 00:38:20
|
Hi, You can also send us the logfile that causes this problem, with permission to use it publicly for testing, and we will probably update cclib to support you case. Cheers, Karol On Sep 20 2013, Adam Tenderholt wrote: > Hi Ionut, > > I believe the problem is that there are two ways of printing the SCF > convergence information in ORCA 2.9. Right now, cclib only supports the > information produced via the following input block: > > %output > PrintLevel Normal > Print[P_SCFIterInfo] 1 > %end > > You will also need to remove the NormalPrint keyword from the beginning of > the file. > > Please keep us posted about whether this works for you or not. > > Adam > > > > > On Fri, Sep 20, 2013 at 4:45 AM, ionut <ion...@ya...> wrote: > > > > > Dear All, > > > > I have just downloaded the cclib tool. I have install it ( version 1.1) > > on my Ubuntu laptop, and everything seems to have worked well. > > > > I then tried to use cclib on an ORCA output. The following is the output: > > > > ########################################################################## > > > > >>> from cclib.parser import ccopen > > >>> myfile = ccopen("KMLYP_Ti_111.out") > > >>> data = myfile.parse() > > [ORCA KMLYP_Ti_111.out INFO] Creating attribute geotargets[] > > [ORCA KMLYP_Ti_111.out INFO] Creating attribute natom: 9 > > [ORCA KMLYP_Ti_111.out INFO] Creating attribute atomcoords[] > > [ORCA KMLYP_Ti_111.out INFO] Creating attribute atomnos[] > > [ORCA KMLYP_Ti_111.out INFO] Creating attribute nbasis: 220 > > [ORCA KMLYP_Ti_111.out INFO] Creating attribute charge: 0 > > [ORCA KMLYP_Ti_111.out INFO] Creating attribute mult: 1 > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > File "/usr/lib/python2.5/site-packages/cclib/parser/logfileparser.py", > > line 221, in parse > > self.extract(inputfile, line) > > File "/usr/lib/python2.5/site-packages/cclib/parser/orcaparser.py", line > > 98, in extract > > assert line[1] == "Energy" > > AssertionError > > >>> > > > > ################################################################################## > > > > The ORCA code is version 2.9.1. > > > > What could be the problem ? > > > > With all my best regards, > > Ionut > > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > > SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > > includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > > _______________________________________________ > > cclib-users mailing list > > ccl...@li... > > https://lists.sourceforge.net/lists/listinfo/cclib-users > > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > cclib-users mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-users -- written by Karol M. Langner Fri Sep 20 20:36:19 EDT 2013 |