This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
(7) |
Apr
(30) |
May
(42) |
Jun
(24) |
Jul
(17) |
Aug
(11) |
Sep
(37) |
Oct
(39) |
Nov
(17) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(64) |
Feb
(90) |
Mar
(89) |
Apr
(24) |
May
(23) |
Jun
(44) |
Jul
(74) |
Aug
(40) |
Sep
(32) |
Oct
(31) |
Nov
(27) |
Dec
|
2008 |
Jan
|
Feb
(7) |
Mar
(10) |
Apr
(7) |
May
(16) |
Jun
(4) |
Jul
(8) |
Aug
|
Sep
(13) |
Oct
(6) |
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
(9) |
Mar
(5) |
Apr
(6) |
May
(5) |
Jun
(13) |
Jul
(11) |
Aug
(17) |
Sep
(3) |
Oct
(11) |
Nov
(9) |
Dec
(15) |
2010 |
Jan
(14) |
Feb
(15) |
Mar
(10) |
Apr
(14) |
May
|
Jun
(10) |
Jul
|
Aug
(12) |
Sep
(4) |
Oct
(3) |
Nov
|
Dec
(3) |
2011 |
Jan
(20) |
Feb
(7) |
Mar
(22) |
Apr
(14) |
May
(2) |
Jun
|
Jul
(13) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
(6) |
Dec
(3) |
2012 |
Jan
(7) |
Feb
(5) |
Mar
(7) |
Apr
(23) |
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
(2) |
Oct
(12) |
Nov
(13) |
Dec
(3) |
2013 |
Jan
(8) |
Feb
(17) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(5) |
Sep
(6) |
Oct
(9) |
Nov
(5) |
Dec
(22) |
2014 |
Jan
(4) |
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(3) |
Jul
|
Aug
(15) |
Sep
(3) |
Oct
(1) |
Nov
(18) |
Dec
|
2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
(7) |
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(1) |
Jul
(3) |
Aug
(1) |
Sep
|
Oct
(3) |
Nov
(11) |
Dec
(12) |
2017 |
Jan
(4) |
Feb
(7) |
Mar
|
Apr
(5) |
May
(5) |
Jun
|
Jul
|
Aug
(5) |
Sep
(2) |
Oct
(3) |
Nov
(2) |
Dec
(1) |
2018 |
Jan
(1) |
Feb
(6) |
Mar
(17) |
Apr
(8) |
May
|
Jun
|
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2019 |
Jan
(2) |
Feb
(5) |
Mar
(18) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
2021 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Karol M. L. <kar...@gm...> - 2009-10-17 15:25:31
|
Hello again, I did the fix. Parsing does not fail anymore for exam17 -- so you can try out the current trunk version. The problem was a slightly different print out in the case of ROHF SCF calculations. That covers a few other GAMESS tests as well. Mark, let us now if you run into anything else that does not work! @list: Note that I fixed the parsed data tables on the wiki, it said that scftargets is an array of rank 2, but in fact it is a list of arrays of rank 1. Cheers, Karol On Friday 16 October 2009 17:01:01 Noel O'Boyle wrote: > Hello Mark, > > Sorry to hear you're having problems. > > We only fix bugs for public domain output files, so...are you happy to > place these two gamess files in the public domain? (If you're not sure > what this means, please let us know). If not, could you create an > example file with the same problem that you are happy to place in the > public domain. > > - Noel > > 2009/10/16 Mark Monroe <mo...@oc...>: > > Hi All, > > > > I ran across the cclib, and it looks just like what I need. However, > > when I try and parse gamess exam17 I get an error that I have pasted > > below. > > > > Any ideas? Ultimately I would like to get the vibdisps, vibfreqs, and > > force constant matrix. > > > > the gamess log file I want to parse is attached. > > > > Thanks, > > Mark > > > >>>> from cclib.parser import ccopen > >>>> myfile=ccopen("../gtests/exam17.out") > >>>> myfile.parse() > > > > [GAMESS ../gtests/exam17.out INFO] Creating attribute atomcoords[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute atomnos[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute gbasis[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute nbasis: 7 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute charge: 0 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute mult: 1 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute homos[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute natom: 3 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute scftargets[] > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > File > > "/usr/lib/python2.5/site-packages/cclib/parser/logfileparser.py", line > > 142, in parse > > self.extract(inputfile, line) > > File "/usr/lib/python2.5/site-packages/cclib/parser/gamessparser.py", > > line 350, in extract > > self.scftargets.append([scftarget]) > > UnboundLocalError: local variable 'scftarget' referenced before > > assignment -- written by Karol Langner Sat Oct 17 17:02:46 CEST 2009 |
From: Karol M. L. <kar...@gm...> - 2009-10-16 15:19:30
|
Hi there, This is one the GAMESS-US standard test files, so we can produce the output ourselves. Anyway, last year I started testing with all the official GAMESS tests, but only actually fixed two... exam17 is one of those I didn't get around to, obviously. If you could file a bug on sourceforge, then I will certainly fix this... unless someone else does it first :) Karol On Friday 16 October 2009 17:01:01 Noel O'Boyle wrote: > Hello Mark, > > Sorry to hear you're having problems. > > We only fix bugs for public domain output files, so...are you happy to > place these two gamess files in the public domain? (If you're not sure > what this means, please let us know). If not, could you create an > example file with the same problem that you are happy to place in the > public domain. > > - Noel > > 2009/10/16 Mark Monroe <mo...@oc...>: > > Hi All, > > > > I ran across the cclib, and it looks just like what I need. However, > > when I try and parse gamess exam17 I get an error that I have pasted > > below. > > > > Any ideas? Ultimately I would like to get the vibdisps, vibfreqs, and > > force constant matrix. > > > > the gamess log file I want to parse is attached. > > > > Thanks, > > Mark > > > >>>> from cclib.parser import ccopen > >>>> myfile=ccopen("../gtests/exam17.out") > >>>> myfile.parse() > > > > [GAMESS ../gtests/exam17.out INFO] Creating attribute atomcoords[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute atomnos[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute gbasis[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute nbasis: 7 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute charge: 0 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute mult: 1 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute homos[] > > [GAMESS ../gtests/exam17.out INFO] Creating attribute natom: 3 > > [GAMESS ../gtests/exam17.out INFO] Creating attribute scftargets[] > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > File > > "/usr/lib/python2.5/site-packages/cclib/parser/logfileparser.py", line > > 142, in parse > > self.extract(inputfile, line) > > File "/usr/lib/python2.5/site-packages/cclib/parser/gamessparser.py", > > line 350, in extract > > self.scftargets.append([scftarget]) > > UnboundLocalError: local variable 'scftarget' referenced before > > assignment -- written by Karol Langner Fri Oct 16 17:24:10 CEST 2009 |
From: Noel O'B. <bao...@gm...> - 2009-10-16 15:01:08
|
Hello Mark, Sorry to hear you're having problems. We only fix bugs for public domain output files, so...are you happy to place these two gamess files in the public domain? (If you're not sure what this means, please let us know). If not, could you create an example file with the same problem that you are happy to place in the public domain. - Noel 2009/10/16 Mark Monroe <mo...@oc...>: > Hi All, > > I ran across the cclib, and it looks just like what I need. However, > when I try and parse gamess exam17 I get an error that I have pasted > below. > > Any ideas? Ultimately I would like to get the vibdisps, vibfreqs, and > force constant matrix. > > the gamess log file I want to parse is attached. > > Thanks, > Mark > >>>> from cclib.parser import ccopen >>>> myfile=ccopen("../gtests/exam17.out") >>>> myfile.parse() > [GAMESS ../gtests/exam17.out INFO] Creating attribute atomcoords[] > [GAMESS ../gtests/exam17.out INFO] Creating attribute atomnos[] > [GAMESS ../gtests/exam17.out INFO] Creating attribute gbasis[] > [GAMESS ../gtests/exam17.out INFO] Creating attribute nbasis: 7 > [GAMESS ../gtests/exam17.out INFO] Creating attribute charge: 0 > [GAMESS ../gtests/exam17.out INFO] Creating attribute mult: 1 > [GAMESS ../gtests/exam17.out INFO] Creating attribute homos[] > [GAMESS ../gtests/exam17.out INFO] Creating attribute natom: 3 > [GAMESS ../gtests/exam17.out INFO] Creating attribute scftargets[] > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/usr/lib/python2.5/site-packages/cclib/parser/logfileparser.py", > line 142, in parse > self.extract(inputfile, line) > File "/usr/lib/python2.5/site-packages/cclib/parser/gamessparser.py", > line 350, in extract > self.scftargets.append([scftarget]) > UnboundLocalError: local variable 'scftarget' referenced before > assignment > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel > > |
From: Mark M. <mo...@oc...> - 2009-10-16 14:51:50
|
Hi All, I ran across the cclib, and it looks just like what I need. However, when I try and parse gamess exam17 I get an error that I have pasted below. Any ideas? Ultimately I would like to get the vibdisps, vibfreqs, and force constant matrix. the gamess log file I want to parse is attached. Thanks, Mark >>> from cclib.parser import ccopen >>> myfile=ccopen("../gtests/exam17.out") >>> myfile.parse() [GAMESS ../gtests/exam17.out INFO] Creating attribute atomcoords[] [GAMESS ../gtests/exam17.out INFO] Creating attribute atomnos[] [GAMESS ../gtests/exam17.out INFO] Creating attribute gbasis[] [GAMESS ../gtests/exam17.out INFO] Creating attribute nbasis: 7 [GAMESS ../gtests/exam17.out INFO] Creating attribute charge: 0 [GAMESS ../gtests/exam17.out INFO] Creating attribute mult: 1 [GAMESS ../gtests/exam17.out INFO] Creating attribute homos[] [GAMESS ../gtests/exam17.out INFO] Creating attribute natom: 3 [GAMESS ../gtests/exam17.out INFO] Creating attribute scftargets[] Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/cclib/parser/logfileparser.py", line 142, in parse self.extract(inputfile, line) File "/usr/lib/python2.5/site-packages/cclib/parser/gamessparser.py", line 350, in extract self.scftargets.append([scftarget]) UnboundLocalError: local variable 'scftarget' referenced before assignment |
From: Noel O'B. <bao...@gm...> - 2009-10-09 14:18:34
|
2009/10/9 Karol M. Langner <kar...@gm...>: > Hi, > > Since I have access, I can re-run all our unit tests using g09 and regress > the ones from g03 -- shall I? That'd be great. But I'd just leave the g03 tests as they are. - Noel > - Karol > > On Friday 09 October 2009 15:39:53 bao...@us... wrote: >> Revision: 868 >> http://cclib.svn.sourceforge.net/cclib/?rev=868&view=rev >> Author: baoilleach >> Date: 2009-10-09 13:39:53 +0000 (Fri, 09 Oct 2009) >> >> Log Message: >> ----------- >> First Gaussian 09 log file. ZINDO/S electronic transitions. >> >> Modified Paths: >> -------------- >> trunk/data/regressionfiles.txt >> trunk/src/cclib/parser/gaussianparser.py >> trunk/test/regression.py >> >> >> This was sent by the SourceForge.net collaborative development platform, >> the world's largest Open Source development site. >> >> ------------------------------------------------------------------------ >>------ Come build with us! The BlackBerry(R) Developer Conference in SF, >> CA is the only developer event you need to attend this year. Jumpstart >> your developing skills, take BlackBerry mobile applications to market >> and stay ahead of the curve. Join us from November 9 - 12, 2009. >> Register now! http://p.sf.net/sfu/devconference >> _______________________________________________ >> cclib-svn mailing list >> ccl...@li... >> https://lists.sourceforge.net/lists/listinfo/cclib-svn > > > > -- > written by Karol Langner > Fri Oct 9 16:15:30 CEST 2009 > |
From: Karol M. L. <kar...@gm...> - 2009-10-09 14:09:36
|
Hi, Since I have access, I can re-run all our unit tests using g09 and regress the ones from g03 -- shall I? - Karol On Friday 09 October 2009 15:39:53 bao...@us... wrote: > Revision: 868 > http://cclib.svn.sourceforge.net/cclib/?rev=868&view=rev > Author: baoilleach > Date: 2009-10-09 13:39:53 +0000 (Fri, 09 Oct 2009) > > Log Message: > ----------- > First Gaussian 09 log file. ZINDO/S electronic transitions. > > Modified Paths: > -------------- > trunk/data/regressionfiles.txt > trunk/src/cclib/parser/gaussianparser.py > trunk/test/regression.py > > > This was sent by the SourceForge.net collaborative development platform, > the world's largest Open Source development site. > > ------------------------------------------------------------------------ >------ Come build with us! The BlackBerry(R) Developer Conference in SF, > CA is the only developer event you need to attend this year. Jumpstart > your developing skills, take BlackBerry mobile applications to market > and stay ahead of the curve. Join us from November 9 - 12, 2009. > Register now! http://p.sf.net/sfu/devconference > _______________________________________________ > cclib-svn mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-svn -- written by Karol Langner Fri Oct 9 16:15:30 CEST 2009 |
From: Karol M. L. <kar...@gm...> - 2009-09-07 09:16:18
|
The problem originates from NumPy dtypes, which came with the new version in numpy. If you print out type(atomno) in that code, for some reason you'll get <type 'numpy.int32'> instead of <type 'int'>. I see two solutions - python-openbabel needs to support dtypes (ouch) or convert atomno to an int just in case. I did the second in the last commit. It should work now (although remember that you probably want to pass atomcoords[0] since it is a 3D array now). Cheers, Karol On Monday 07 September 2009 10:23:29 Noel O'Boyle wrote: > I'm afraid I haven't looked at this code for a long time, and it isn't > covered by any tests. > > The OB API will not have changed, so it must be due to some internal > cclib changes. The specific problem appears to be that atomno is not a > Python integer in the code below (or so it seems to me). I will look > into this this evening.... > > - Noel > > 2009/9/5 Adam Tenderholt <a-t...@st...>: > > Hi Noel (and others), > > > > The makeopenbabel bridge function doesn't seem to be working for me. > > I'm currently using OpenBabel version 2.2.1b3 on Fedora Core 11 with > > cclib-0.8, but I was also having this problem in cclib-0.91. > > > > The error is: > > > > File "qmforge.py", line 252, in fileOpen > > self.open(str(filename)) > > File "qmforge.py", line 168, in open > > self.popWidget.setData(data) > > File "/home/adam/QMForge-2.1/src/popwidget.py", line 101, in setData > > self.glWidget.setMolecule(data.atomcoords[0],data.atomnos) > > File "/home/adam/QMForge-2.1/src/glwidget.py", line 140, in > > setMolecule > > self.obmol = makeopenbabel(coords,aonums) > > File "/usr/lib/python2.6/site-packages/cclib/bridge/ > > cclib2openbabel.py", line 28, in makeopenbabel > > obatom.SetAtomicNum(atomno) > > TypeError: in method 'OBAtom_SetAtomicNum', argument 2 of type 'int' > > > > Any thoughts? I can dig through the code, but I figured I'd write in > > case you know what needs to be changed off the top of your head(s). > > > > Thanks, > > > > Adam -- written by Karol Langner Mon Sep 7 10:54:26 CEST 2009 |
From: Noel O'B. <bao...@gm...> - 2009-09-07 08:23:42
|
I'm afraid I haven't looked at this code for a long time, and it isn't covered by any tests. The OB API will not have changed, so it must be due to some internal cclib changes. The specific problem appears to be that atomno is not a Python integer in the code below (or so it seems to me). I will look into this this evening.... - Noel 2009/9/5 Adam Tenderholt <a-t...@st...>: > Hi Noel (and others), > > The makeopenbabel bridge function doesn't seem to be working for me. > I'm currently using OpenBabel version 2.2.1b3 on Fedora Core 11 with > cclib-0.8, but I was also having this problem in cclib-0.91. > > The error is: > > File "qmforge.py", line 252, in fileOpen > self.open(str(filename)) > File "qmforge.py", line 168, in open > self.popWidget.setData(data) > File "/home/adam/QMForge-2.1/src/popwidget.py", line 101, in setData > self.glWidget.setMolecule(data.atomcoords[0],data.atomnos) > File "/home/adam/QMForge-2.1/src/glwidget.py", line 140, in > setMolecule > self.obmol = makeopenbabel(coords,aonums) > File "/usr/lib/python2.6/site-packages/cclib/bridge/ > cclib2openbabel.py", line 28, in makeopenbabel > obatom.SetAtomicNum(atomno) > TypeError: in method 'OBAtom_SetAtomicNum', argument 2 of type 'int' > > Any thoughts? I can dig through the code, but I figured I'd write in > case you know what needs to be changed off the top of your head(s). > > Thanks, > > Adam > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel > |
From: Adam T. <a-t...@st...> - 2009-09-05 01:13:25
|
Hi Noel (and others), The makeopenbabel bridge function doesn't seem to be working for me. I'm currently using OpenBabel version 2.2.1b3 on Fedora Core 11 with cclib-0.8, but I was also having this problem in cclib-0.91. The error is: File "qmforge.py", line 252, in fileOpen self.open(str(filename)) File "qmforge.py", line 168, in open self.popWidget.setData(data) File "/home/adam/QMForge-2.1/src/popwidget.py", line 101, in setData self.glWidget.setMolecule(data.atomcoords[0],data.atomnos) File "/home/adam/QMForge-2.1/src/glwidget.py", line 140, in setMolecule self.obmol = makeopenbabel(coords,aonums) File "/usr/lib/python2.6/site-packages/cclib/bridge/ cclib2openbabel.py", line 28, in makeopenbabel obatom.SetAtomicNum(atomno) TypeError: in method 'OBAtom_SetAtomicNum', argument 2 of type 'int' Any thoughts? I can dig through the code, but I figured I'd write in case you know what needs to be changed off the top of your head(s). Thanks, Adam |
From: Adam T. <a-t...@st...> - 2009-08-31 16:41:08
|
Hi Jonas, GaussSum and QMForge are complimentary. I started QMForge (then PyMOlyze) before Noel contact me about working on a common parsing library (ie. cclib), so it does things that I need on a pretty regular basis. These include: 1) Population analyses (Mulliken, C-squared) on user-defined fragments 2) Simple cartesian editor to align structures after a geometry optimization 3) Fragment analyses similar to ADF (not all spin configs are supported) I mainly use GaussSum for the following: 1) Monitor SCF and Geometry convergences (when molden is misbehaving) 2) Simulating spectra from TD-DFT (UV/Vis) or Frequency calculations (IR/Raman) Hope that answers your questions, Adam On Aug 29, 2009, at 6:26 PM, Jonas Baltrusaitis wrote: > Just out of curiosity, what;s the difference between QMForge and > Gaussum? Is there any? > > Jonas > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel |
From: Jonas B. <jas...@ya...> - 2009-08-30 01:26:13
|
Just out of curiosity, what;s the difference between QMForge and Gaussum? Is there any? Jonas |
From: Jonas B. <jas...@ya...> - 2009-08-30 01:25:22
|
Uhm... Would you gents be able to parse me a nice graph of bond or dihedral scan created by Turbomole? Probably Gaussum would be able to display it nicelySee below The trick is that it prints only coords but doesn;t print what has been scanned (bond, angle, dihedral) so there should be a way to add that on the x axis manually Jonas 40 Energy = -1176.7013305840 O -5.1893527 -0.0327769 -1.4851933 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9288522 -0.0272882 2.9307797 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1549531 -0.0060382 -2.1207164 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6696783 -0.0359589 -0.4599501 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5289602 0.0263674 0.7245795 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2505473 0.0033429 1.3894428 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7007660 0.0291411 -3.4761218 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9813278 0.0078647 -4.1116565 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2091897 0.8338020 -3.5954941 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2708332 -0.7329083 -3.6107414 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8611623 -0.0497588 -1.7816895 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1676269 -0.0860310 -2.4009432 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9279834 0.0093340 0.0569414 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8736669 0.0296252 -0.9340390 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2833529 0.0095369 -0.6695715 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9354908 0.0258432 1.1561661 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1890219 -0.8616781 1.4228679 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4945519 0.3121443 0.4305190 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0432909 0.6246734 1.8993570 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5826753 0.0002153 1.7619755 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1939661 -0.0293333 2.4085544 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6060709 -0.7682152 2.2344107 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5895310 -0.1322717 3.2769260 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6946108 0.7909526 2.3785453 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7206324 0.0231590 0.6242479 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.1497349 -0.0157228 -0.0882621 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4025764 0.0277918 -1.5049132 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9266361 -0.0183149 -2.0294722 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1219080 -0.0403737 -2.1915931 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0418948 0.0054958 0.2242586 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1152105 -0.0036144 -0.6907115 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3068828 0.0127095 1.5993893 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.6002320 0.0103805 2.2040496 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4266558 -0.0174035 -0.2094254 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1406335 -0.0342546 -0.8040629 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6108688 0.0210822 2.0674764 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7843496 0.0441121 2.9812162 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6511243 0.0171610 -0.2937981 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6580147 -0.0040686 1.1508196 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5337344 -0.0132532 1.4619721 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7148499420 O -5.1894908 -0.0327815 -1.4852559 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9289903 -0.0272906 2.9307171 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1550912 -0.0060427 -2.1207790 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6698164 -0.0359626 -0.4600127 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5290982 0.0263639 0.7245169 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2506854 0.0033399 1.3893802 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7009040 0.0291359 -3.4761845 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9814659 0.0078593 -4.1117191 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2093278 0.8337967 -3.5955571 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2709712 -0.7329137 -3.6108036 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8613004 -0.0497631 -1.7817521 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1677649 -0.0860355 -2.4010058 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9281215 0.0093304 0.0568788 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8738050 0.0296211 -0.9341016 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2834910 0.0095328 -0.6696341 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9356289 0.0258397 1.1561035 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1891599 -0.8616814 1.4228056 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4946900 0.3121405 0.4304563 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0434291 0.6246702 1.8992941 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5828134 0.0002124 1.7619129 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1941041 -0.0293358 2.4084918 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6062089 -0.7682176 2.2343484 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5896691 -0.1322738 3.2768634 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6947490 0.7909502 2.3784823 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7204943 0.0231560 0.6241853 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.1951198 -0.0146020 -0.0676754 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4024383 0.0277879 -1.5049758 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9264980 -0.0183188 -2.0295349 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1217699 -0.0403777 -2.1916558 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0417568 0.0054929 0.2241960 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1150724 -0.0036176 -0.6907742 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3067447 0.0127073 1.5993267 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.6000939 0.0103785 2.2039869 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4265177 -0.0174064 -0.2094881 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1404954 -0.0342577 -0.8041255 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6107307 0.0210802 2.0674138 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7842115 0.0441106 2.9811536 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6509863 0.0171577 -0.2938608 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6578766 -0.0040708 1.1507570 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5335963 -0.0132552 1.4619094 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7230976330 O -5.1896295 -0.0327859 -1.4853163 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9291270 -0.0272932 2.9306562 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1552302 -0.0060472 -2.1208407 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6699547 -0.0359663 -0.4600750 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5292360 0.0263604 0.7244562 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2508229 0.0033368 1.3893185 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7010437 0.0291309 -3.4762459 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9816058 0.0078541 -4.1117809 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2094676 0.8337916 -3.5956186 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2711108 -0.7329188 -3.6108646 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8614392 -0.0497673 -1.7818144 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1679041 -0.0860398 -2.4010684 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9282595 0.0093269 0.0568170 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8739434 0.0296171 -0.9341630 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2836293 0.0095288 -0.6696948 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9357665 0.0258363 1.1560434 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1892973 -0.8616848 1.4227461 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4948279 0.3121367 0.4303964 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0435664 0.6246671 1.8992338 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5829507 0.0002094 1.7618518 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1942411 -0.0293383 2.4084297 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6063460 -0.7682202 2.2342864 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5898057 -0.1322761 3.2768015 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6948861 0.7909476 2.3784196 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7203565 0.0231530 0.6241219 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.2405046 -0.0134812 -0.0470888 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4022995 0.0277841 -1.5050395 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9263590 -0.0183226 -2.0295997 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1216308 -0.0403816 -2.1917202 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0416188 0.0054899 0.2241316 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1149340 -0.0036209 -0.6908391 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3066073 0.0127048 1.5992621 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5999568 0.0103762 2.2039227 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4263795 -0.0174094 -0.2095535 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1403570 -0.0342608 -0.8041913 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6105935 0.0210781 2.0673487 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7840748 0.0441088 2.9810884 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6508480 0.0171544 -0.2939246 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6577390 -0.0040733 1.1506914 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5334589 -0.0132575 1.4618435 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7278204890 O -5.1897689 -0.0327901 -1.4853743 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9292626 -0.0272958 2.9305970 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1553701 -0.0060514 -2.1209015 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6700931 -0.0359699 -0.4601371 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5293734 0.0263570 0.7243975 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2509597 0.0033338 1.3892578 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7011848 0.0291261 -3.4763062 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9817475 0.0078492 -4.1118418 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2096088 0.8337868 -3.5956787 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2712520 -0.7329236 -3.6109241 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8615789 -0.0497713 -1.7818762 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1680442 -0.0860441 -2.4011308 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9283976 0.0093234 0.0567560 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8740823 0.0296133 -0.9342231 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2837680 0.0095249 -0.6697537 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9359035 0.0258330 1.1559860 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1894341 -0.8616880 1.4226891 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4949656 0.3121331 0.4303393 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0437028 0.6246640 1.8991763 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5830872 0.0002064 1.7617923 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1943771 -0.0293410 2.4083681 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6064820 -0.7682229 2.2342245 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5899409 -0.1322784 3.2767403 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6950221 0.7909450 2.3783574 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7202190 0.0231499 0.6240577 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.2858895 -0.0123603 -0.0265024 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4021602 0.0277803 -1.5051043 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9262192 -0.0183264 -2.0296666 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1214908 -0.0403856 -2.1917864 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0414809 0.0054868 0.2240654 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1147953 -0.0036243 -0.6909062 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3064706 0.0127022 1.5991957 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5998206 0.0103737 2.2038569 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4262413 -0.0174126 -0.2096218 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1402182 -0.0342641 -0.8042602 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6104572 0.0210757 2.0672811 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7839393 0.0441067 2.9810207 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6507097 0.0171511 -0.2939895 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6576020 -0.0040759 1.1506230 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5333221 -0.0132600 1.4617743 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7303292400 O -5.1899089 -0.0327941 -1.4854301 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9293968 -0.0272985 2.9305396 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1555110 -0.0060555 -2.1209613 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6702318 -0.0359734 -0.4601988 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5295106 0.0263536 0.7243408 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2510960 0.0033307 1.3891982 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7013274 0.0291216 -3.4763653 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9818910 0.0078445 -4.1119018 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2097517 0.8337822 -3.5957374 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2713948 -0.7329282 -3.6109822 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8617193 -0.0497753 -1.7819377 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1681855 -0.0860482 -2.4011932 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9285356 0.0093199 0.0566959 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8742216 0.0296095 -0.9342820 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2839070 0.0095212 -0.6698107 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9360401 0.0258297 1.1559312 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1895702 -0.8616912 1.4226349 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4951031 0.3121296 0.4302851 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0438384 0.6246609 1.8991214 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5832230 0.0002034 1.7617344 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1945120 -0.0293437 2.4083070 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6066172 -0.7682257 2.2341629 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5900747 -0.1322809 3.2766798 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6951571 0.7909423 2.3782954 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7200817 0.0231467 0.6239928 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.3312744 -0.0112395 -0.0059162 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4020201 0.0277766 -1.5051701 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9260784 -0.0183303 -2.0297357 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1213499 -0.0403895 -2.1918544 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0413431 0.0054836 0.2239975 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1146563 -0.0036277 -0.6909755 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3063347 0.0126994 1.5991274 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5996855 0.0103711 2.2037896 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4261029 -0.0174158 -0.2096928 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1400791 -0.0342675 -0.8043322 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6103219 0.0210731 2.0672111 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7838051 0.0441044 2.9809504 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6505712 0.0171477 -0.2940557 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6574654 -0.0040788 1.1505516 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5331860 -0.0132627 1.4617018 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7315916090 O -5.1900496 -0.0327980 -1.4854837 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9295297 -0.0273013 2.9304838 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1556528 -0.0060595 -2.1210201 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6703707 -0.0359770 -0.4602602 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5296474 0.0263503 0.7242861 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2512316 0.0033276 1.3891395 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7014716 0.0291173 -3.4764232 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9820362 0.0078401 -4.1119610 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2098960 0.8337779 -3.5957946 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2715392 -0.7329325 -3.6110389 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8618605 -0.0497792 -1.7819988 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1683277 -0.0860522 -2.4012555 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9286736 0.0093165 0.0566367 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8743614 0.0296058 -0.9343396 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2840462 0.0095175 -0.6698659 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9361761 0.0258265 1.1558789 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1897058 -0.8616944 1.4225833 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4952405 0.3121262 0.4302338 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0439732 0.6246579 1.8990692 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5833580 0.0002003 1.7616780 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1946459 -0.0293466 2.4082465 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6067513 -0.7682285 2.2341016 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5902070 -0.1322836 3.2766200 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6952910 0.7909394 2.3782338 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7199447 0.0231435 0.6239272 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.3766593 -0.0101186 0.0146697 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4018794 0.0277728 -1.5052369 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9259368 -0.0183341 -2.0298070 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1212080 -0.0403933 -2.1919243 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0412054 0.0054803 0.2239278 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1145170 -0.0036312 -0.6910471 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3061994 0.0126965 1.5990573 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5995512 0.0103683 2.2037206 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4259645 -0.0174191 -0.2097667 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1399396 -0.0342710 -0.8044073 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6101874 0.0210703 2.0671386 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7836723 0.0441018 2.9808777 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6504327 0.0171442 -0.2941229 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6573293 -0.0040818 1.1504773 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5330504 -0.0132656 1.4616260 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7323026380 O -5.1901909 -0.0328017 -1.4855350 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9296614 -0.0273041 2.9304298 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1557955 -0.0060633 -2.1210780 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6705098 -0.0359805 -0.4603214 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5297839 0.0263471 0.7242334 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2513667 0.0033244 1.3890818 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7016173 0.0291132 -3.4764800 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9821833 0.0078359 -4.1120193 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2100420 0.8337738 -3.5958504 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2716851 -0.7329366 -3.6110943 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8620025 -0.0497829 -1.7820596 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1684711 -0.0860561 -2.4013178 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9288115 0.0093131 0.0565783 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8745015 0.0296022 -0.9343960 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2841858 0.0095140 -0.6699191 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9363117 0.0258233 1.1558292 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1898408 -0.8616975 1.4225344 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4953776 0.3121229 0.4301853 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0441071 0.6246548 1.8990196 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5834922 0.0001972 1.7616232 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1947787 -0.0293495 2.4081865 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6068845 -0.7682315 2.2340404 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5903379 -0.1322864 3.2765609 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6954239 0.7909365 2.3781725 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7198080 0.0231402 0.6238608 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.4220444 -0.0089977 0.0352553 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4017380 0.0277691 -1.5053048 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9257943 -0.0183379 -2.0298803 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1210651 -0.0403972 -2.1919959 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0410678 0.0054769 0.2238563 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1143775 -0.0036347 -0.6911209 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3060648 0.0126933 1.5989852 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5994180 0.0103653 2.2036501 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4258259 -0.0174226 -0.2098434 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1397997 -0.0342746 -0.8044855 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6100538 0.0210672 2.0670637 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7835407 0.0440989 2.9808024 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6502939 0.0171407 -0.2941914 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6571938 -0.0040850 1.1504002 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5329155 -0.0132688 1.4615469 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7329350350 O -5.1903329 -0.0328052 -1.4855840 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9297918 -0.0273070 2.9303775 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1559391 -0.0060669 -2.1211350 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6706491 -0.0359839 -0.4603823 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5299201 0.0263439 0.7241826 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2515011 0.0033213 1.3890250 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7017644 0.0291094 -3.4765355 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9823322 0.0078320 -4.1120767 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2101895 0.8337700 -3.5959047 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2718327 -0.7329404 -3.6111482 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8621452 -0.0497865 -1.7821199 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1686155 -0.0860598 -2.4013799 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9289494 0.0093097 0.0565207 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8746420 0.0295987 -0.9344511 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2843256 0.0095106 -0.6699705 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9364467 0.0258202 1.1557822 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1899752 -0.8617006 1.4224881 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4955145 0.3121197 0.4301397 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0442402 0.6246518 1.8989728 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5836257 0.0001942 1.7615700 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1949105 -0.0293526 2.4081270 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6070168 -0.7682346 2.2339795 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5904674 -0.1322893 3.2765024 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6955557 0.7909334 2.3781116 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7196716 0.0231368 0.6237936 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.4674295 -0.0078769 0.0558405 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4015960 0.0277655 -1.5053737 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9256509 -0.0183417 -2.0299559 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1209213 -0.0404010 -2.1920693 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0409303 0.0054734 0.2237831 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1142376 -0.0036383 -0.6911969 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3059309 0.0126901 1.5989113 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5992857 0.0103621 2.2035780 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4256873 -0.0174262 -0.2099229 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1396596 -0.0342782 -0.8045668 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6099212 0.0210640 2.0669864 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7834104 0.0440958 2.9807246 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6501551 0.0171372 -0.2942609 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6570587 -0.0040884 1.1503201 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5327813 -0.0132722 1.4614645 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7337781500 O -5.1904755 -0.0328085 -1.4856307 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9299209 -0.0273100 2.9303268 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1560837 -0.0060704 -2.1211910 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6707886 -0.0359873 -0.4604428 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5300559 0.0263407 0.7241339 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2516350 0.0033181 1.3889693 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7019132 0.0291058 -3.4765899 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9824828 0.0078283 -4.1121333 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2103385 0.8337664 -3.5959576 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2719819 -0.7329440 -3.6112008 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8622887 -0.0497901 -1.7821799 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1687609 -0.0860634 -2.4014421 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9290873 0.0093064 0.0564639 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8747829 0.0295954 -0.9345049 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2844657 0.0095073 -0.6700201 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9365813 0.0258171 1.1557377 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1901089 -0.8617037 1.4224445 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4956513 0.3121166 0.4300969 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0443724 0.6246488 1.8989286 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5837584 0.0001911 1.7615183 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1950412 -0.0293557 2.4080680 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6071480 -0.7682378 2.2339187 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5905955 -0.1322924 3.2764447 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6956865 0.7909302 2.3780510 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7195354 0.0231334 0.6237257 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.5128148 -0.0067560 0.0764252 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4014533 0.0277618 -1.5054437 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9255066 -0.0183455 -2.0300336 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1207765 -0.0404048 -2.1921446 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0407929 0.0054699 0.2237081 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1140974 -0.0036420 -0.6912752 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3057977 0.0126866 1.5988355 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5991543 0.0103587 2.2035044 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4255486 -0.0174299 -0.2100052 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1395190 -0.0342820 -0.8046513 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6097894 0.0210605 2.0669066 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7832815 0.0440924 2.9806442 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6500161 0.0171337 -0.2943317 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6569242 -0.0040920 1.1502371 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5326477 -0.0132758 1.4613788 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7349705800 O -5.1906188 -0.0328116 -1.4856752 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9300488 -0.0273131 2.9302780 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1562292 -0.0060738 -2.1212461 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6709282 -0.0359907 -0.4605031 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5301915 0.0263376 0.7240871 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2517682 0.0033148 1.3889145 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7020634 0.0291025 -3.4766431 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9826353 0.0078249 -4.1121890 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2104891 0.8337630 -3.5960090 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2721326 -0.7329473 -3.6112519 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8624331 -0.0497935 -1.7822395 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1689074 -0.0860669 -2.4015041 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9292252 0.0093031 0.0564081 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8749243 0.0295921 -0.9345575 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2846061 0.0095041 -0.6700677 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9367153 0.0258141 1.1556958 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1902421 -0.8617066 1.4224035 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4957878 0.3121136 0.4300569 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0445038 0.6246459 1.8988871 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5838903 0.0001879 1.7614682 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1951708 -0.0293590 2.4080096 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6072784 -0.7682411 2.2338583 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5907221 -0.1322956 3.2763876 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6958162 0.7909269 2.3779908 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7193995 0.0231299 0.6236571 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.5582003 -0.0056352 0.0970094 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4013100 0.0277582 -1.5055148 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9253614 -0.0183493 -2.0301134 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1206307 -0.0404085 -2.1922216 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0406557 0.0054662 0.2236313 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1139569 -0.0036458 -0.6913557 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3056652 0.0126830 1.5987578 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5990240 0.0103552 2.2034292 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4254098 -0.0174337 -0.2100902 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1393781 -0.0342859 -0.8047389 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6096586 0.0210568 2.0668244 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7831538 0.0440887 2.9805614 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6498770 0.0171301 -0.2944036 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6567901 -0.0040958 1.1501512 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5325147 -0.0132796 1.4612899 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7364946770 O -5.1907627 -0.0328146 -1.4857174 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9301753 -0.0273162 2.9302308 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1563756 -0.0060770 -2.1213003 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6710681 -0.0359941 -0.4605631 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5303267 0.0263345 0.7240423 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2519008 0.0033116 1.3888608 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7022151 0.0290993 -3.4766951 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9827895 0.0078217 -4.1122438 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2106413 0.8337600 -3.5960590 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2722849 -0.7329504 -3.6113017 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8625781 -0.0497968 -1.7822988 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1690549 -0.0860702 -2.4015661 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9293631 0.0092998 0.0563530 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8750660 0.0295889 -0.9346088 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2847468 0.0095011 -0.6701135 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9368488 0.0258112 1.1556565 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1903746 -0.8617096 1.4223652 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4959242 0.3121107 0.4300198 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0446344 0.6246429 1.8988482 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5840215 0.0001848 1.7614197 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1952995 -0.0293624 2.4079516 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6074077 -0.7682445 2.2337980 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5908473 -0.1322989 3.2763312 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6959449 0.7909235 2.3779309 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7192639 0.0231264 0.6235877 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.6035860 -0.0045144 0.1175930 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4011660 0.0277546 -1.5055868 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9252153 -0.0183530 -2.0301954 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1204840 -0.0404122 -2.1923004 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0405185 0.0054625 0.2235528 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1138161 -0.0036496 -0.6914385 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3055334 0.0126792 1.5986783 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5988945 0.0103514 2.2033524 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4252709 -0.0174376 -0.2101781 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1392369 -0.0342899 -0.8048296 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6095286 0.0210529 2.0667397 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7830275 0.0440848 2.9804760 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6497378 0.0171265 -0.2944766 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6566565 -0.0040997 1.1500624 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5323824 -0.0132836 1.4611976 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7382137790 O -5.1909073 -0.0328174 -1.4857574 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9303006 -0.0273195 2.9301853 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1565230 -0.0060800 -2.1213535 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6712082 -0.0359974 -0.4606228 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5304616 0.0263315 0.7239994 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2520328 0.0033083 1.3888080 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7023684 0.0290964 -3.4767459 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9829456 0.0078188 -4.1122978 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2107950 0.8337571 -3.5961076 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2724389 -0.7329533 -3.6113501 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8627240 -0.0498000 -1.7823576 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1692035 -0.0860735 -2.4016280 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9295009 0.0092966 0.0562988 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8752082 0.0295859 -0.9346589 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2848879 0.0094981 -0.6701574 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9369819 0.0258083 1.1556198 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1905066 -0.8617124 1.4223295 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4960604 0.3121079 0.4299856 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0447641 0.6246400 1.8988120 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5841518 0.0001816 1.7613727 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1954270 -0.0293658 2.4078942 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6075361 -0.7682480 2.2337380 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5909711 -0.1323024 3.2762755 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6960725 0.7909200 2.3778714 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7191285 0.0231227 0.6235176 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.6489719 -0.0033936 0.1381760 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4010213 0.0277511 -1.5056599 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9250684 -0.0183568 -2.0302796 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1203364 -0.0404159 -2.1923811 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0403814 0.0054587 0.2234725 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1136750 -0.0036535 -0.6915234 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3054023 0.0126752 1.5985968 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5987661 0.0103475 2.2032741 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4251319 -0.0174417 -0.2102688 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1390953 -0.0342940 -0.8049234 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6093996 0.0210488 2.0666525 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7829024 0.0440806 2.9803881 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6495984 0.0171228 -0.2945508 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6565235 -0.0041039 1.1499707 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5322507 -0.0132879 1.4611021 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7398355220 O -5.1910525 -0.0328200 -1.4857951 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9304246 -0.0273228 2.9301416 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1566712 -0.0060829 -2.1214058 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6713485 -0.0360007 -0.4606822 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5305962 0.0263286 0.7239586 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2521642 0.0033050 1.3887562 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7025232 0.0290938 -3.4767955 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9831034 0.0078161 -4.1123509 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2109502 0.8337545 -3.5961547 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2725944 -0.7329558 -3.6113971 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8628707 -0.0498031 -1.7824161 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1693531 -0.0860766 -2.4016898 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9296387 0.0092934 0.0562455 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8753508 0.0295829 -0.9347077 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2850292 0.0094953 -0.6701995 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9371144 0.0258054 1.1555857 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1906379 -0.8617153 1.4222966 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4961963 0.3121052 0.4299542 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0448930 0.6246371 1.8987785 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5842815 0.0001784 1.7613273 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1955535 -0.0293694 2.4078373 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6076635 -0.7682516 2.2336782 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5910935 -0.1323060 3.2762205 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6961991 0.7909164 2.3778122 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7189934 0.0231190 0.6234467 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.6943580 -0.0022728 0.1587582 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4008760 0.0277476 -1.5057341 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9249206 -0.0183606 -2.0303659 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1201878 -0.0404195 -2.1924635 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0402443 0.0054547 0.2233905 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1135336 -0.0036574 -0.6916106 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3052719 0.0126711 1.5985135 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5986386 0.0103434 2.2031941 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4249928 -0.0174458 -0.2103623 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1389533 -0.0342981 -0.8050204 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6092714 0.0210445 2.0665630 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7827787 0.0440761 2.9802977 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6494589 0.0171191 -0.2946262 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6563909 -0.0041083 1.1498760 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5321196 -0.0132924 1.4610032 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7408873790 O -5.1911984 -0.0328224 -1.4858305 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9305473 -0.0273261 2.9300995 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1568204 -0.0060857 -2.1214571 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6714890 -0.0360039 -0.4607413 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5307305 0.0263257 0.7239197 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2522950 0.0033017 1.3887053 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7026795 0.0290913 -3.4768440 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9832630 0.0078137 -4.1124031 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2111070 0.8337522 -3.5962003 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2727515 -0.7329582 -3.6114427 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8630181 -0.0498061 -1.7824742 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1695038 -0.0860795 -2.4017515 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9297765 0.0092903 0.0561929 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8754937 0.0295801 -0.9347552 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2851707 0.0094926 -0.6702396 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9372464 0.0258027 1.1555542 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1907687 -0.8617181 1.4222662 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4963321 0.3121026 0.4299257 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0450211 0.6246342 1.8987477 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5844103 0.0001752 1.7612835 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1956790 -0.0293730 2.4077810 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6077900 -0.7682553 2.2336186 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5912144 -0.1323097 3.2761662 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6963246 0.7909127 2.3777534 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7188586 0.0231153 0.6233750 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.7397444 -0.0011521 0.1793398 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4007300 0.0277441 -1.5058093 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9247718 -0.0183643 -2.0304543 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1200382 -0.0404231 -2.1925477 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0401074 0.0054507 0.2233067 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1133919 -0.0036614 -0.6917001 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3051422 0.0126668 1.5984283 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5985121 0.0103391 2.2031127 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4248536 -0.0174501 -0.2104587 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1388110 -0.0343024 -0.8051204 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6091442 0.0210399 2.0664709 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7826562 0.0440714 2.9802048 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6493193 0.0171154 -0.2947027 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6562589 -0.0041128 1.1497785 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5319892 -0.0132971 1.4609011 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7406725540 O -5.1913449 -0.0328247 -1.4858637 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9306688 -0.0273296 2.9300592 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1569706 -0.0060883 -2.1215075 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6716297 -0.0360071 -0.4608002 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5308645 0.0263228 0.7238828 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2524252 0.0032983 1.3886555 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7028373 0.0290891 -3.4768913 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9834245 0.0078115 -4.1124545 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2112654 0.8337501 -3.5962445 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2729102 -0.7329602 -3.6114869 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8631663 -0.0498089 -1.7825320 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1696555 -0.0860824 -2.4018132 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9299143 0.0092872 0.0561413 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8756371 0.0295773 -0.9348015 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2853126 0.0094901 -0.6702779 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9373779 0.0257999 1.1555253 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1908988 -0.8617208 1.4222386 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4964677 0.3121002 0.4299001 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0451483 0.6246313 1.8987195 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5845384 0.0001720 1.7612412 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1958034 -0.0293768 2.4077251 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6079155 -0.7682591 2.2335593 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5913339 -0.1323136 3.2761126 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6964490 0.7909089 2.3776949 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7187241 0.0231115 0.6233027 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.7851311 -0.0000314 0.1999204 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4005834 0.0277406 -1.5058856 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9246222 -0.0183681 -2.0305449 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1198877 -0.0404267 -2.1926338 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0399706 0.0054466 0.2232211 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1132499 -0.0036655 -0.6917917 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3050132 0.0126624 1.5983412 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5983865 0.0103346 2.2030296 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4247143 -0.0174545 -0.2105578 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1386684 -0.0343068 -0.8052236 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6090179 0.0210351 2.0663765 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7825351 0.0440664 2.9801093 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6491795 0.0171116 -0.2947804 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6561273 -0.0041175 1.1496781 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5318594 -0.0133021 1.4607957 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7382051120 O -5.1914920 -0.0328267 -1.4858946 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9307889 -0.0273331 2.9300206 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1571216 -0.0060907 -2.1215569 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6717706 -0.0360102 -0.4608587 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5309981 0.0263201 0.7238479 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2525548 0.0032949 1.3886066 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7029966 0.0290872 -3.4769374 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9835877 0.0078096 -4.1125050 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2114253 0.8337483 -3.5962873 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2730705 -0.7329621 -3.6115297 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8633153 -0.0498117 -1.7825893 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1698083 -0.0860851 -2.4018748 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9300520 0.0092841 0.0560905 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8757809 0.0295747 -0.9348466 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2854548 0.0094876 -0.6703143 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9375089 0.0257973 1.1554990 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1910284 -0.8617235 1.4222135 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4966031 0.3120978 0.4298772 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0452746 0.6246285 1.8986940 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5846657 0.0001687 1.7612005 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1959268 -0.0293806 2.4076698 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6080401 -0.7682631 2.2335001 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5914520 -0.1323177 3.2760597 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6965724 0.7909049 2.3776367 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7185898 0.0231076 0.6232295 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.8305182 0.0010892 0.2205003 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4004361 0.0277372 -1.5059629 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9244717 -0.0183718 -2.0306377 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1197362 -0.0404302 -2.1927216 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0398339 0.0054424 0.2231338 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1131076 -0.0036696 -0.6918856 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3048849 0.0126577 1.5982523 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5982619 0.0103300 2.2029450 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4245750 -0.0174590 -0.2106597 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1385254 -0.0343112 -0.8053299 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6088924 0.0210302 2.0662796 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7824152 0.0440611 2.9800114 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6490397 0.0171078 -0.2948592 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6559963 -0.0041225 1.1495748 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5317303 -0.0133072 1.4606871 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7321151410 O -5.1916399 -0.0328286 -1.4859232 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9309078 -0.0273367 2.9299837 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1572736 -0.0060930 -2.1216054 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6719117 -0.0360134 -0.4609169 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5311314 0.0263173 0.7238149 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2526838 0.0032915 1.3885588 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7031575 0.0290854 -3.4769823 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9837527 0.0078079 -4.1125546 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2115868 0.8337467 -3.5963286 0.00 -0.0000000 -0.0000000 -0.0000000 H -3.2732324 -0.7329636 -3.6115711 0.00 -0.0000000 -0.0000000 -0.0000000 C -0.8634651 -0.0498143 -1.7826463 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.1699621 -0.0860877 -2.4019364 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.9301897 0.0092811 0.0560405 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.8759251 0.0295722 -0.9348903 0.00 -0.0000000 -0.0000000 -0.0000000 C -4.2855973 0.0094853 -0.6703489 0.00 -0.0000000 -0.0000000 -0.0000000 C -5.9376395 0.0257947 1.1554753 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.1911573 -0.8617261 1.4221912 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.4967383 0.3120956 0.4298573 0.00 -0.0000000 -0.0000000 -0.0000000 H -6.0454001 0.6246256 1.8986712 0.00 -0.0000000 -0.0000000 -0.0000000 C -3.5847922 0.0001654 1.7611614 0.00 -0.0000000 -0.0000000 -0.0000000 C -1.1960491 -0.0293846 2.4076150 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6081637 -0.7682671 2.2334412 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.5915686 -0.1323218 3.2760074 0.00 -0.0000000 -0.0000000 -0.0000000 H -0.6966948 0.7909009 2.3775789 0.00 -0.0000000 -0.0000000 -0.0000000 O 1.7184558 0.0231036 0.6231557 0.00 -0.0000000 -0.0000000 -0.0000000 H 0.8759056 0.0022098 0.2410791 0.00 -0.0000000 -0.0000000 -0.0000000 O 2.4002882 0.0277338 -1.5060412 0.00 -0.0000000 -0.0000000 -0.0000000 O 4.9243203 -0.0183755 -2.0307326 0.00 -0.0000000 -0.0000000 -0.0000000 H 4.1195837 -0.0404338 -2.1928112 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.0396973 0.0054381 0.2230447 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.1129649 -0.0036738 -0.6919817 0.00 -0.0000000 -0.0000000 -0.0000000 C 4.3047573 0.0126529 1.5981615 0.00 -0.0000000 -0.0000000 -0.0000000 H 3.5981382 0.0103251 2.2028588 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.4244355 -0.0174636 -0.2107644 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.1383820 -0.0343158 -0.8054393 0.00 -0.0000000 -0.0000000 -0.0000000 C 5.6087679 0.0210250 2.0661802 0.00 -0.0000000 -0.0000000 -0.0000000 H 5.7822967 0.0440556 2.9799109 0.00 -0.0000000 -0.0000000 -0.0000000 C 2.6488996 0.0171040 -0.2949392 0.00 -0.0000000 -0.0000000 -0.0000000 C 6.6558657 -0.0041276 1.1494685 0.00 -0.0000000 -0.0000000 -0.0000000 H 7.5316018 -0.0133126 1.4605751 0.00 -0.0000000 -0.0000000 -0.0000000 40 Energy = -1176.7205303640 O -5.1917883 -0.0328303 -1.4859495 0.00 -0.0000000 -0.0000000 -0.0000000 O -3.9310254 -0.0273403 2.9299486 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.1574265 -0.0060951 -2.1216530 0.00 -0.0000000 -0.0000000 -0.0000000 N -0.6720531 -0.0360165 -0.4609749 0.00 -0.0000000 -0.0000000 -0.0000000 N -4.5312645 0.0263146 0.7237840 0.00 -0.0000000 -0.0000000 -0.0000000 N -2.2528122 0.0032881 1.3885119 0.00 -0.0000000 -0.0000000 -0.0000000 C -2.7033199 0.0290839 -3.4770260 0.00 -0.0000000 -0.0000000 -0.0000000 H -1.9839195 0.0078065 -4.1126... [truncated message content] |
From: Christopher R. <cro...@uo...> - 2009-08-24 16:04:03
|
One point I forgot to mention; Turbomole (v 6) recently added a keyword to generate properly formatted output for interfacing with aomix. This generates a formatted file containing structural and electronic data similar to that of Molden. In the longer term, it will probably be more sensible to read in this data. Chris -----Original Message----- From: Noel O'Boyle [mailto:bao...@gm...] Sent: Monday, August 24, 2009 5:09 AM To: Jonas Baltrusaitis Cc: cclib-dev List Subject: [cclib-devel] Getting Turbomole onto trunk Hello Jonas, The files we need are sort of listed at http://cclib.sourceforge.net/wiki/index.php/Tests#Test_data under point 1. Take a look at http://cclib.svn.sf.net/viewvc/cclib/branches/turbomoleparser/data/Turbomole /basicTurbomole/ to see what we already have. I think you are interested in electronic transitions so could you carry out a TD-DFT calc at the same level of theory, basis set and symmetry as the calculations Chris has already carried out. I don't think there's any example of an unrestricted calculation, so we would also need an unrestricted version of the existing dvb_sp. And I think that would be enough to get turbomole onto the trunk. - Noel 2009/8/22 Jonas Baltrusaitis <jas...@ya...>: > What a coincidence, I am done with my thesis and defense and a postdoc and now just need to do bunch of research... Looking forward to your contribution, I will run jobs as needed and upload them, just let me know > > Jonas > > --- On Sat, 8/22/09, Noel O'Boyle <bao...@gm...> wrote: > >> From: Noel O'Boyle <bao...@gm...> >> Subject: Re: [cclib-devel] Spartan'08 and Turbomole support >> To: "Jonas Baltrusaitis" <jas...@ya...> >> Cc: "Adam Tenderholt" <a-t...@st...>, "cclib-dev List" <ccl...@li...> >> Date: Saturday, August 22, 2009, 11:23 AM >> Hello Jonas, >> >> It seems that cclib is about to become the only open source >> project >> where all the developers have PhDs - how's that for a crack >> team? >> >> Since everyone else is currently writing a thesis (back to >> work, guys >> - no more svn commits till you submit :-) ), it's probably >> best for me >> to pick up this thread. >> >> Give me a day or two to figure out where we are at the >> moment, and we >> can take it from there. >> >> - Noel >> >> 2009/8/22 Jonas Baltrusaitis <jas...@ya...>: >> > Piece of cake, I can do that for both spartan and >> turbomole. Now how (where) do I upload them once I have them >> finished? Any instructions? Remember, you are dealing with >> somebody command line challenged... >> > >> > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> >> wrote: >> > >> >> From: Adam Tenderholt <a-t...@st...> >> >> Subject: Re: [cclib-devel] Spartan'08 and >> Turbomole support >> >> To: "Jonas Baltrusaitis" <jas...@ya...> >> >> Cc: "cclib-dev List" <ccl...@li...> >> >> Date: Friday, August 21, 2009, 3:49 PM >> >> Oh, sorry for not being more clear. >> >> As an example, you can see all the files we have >> for >> >> Gaussian 03 at http://cclib.svn.sf.net/viewvc/cclib/trunk/data/Gaussian/basicGaussian03/. >> >> If you click on the number next to a file (eg. 640 >> for >> >> dvb_sp.gjf, which is the input file for a >> restricted single >> >> point calc), you'll actually see the current >> version of the >> >> file instead of the history. >> >> >> >> I think the basic set of files includes restricted >> SPs, >> >> unrestricted SPs, geometry optimizations, >> frequency calcs >> >> for predicting infrared and raman data, and a >> time-dependent >> >> DFT calc for predicting absorption data. >> >> >> >> Adam >> >> >> >> On Aug 21, 2009, at 3:39 PM, Jonas Baltrusaitis >> wrote: >> >> >> >> > No idea what needs to be done. When I look at >> dvb* >> >> files I get >> >> > ....... >> >> > r671 | atenderholt | 2007-07-09 23:24:16 >> +0100 >> >> (Mon, 09 Jul 2007) | 2 lines >> >> > >> >> > Begin work on a new parser/branch for ORCA >> by >> >> adding single point and optimization files >> >> > ........ >> >> > r672 | atenderholt | 2007-07-10 00:33:36 >> +0100 >> >> (Tue, 10 Jul 2007) | 2 lines >> >> > >> >> > I don;t know how that's related to the >> program output >> >> file. I better make a whishlist of what needs to >> be parsed >> >> and hope that you can either do ti or teach me >> someday >> >> > >> >> > Jonas >> >> > >> >> > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> >> >> wrote: >> >> > >> >> >> From: Adam Tenderholt <a-t...@st...> >> >> >> Subject: Re: [cclib-devel] Spartan'08 >> and >> >> Turbomole support >> >> >> To: kar...@gm... >> >> >> Cc: ccl...@li... >> >> >> Date: Friday, August 21, 2009, 2:24 PM >> >> >> Jonas, >> >> >> >> >> >> I could also try to find a bit of time >> over the >> >> next few >> >> >> weeks, but I >> >> >> can't promise anything. We will need some >> standard >> >> output >> >> >> files. Look >> >> >> at the dvb* output files in the >> subdirectories >> >> at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ >> >> >> >> >> >> to get a sense of our standard >> >> test files. Also, >> >> >> what information >> >> >> are you interested in? >> >> >> >> >> >> I also noticed that there is a branch >> for >> >> Turbomole already >> >> >> in our >> >> >> cclib project. I don't know how complete >> it is (or >> >> if it >> >> >> even works!), >> >> >> but it might be worth checking out. Noel, >> if it's >> >> complete, >> >> >> can it be >> >> >> dropped in a GaussSum installation to >> get >> >> Turbomole >> >> >> support? >> >> >> >> >> >> Adam >> >> >> >> >> >> >> >> >> >> >> >> On Aug 21, 2009, at 11:36 AM, Karol M. >> Langner >> >> wrote: >> >> >> >> >> >>> On Friday 21 August 2009 18:41:23 >> Jonas >> >> Baltrusaitis >> >> >> wrote: >> >> >>>> Dear all, >> >> >>>> >> >> >>>> I've recently stumbled upon >> gaussum and >> >> cclib and >> >> >> am delighted that >> >> >>>> I finally found somethingg that >> does what >> >> I >> >> >> want... (for free...) >> >> >>>> >> >> >>>> I would humbly ask implement >> Spartan'08 >> >> and >> >> >> Turbomole support into >> >> >>>> this package. I am more than >> happy to >> >> contribute >> >> >> output files >> >> >>>> >> >> >>>> Jonas >> >> >>> >> >> >>> Jonas, >> >> >>> >> >> >>> I would be happy to work on Turbomole >> support >> >> >> (actually I recall there >> >> >>> were plans to add it). However, >> adding support >> >> for a >> >> >> program is >> >> >>> usually a bit of work and time, and I >> myself >> >> can't >> >> >> spare that much >> >> >>> time for the next few weeks. I'm not >> sure >> >> about the >> >> >> others. >> >> >>> >> >> >>> The best thing to do would be to add >> a feature >> >> request >> >> >> on Sourceforge, >> >> >>> which would maximize the chances we >> will get >> >> around to >> >> >> this in the >> >> >>> near future. >> >> >>> >> >> >>> Cheers, >> >> >>> Karol >> >> >>> >> >> >>> --written by Karol Langner >> >> >>> Fri Aug 21 20:31:14 CEST 2009 >> >> >>> >> >> >>> >> >> >> >> >> >> ---------------------------------------------------------------------------- -- >> >> >>> Let Crystal Reports handle the >> reporting - >> >> Free >> >> >> Crystal Reports 2008 >> >> >>> 30-Day >> >> >>> trial. Simplify your report design, >> >> integration and >> > >> >> >> deployment - and >> >> >>> focus on >> >> >>> what you do best, core application >> coding. >> >> Discover >> >> >> what's new with >> >> >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >> >>> >> >> _______________________________________________ >> >> >>> cclib-devel mailing list >> >> >>> ccl...@li... >> >> >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> >> >> >> >> >> >> >> >> >> ---------------------------------------------------------------------------- -- >> >> >> Let Crystal Reports handle the reporting >> - Free >> >> Crystal >> >> >> Reports 2008 30-Day >> >> >> trial. Simplify your report design, >> integration >> >> and >> >> >> deployment - and focus on >> >> >> what you do best, core application >> coding. >> >> Discover what's >> >> >> new with >> >> >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >> >> >> _______________________________________________ >> >> >> cclib-devel mailing list >> >> >> ccl...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> >> >> > >> >> > >> >> > >> >> >> >> >> > >> > >> > >> > >> > >> ---------------------------------------------------------------------------- -- >> > Let Crystal Reports handle the reporting - Free >> Crystal Reports 2008 30-Day >> > trial. Simplify your report design, integration and >> deployment - and focus on >> > what you do best, core application coding. Discover >> what's new with >> > Crystal Reports now. http://p.sf.net/sfu/bobj-july >> > _______________________________________________ >> > cclib-devel mailing list >> > ccl...@li... >> > https://lists.sourceforge.net/lists/listinfo/cclib-devel >> > >> > > > > ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ cclib-devel mailing list ccl...@li... https://lists.sourceforge.net/lists/listinfo/cclib-devel |
From: Noel O'B. <bao...@gm...> - 2009-08-24 09:09:05
|
Hello Jonas, The files we need are sort of listed at http://cclib.sourceforge.net/wiki/index.php/Tests#Test_data under point 1. Take a look at http://cclib.svn.sf.net/viewvc/cclib/branches/turbomoleparser/data/Turbomole/basicTurbomole/ to see what we already have. I think you are interested in electronic transitions so could you carry out a TD-DFT calc at the same level of theory, basis set and symmetry as the calculations Chris has already carried out. I don't think there's any example of an unrestricted calculation, so we would also need an unrestricted version of the existing dvb_sp. And I think that would be enough to get turbomole onto the trunk. - Noel 2009/8/22 Jonas Baltrusaitis <jas...@ya...>: > What a coincidence, I am done with my thesis and defense and a postdoc and now just need to do bunch of research... Looking forward to your contribution, I will run jobs as needed and upload them, just let me know > > Jonas > > --- On Sat, 8/22/09, Noel O'Boyle <bao...@gm...> wrote: > >> From: Noel O'Boyle <bao...@gm...> >> Subject: Re: [cclib-devel] Spartan'08 and Turbomole support >> To: "Jonas Baltrusaitis" <jas...@ya...> >> Cc: "Adam Tenderholt" <a-t...@st...>, "cclib-dev List" <ccl...@li...> >> Date: Saturday, August 22, 2009, 11:23 AM >> Hello Jonas, >> >> It seems that cclib is about to become the only open source >> project >> where all the developers have PhDs - how's that for a crack >> team? >> >> Since everyone else is currently writing a thesis (back to >> work, guys >> - no more svn commits till you submit :-) ), it's probably >> best for me >> to pick up this thread. >> >> Give me a day or two to figure out where we are at the >> moment, and we >> can take it from there. >> >> - Noel >> >> 2009/8/22 Jonas Baltrusaitis <jas...@ya...>: >> > Piece of cake, I can do that for both spartan and >> turbomole. Now how (where) do I upload them once I have them >> finished? Any instructions? Remember, you are dealing with >> somebody command line challenged... >> > >> > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> >> wrote: >> > >> >> From: Adam Tenderholt <a-t...@st...> >> >> Subject: Re: [cclib-devel] Spartan'08 and >> Turbomole support >> >> To: "Jonas Baltrusaitis" <jas...@ya...> >> >> Cc: "cclib-dev List" <ccl...@li...> >> >> Date: Friday, August 21, 2009, 3:49 PM >> >> Oh, sorry for not being more clear. >> >> As an example, you can see all the files we have >> for >> >> Gaussian 03 at http://cclib.svn.sf.net/viewvc/cclib/trunk/data/Gaussian/basicGaussian03/. >> >> If you click on the number next to a file (eg. 640 >> for >> >> dvb_sp.gjf, which is the input file for a >> restricted single >> >> point calc), you'll actually see the current >> version of the >> >> file instead of the history. >> >> >> >> I think the basic set of files includes restricted >> SPs, >> >> unrestricted SPs, geometry optimizations, >> frequency calcs >> >> for predicting infrared and raman data, and a >> time-dependent >> >> DFT calc for predicting absorption data. >> >> >> >> Adam >> >> >> >> On Aug 21, 2009, at 3:39 PM, Jonas Baltrusaitis >> wrote: >> >> >> >> > No idea what needs to be done. When I look at >> dvb* >> >> files I get >> >> > ....... >> >> > r671 | atenderholt | 2007-07-09 23:24:16 >> +0100 >> >> (Mon, 09 Jul 2007) | 2 lines >> >> > >> >> > Begin work on a new parser/branch for ORCA >> by >> >> adding single point and optimization files >> >> > ........ >> >> > r672 | atenderholt | 2007-07-10 00:33:36 >> +0100 >> >> (Tue, 10 Jul 2007) | 2 lines >> >> > >> >> > I don;t know how that's related to the >> program output >> >> file. I better make a whishlist of what needs to >> be parsed >> >> and hope that you can either do ti or teach me >> someday >> >> > >> >> > Jonas >> >> > >> >> > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> >> >> wrote: >> >> > >> >> >> From: Adam Tenderholt <a-t...@st...> >> >> >> Subject: Re: [cclib-devel] Spartan'08 >> and >> >> Turbomole support >> >> >> To: kar...@gm... >> >> >> Cc: ccl...@li... >> >> >> Date: Friday, August 21, 2009, 2:24 PM >> >> >> Jonas, >> >> >> >> >> >> I could also try to find a bit of time >> over the >> >> next few >> >> >> weeks, but I >> >> >> can't promise anything. We will need some >> standard >> >> output >> >> >> files. Look >> >> >> at the dvb* output files in the >> subdirectories >> >> at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ >> >> >> >> >> >> to get a sense of our standard >> >> test files. Also, >> >> >> what information >> >> >> are you interested in? >> >> >> >> >> >> I also noticed that there is a branch >> for >> >> Turbomole already >> >> >> in our >> >> >> cclib project. I don't know how complete >> it is (or >> >> if it >> >> >> even works!), >> >> >> but it might be worth checking out. Noel, >> if it's >> >> complete, >> >> >> can it be >> >> >> dropped in a GaussSum installation to >> get >> >> Turbomole >> >> >> support? >> >> >> >> >> >> Adam >> >> >> >> >> >> >> >> >> >> >> >> On Aug 21, 2009, at 11:36 AM, Karol M. >> Langner >> >> wrote: >> >> >> >> >> >>> On Friday 21 August 2009 18:41:23 >> Jonas >> >> Baltrusaitis >> >> >> wrote: >> >> >>>> Dear all, >> >> >>>> >> >> >>>> I've recently stumbled upon >> gaussum and >> >> cclib and >> >> >> am delighted that >> >> >>>> I finally found somethingg that >> does what >> >> I >> >> >> want... (for free...) >> >> >>>> >> >> >>>> I would humbly ask implement >> Spartan'08 >> >> and >> >> >> Turbomole support into >> >> >>>> this package. I am more than >> happy to >> >> contribute >> >> >> output files >> >> >>>> >> >> >>>> Jonas >> >> >>> >> >> >>> Jonas, >> >> >>> >> >> >>> I would be happy to work on Turbomole >> support >> >> >> (actually I recall there >> >> >>> were plans to add it). However, >> adding support >> >> for a >> >> >> program is >> >> >>> usually a bit of work and time, and I >> myself >> >> can't >> >> >> spare that much >> >> >>> time for the next few weeks. I'm not >> sure >> >> about the >> >> >> others. >> >> >>> >> >> >>> The best thing to do would be to add >> a feature >> >> request >> >> >> on Sourceforge, >> >> >>> which would maximize the chances we >> will get >> >> around to >> >> >> this in the >> >> >>> near future. >> >> >>> >> >> >>> Cheers, >> >> >>> Karol >> >> >>> >> >> >>> --written by Karol Langner >> >> >>> Fri Aug 21 20:31:14 CEST 2009 >> >> >>> >> >> >>> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >>> Let Crystal Reports handle the >> reporting - >> >> Free >> >> >> Crystal Reports 2008 >> >> >>> 30-Day >> >> >>> trial. Simplify your report design, >> >> integration and >> > >> >> >> deployment - and >> >> >>> focus on >> >> >>> what you do best, core application >> coding. >> >> Discover >> >> >> what's new with >> >> >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >> >>> >> >> _______________________________________________ >> >> >>> cclib-devel mailing list >> >> >>> ccl...@li... >> >> >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> Let Crystal Reports handle the reporting >> - Free >> >> Crystal >> >> >> Reports 2008 30-Day >> >> >> trial. Simplify your report design, >> integration >> >> and >> >> >> deployment - and focus on >> >> >> what you do best, core application >> coding. >> >> Discover what's >> >> >> new with >> >> >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >> >> >> _______________________________________________ >> >> >> cclib-devel mailing list >> >> >> ccl...@li... >> >> >> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> >> >> > >> >> > >> >> > >> >> >> >> >> > >> > >> > >> > >> > >> ------------------------------------------------------------------------------ >> > Let Crystal Reports handle the reporting - Free >> Crystal Reports 2008 30-Day >> > trial. Simplify your report design, integration and >> deployment - and focus on >> > what you do best, core application coding. Discover >> what's new with >> > Crystal Reports now. http://p.sf.net/sfu/bobj-july >> > _______________________________________________ >> > cclib-devel mailing list >> > ccl...@li... >> > https://lists.sourceforge.net/lists/listinfo/cclib-devel >> > >> > > > > |
From: Jonas B. <jas...@ya...> - 2009-08-22 18:37:50
|
What a coincidence, I am done with my thesis and defense and a postdoc and now just need to do bunch of research... Looking forward to your contribution, I will run jobs as needed and upload them, just let me know Jonas --- On Sat, 8/22/09, Noel O'Boyle <bao...@gm...> wrote: > From: Noel O'Boyle <bao...@gm...> > Subject: Re: [cclib-devel] Spartan'08 and Turbomole support > To: "Jonas Baltrusaitis" <jas...@ya...> > Cc: "Adam Tenderholt" <a-t...@st...>, "cclib-dev List" <ccl...@li...> > Date: Saturday, August 22, 2009, 11:23 AM > Hello Jonas, > > It seems that cclib is about to become the only open source > project > where all the developers have PhDs - how's that for a crack > team? > > Since everyone else is currently writing a thesis (back to > work, guys > - no more svn commits till you submit :-) ), it's probably > best for me > to pick up this thread. > > Give me a day or two to figure out where we are at the > moment, and we > can take it from there. > > - Noel > > 2009/8/22 Jonas Baltrusaitis <jas...@ya...>: > > Piece of cake, I can do that for both spartan and > turbomole. Now how (where) do I upload them once I have them > finished? Any instructions? Remember, you are dealing with > somebody command line challenged... > > > > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> > wrote: > > > >> From: Adam Tenderholt <a-t...@st...> > >> Subject: Re: [cclib-devel] Spartan'08 and > Turbomole support > >> To: "Jonas Baltrusaitis" <jas...@ya...> > >> Cc: "cclib-dev List" <ccl...@li...> > >> Date: Friday, August 21, 2009, 3:49 PM > >> Oh, sorry for not being more clear. > >> As an example, you can see all the files we have > for > >> Gaussian 03 at http://cclib.svn.sf.net/viewvc/cclib/trunk/data/Gaussian/basicGaussian03/. > >> If you click on the number next to a file (eg. 640 > for > >> dvb_sp.gjf, which is the input file for a > restricted single > >> point calc), you'll actually see the current > version of the > >> file instead of the history. > >> > >> I think the basic set of files includes restricted > SPs, > >> unrestricted SPs, geometry optimizations, > frequency calcs > >> for predicting infrared and raman data, and a > time-dependent > >> DFT calc for predicting absorption data. > >> > >> Adam > >> > >> On Aug 21, 2009, at 3:39 PM, Jonas Baltrusaitis > wrote: > >> > >> > No idea what needs to be done. When I look at > dvb* > >> files I get > >> > ....... > >> > r671 | atenderholt | 2007-07-09 23:24:16 > +0100 > >> (Mon, 09 Jul 2007) | 2 lines > >> > > >> > Begin work on a new parser/branch for ORCA > by > >> adding single point and optimization files > >> > ........ > >> > r672 | atenderholt | 2007-07-10 00:33:36 > +0100 > >> (Tue, 10 Jul 2007) | 2 lines > >> > > >> > I don;t know how that's related to the > program output > >> file. I better make a whishlist of what needs to > be parsed > >> and hope that you can either do ti or teach me > someday > >> > > >> > Jonas > >> > > >> > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> > >> wrote: > >> > > >> >> From: Adam Tenderholt <a-t...@st...> > >> >> Subject: Re: [cclib-devel] Spartan'08 > and > >> Turbomole support > >> >> To: kar...@gm... > >> >> Cc: ccl...@li... > >> >> Date: Friday, August 21, 2009, 2:24 PM > >> >> Jonas, > >> >> > >> >> I could also try to find a bit of time > over the > >> next few > >> >> weeks, but I > >> >> can't promise anything. We will need some > standard > >> output > >> >> files. Look > >> >> at the dvb* output files in the > subdirectories > >> at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ > >> >> > >> >> to get a sense of our standard > >> test files. Also, > >> >> what information > >> >> are you interested in? > >> >> > >> >> I also noticed that there is a branch > for > >> Turbomole already > >> >> in our > >> >> cclib project. I don't know how complete > it is (or > >> if it > >> >> even works!), > >> >> but it might be worth checking out. Noel, > if it's > >> complete, > >> >> can it be > >> >> dropped in a GaussSum installation to > get > >> Turbomole > >> >> support? > >> >> > >> >> Adam > >> >> > >> >> > >> >> > >> >> On Aug 21, 2009, at 11:36 AM, Karol M. > Langner > >> wrote: > >> >> > >> >>> On Friday 21 August 2009 18:41:23 > Jonas > >> Baltrusaitis > >> >> wrote: > >> >>>> Dear all, > >> >>>> > >> >>>> I've recently stumbled upon > gaussum and > >> cclib and > >> >> am delighted that > >> >>>> I finally found somethingg that > does what > >> I > >> >> want... (for free...) > >> >>>> > >> >>>> I would humbly ask implement > Spartan'08 > >> and > >> >> Turbomole support into > >> >>>> this package. I am more than > happy to > >> contribute > >> >> output files > >> >>>> > >> >>>> Jonas > >> >>> > >> >>> Jonas, > >> >>> > >> >>> I would be happy to work on Turbomole > support > >> >> (actually I recall there > >> >>> were plans to add it). However, > adding support > >> for a > >> >> program is > >> >>> usually a bit of work and time, and I > myself > >> can't > >> >> spare that much > >> >>> time for the next few weeks. I'm not > sure > >> about the > >> >> others. > >> >>> > >> >>> The best thing to do would be to add > a feature > >> request > >> >> on Sourceforge, > >> >>> which would maximize the chances we > will get > >> around to > >> >> this in the > >> >>> near future. > >> >>> > >> >>> Cheers, > >> >>> Karol > >> >>> > >> >>> --written by Karol Langner > >> >>> Fri Aug 21 20:31:14 CEST 2009 > >> >>> > >> >>> > >> >> > >> > ------------------------------------------------------------------------------ > >> >>> Let Crystal Reports handle the > reporting - > >> Free > >> >> Crystal Reports 2008 > >> >>> 30-Day > >> >>> trial. Simplify your report design, > >> integration and > > > >> >> deployment - and > >> >>> focus on > >> >>> what you do best, core application > coding. > >> Discover > >> >> what's new with > >> >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july > >> >>> > >> _______________________________________________ > >> >>> cclib-devel mailing list > >> >>> ccl...@li... > >> >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel > >> >> > >> >> > >> >> > >> > ------------------------------------------------------------------------------ > >> >> Let Crystal Reports handle the reporting > - Free > >> Crystal > >> >> Reports 2008 30-Day > >> >> trial. Simplify your report design, > integration > >> and > >> >> deployment - and focus on > >> >> what you do best, core application > coding. > >> Discover what's > >> >> new with > >> >> Crystal Reports now. http://p.sf.net/sfu/bobj-july > >> >> > _______________________________________________ > >> >> cclib-devel mailing list > >> >> ccl...@li... > >> >> https://lists.sourceforge.net/lists/listinfo/cclib-devel > >> >> > >> > > >> > > >> > > >> > >> > > > > > > > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free > Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and > deployment - and focus on > > what you do best, core application coding. Discover > what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > cclib-devel mailing list > > ccl...@li... > > https://lists.sourceforge.net/lists/listinfo/cclib-devel > > > |
From: Noel O'B. <bao...@gm...> - 2009-08-22 18:23:54
|
Hello Jonas, It seems that cclib is about to become the only open source project where all the developers have PhDs - how's that for a crack team? Since everyone else is currently writing a thesis (back to work, guys - no more svn commits till you submit :-) ), it's probably best for me to pick up this thread. Give me a day or two to figure out where we are at the moment, and we can take it from there. - Noel 2009/8/22 Jonas Baltrusaitis <jas...@ya...>: > Piece of cake, I can do that for both spartan and turbomole. Now how (where) do I upload them once I have them finished? Any instructions? Remember, you are dealing with somebody command line challenged... > > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> wrote: > >> From: Adam Tenderholt <a-t...@st...> >> Subject: Re: [cclib-devel] Spartan'08 and Turbomole support >> To: "Jonas Baltrusaitis" <jas...@ya...> >> Cc: "cclib-dev List" <ccl...@li...> >> Date: Friday, August 21, 2009, 3:49 PM >> Oh, sorry for not being more clear. >> As an example, you can see all the files we have for >> Gaussian 03 at http://cclib.svn.sf.net/viewvc/cclib/trunk/data/Gaussian/basicGaussian03/. >> If you click on the number next to a file (eg. 640 for >> dvb_sp.gjf, which is the input file for a restricted single >> point calc), you'll actually see the current version of the >> file instead of the history. >> >> I think the basic set of files includes restricted SPs, >> unrestricted SPs, geometry optimizations, frequency calcs >> for predicting infrared and raman data, and a time-dependent >> DFT calc for predicting absorption data. >> >> Adam >> >> On Aug 21, 2009, at 3:39 PM, Jonas Baltrusaitis wrote: >> >> > No idea what needs to be done. When I look at dvb* >> files I get >> > ....... >> > r671 | atenderholt | 2007-07-09 23:24:16 +0100 >> (Mon, 09 Jul 2007) | 2 lines >> > >> > Begin work on a new parser/branch for ORCA by >> adding single point and optimization files >> > ........ >> > r672 | atenderholt | 2007-07-10 00:33:36 +0100 >> (Tue, 10 Jul 2007) | 2 lines >> > >> > I don;t know how that's related to the program output >> file. I better make a whishlist of what needs to be parsed >> and hope that you can either do ti or teach me someday >> > >> > Jonas >> > >> > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> >> wrote: >> > >> >> From: Adam Tenderholt <a-t...@st...> >> >> Subject: Re: [cclib-devel] Spartan'08 and >> Turbomole support >> >> To: kar...@gm... >> >> Cc: ccl...@li... >> >> Date: Friday, August 21, 2009, 2:24 PM >> >> Jonas, >> >> >> >> I could also try to find a bit of time over the >> next few >> >> weeks, but I >> >> can't promise anything. We will need some standard >> output >> >> files. Look >> >> at the dvb* output files in the subdirectories >> at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ >> >> >> >> to get a sense of our standard >> test files. Also, >> >> what information >> >> are you interested in? >> >> >> >> I also noticed that there is a branch for >> Turbomole already >> >> in our >> >> cclib project. I don't know how complete it is (or >> if it >> >> even works!), >> >> but it might be worth checking out. Noel, if it's >> complete, >> >> can it be >> >> dropped in a GaussSum installation to get >> Turbomole >> >> support? >> >> >> >> Adam >> >> >> >> >> >> >> >> On Aug 21, 2009, at 11:36 AM, Karol M. Langner >> wrote: >> >> >> >>> On Friday 21 August 2009 18:41:23 Jonas >> Baltrusaitis >> >> wrote: >> >>>> Dear all, >> >>>> >> >>>> I've recently stumbled upon gaussum and >> cclib and >> >> am delighted that >> >>>> I finally found somethingg that does what >> I >> >> want... (for free...) >> >>>> >> >>>> I would humbly ask implement Spartan'08 >> and >> >> Turbomole support into >> >>>> this package. I am more than happy to >> contribute >> >> output files >> >>>> >> >>>> Jonas >> >>> >> >>> Jonas, >> >>> >> >>> I would be happy to work on Turbomole support >> >> (actually I recall there >> >>> were plans to add it). However, adding support >> for a >> >> program is >> >>> usually a bit of work and time, and I myself >> can't >> >> spare that much >> >>> time for the next few weeks. I'm not sure >> about the >> >> others. >> >>> >> >>> The best thing to do would be to add a feature >> request >> >> on Sourceforge, >> >>> which would maximize the chances we will get >> around to >> >> this in the >> >>> near future. >> >>> >> >>> Cheers, >> >>> Karol >> >>> >> >>> --written by Karol Langner >> >>> Fri Aug 21 20:31:14 CEST 2009 >> >>> >> >>> >> >> >> ------------------------------------------------------------------------------ >> >>> Let Crystal Reports handle the reporting - >> Free >> >> Crystal Reports 2008 >> >>> 30-Day >> >>> trial. Simplify your report design, >> integration and > >> >> deployment - and >> >>> focus on >> >>> what you do best, core application coding. >> Discover >> >> what's new with >> >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >>> >> _______________________________________________ >> >>> cclib-devel mailing list >> >>> ccl...@li... >> >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Let Crystal Reports handle the reporting - Free >> Crystal >> >> Reports 2008 30-Day >> >> trial. Simplify your report design, integration >> and >> >> deployment - and focus on >> >> what you do best, core application coding. >> Discover what's >> >> new with >> >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >> _______________________________________________ >> >> cclib-devel mailing list >> >> ccl...@li... >> >> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> > >> > >> > >> >> > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel > |
From: Jonas B. <jas...@ya...> - 2009-08-22 02:02:00
|
Piece of cake, I can do that for both spartan and turbomole. Now how (where) do I upload them once I have them finished? Any instructions? Remember, you are dealing with somebody command line challenged... --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> wrote: > From: Adam Tenderholt <a-t...@st...> > Subject: Re: [cclib-devel] Spartan'08 and Turbomole support > To: "Jonas Baltrusaitis" <jas...@ya...> > Cc: "cclib-dev List" <ccl...@li...> > Date: Friday, August 21, 2009, 3:49 PM > Oh, sorry for not being more clear. > As an example, you can see all the files we have for > Gaussian 03 at http://cclib.svn.sf.net/viewvc/cclib/trunk/data/Gaussian/basicGaussian03/. > If you click on the number next to a file (eg. 640 for > dvb_sp.gjf, which is the input file for a restricted single > point calc), you'll actually see the current version of the > file instead of the history. > > I think the basic set of files includes restricted SPs, > unrestricted SPs, geometry optimizations, frequency calcs > for predicting infrared and raman data, and a time-dependent > DFT calc for predicting absorption data. > > Adam > > On Aug 21, 2009, at 3:39 PM, Jonas Baltrusaitis wrote: > > > No idea what needs to be done. When I look at dvb* > files I get > > ....... > > r671 | atenderholt | 2007-07-09 23:24:16 +0100 > (Mon, 09 Jul 2007) | 2 lines > > > > Begin work on a new parser/branch for ORCA by > adding single point and optimization files > > ........ > > r672 | atenderholt | 2007-07-10 00:33:36 +0100 > (Tue, 10 Jul 2007) | 2 lines > > > > I don;t know how that's related to the program output > file. I better make a whishlist of what needs to be parsed > and hope that you can either do ti or teach me someday > > > > Jonas > > > > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> > wrote: > > > >> From: Adam Tenderholt <a-t...@st...> > >> Subject: Re: [cclib-devel] Spartan'08 and > Turbomole support > >> To: kar...@gm... > >> Cc: ccl...@li... > >> Date: Friday, August 21, 2009, 2:24 PM > >> Jonas, > >> > >> I could also try to find a bit of time over the > next few > >> weeks, but I > >> can't promise anything. We will need some standard > output > >> files. Look > >> at the dvb* output files in the subdirectories > at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ > >> > >> to get a sense of our standard > test files. Also, > >> what information > >> are you interested in? > >> > >> I also noticed that there is a branch for > Turbomole already > >> in our > >> cclib project. I don't know how complete it is (or > if it > >> even works!), > >> but it might be worth checking out. Noel, if it's > complete, > >> can it be > >> dropped in a GaussSum installation to get > Turbomole > >> support? > >> > >> Adam > >> > >> > >> > >> On Aug 21, 2009, at 11:36 AM, Karol M. Langner > wrote: > >> > >>> On Friday 21 August 2009 18:41:23 Jonas > Baltrusaitis > >> wrote: > >>>> Dear all, > >>>> > >>>> I've recently stumbled upon gaussum and > cclib and > >> am delighted that > >>>> I finally found somethingg that does what > I > >> want... (for free...) > >>>> > >>>> I would humbly ask implement Spartan'08 > and > >> Turbomole support into > >>>> this package. I am more than happy to > contribute > >> output files > >>>> > >>>> Jonas > >>> > >>> Jonas, > >>> > >>> I would be happy to work on Turbomole support > >> (actually I recall there > >>> were plans to add it). However, adding support > for a > >> program is > >>> usually a bit of work and time, and I myself > can't > >> spare that much > >>> time for the next few weeks. I'm not sure > about the > >> others. > >>> > >>> The best thing to do would be to add a feature > request > >> on Sourceforge, > >>> which would maximize the chances we will get > around to > >> this in the > >>> near future. > >>> > >>> Cheers, > >>> Karol > >>> > >>> --written by Karol Langner > >>> Fri Aug 21 20:31:14 CEST 2009 > >>> > >>> > >> > ------------------------------------------------------------------------------ > >>> Let Crystal Reports handle the reporting - > Free > >> Crystal Reports 2008 > >>> 30-Day > >>> trial. Simplify your report design, > integration and > >> deployment - and > >>> focus on > >>> what you do best, core application coding. > Discover > >> what's new with > >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july > >>> > _______________________________________________ > >>> cclib-devel mailing list > >>> ccl...@li... > >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel > >> > >> > >> > ------------------------------------------------------------------------------ > >> Let Crystal Reports handle the reporting - Free > Crystal > >> Reports 2008 30-Day > >> trial. Simplify your report design, integration > and > >> deployment - and focus on > >> what you do best, core application coding. > Discover what's > >> new with > >> Crystal Reports now. http://p.sf.net/sfu/bobj-july > >> _______________________________________________ > >> cclib-devel mailing list > >> ccl...@li... > >> https://lists.sourceforge.net/lists/listinfo/cclib-devel > >> > > > > > > > > |
From: Adam T. <a-t...@st...> - 2009-08-21 22:50:05
|
Oh, sorry for not being more clear. As an example, you can see all the files we have for Gaussian 03 at http://cclib.svn.sf.net/viewvc/cclib/trunk/data/Gaussian/basicGaussian03/ . If you click on the number next to a file (eg. 640 for dvb_sp.gjf, which is the input file for a restricted single point calc), you'll actually see the current version of the file instead of the history. I think the basic set of files includes restricted SPs, unrestricted SPs, geometry optimizations, frequency calcs for predicting infrared and raman data, and a time-dependent DFT calc for predicting absorption data. Adam On Aug 21, 2009, at 3:39 PM, Jonas Baltrusaitis wrote: > No idea what needs to be done. When I look at dvb* files I get > ....... > r671 | atenderholt | 2007-07-09 23:24:16 +0100 (Mon, 09 Jul 2007) | > 2 lines > > Begin work on a new parser/branch for ORCA by adding single point > and optimization files > ........ > r672 | atenderholt | 2007-07-10 00:33:36 +0100 (Tue, 10 Jul 2007) | > 2 lines > > I don;t know how that's related to the program output file. I better > make a whishlist of what needs to be parsed and hope that you can > either do ti or teach me someday > > Jonas > > --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> > wrote: > >> From: Adam Tenderholt <a-t...@st...> >> Subject: Re: [cclib-devel] Spartan'08 and Turbomole support >> To: kar...@gm... >> Cc: ccl...@li... >> Date: Friday, August 21, 2009, 2:24 PM >> Jonas, >> >> I could also try to find a bit of time over the next few >> weeks, but I >> can't promise anything. We will need some standard output >> files. Look >> at the dvb* output files in the subdirectories at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ >> >> to get a sense of our standard test files. Also, >> what information >> are you interested in? >> >> I also noticed that there is a branch for Turbomole already >> in our >> cclib project. I don't know how complete it is (or if it >> even works!), >> but it might be worth checking out. Noel, if it's complete, >> can it be >> dropped in a GaussSum installation to get Turbomole >> support? >> >> Adam >> >> >> >> On Aug 21, 2009, at 11:36 AM, Karol M. Langner wrote: >> >>> On Friday 21 August 2009 18:41:23 Jonas Baltrusaitis >> wrote: >>>> Dear all, >>>> >>>> I've recently stumbled upon gaussum and cclib and >> am delighted that >>>> I finally found somethingg that does what I >> want... (for free...) >>>> >>>> I would humbly ask implement Spartan'08 and >> Turbomole support into >>>> this package. I am more than happy to contribute >> output files >>>> >>>> Jonas >>> >>> Jonas, >>> >>> I would be happy to work on Turbomole support >> (actually I recall there >>> were plans to add it). However, adding support for a >> program is >>> usually a bit of work and time, and I myself can't >> spare that much >>> time for the next few weeks. I'm not sure about the >> others. >>> >>> The best thing to do would be to add a feature request >> on Sourceforge, >>> which would maximize the chances we will get around to >> this in the >>> near future. >>> >>> Cheers, >>> Karol >>> >>> -- >>> written by Karol Langner >>> Fri Aug 21 20:31:14 CEST 2009 >>> >>> >> ------------------------------------------------------------------------------ >>> Let Crystal Reports handle the reporting - Free >> Crystal Reports 2008 >>> 30-Day >>> trial. Simplify your report design, integration and >> deployment - and >>> focus on >>> what you do best, core application coding. Discover >> what's new with >>> Crystal Reports now. http://p.sf.net/sfu/bobj-july >>> _______________________________________________ >>> cclib-devel mailing list >>> ccl...@li... >>> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal >> Reports 2008 30-Day >> trial. Simplify your report design, integration and >> deployment - and focus on >> what you do best, core application coding. Discover what's >> new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> cclib-devel mailing list >> ccl...@li... >> https://lists.sourceforge.net/lists/listinfo/cclib-devel >> > > > |
From: Jonas B. <jas...@ya...> - 2009-08-21 22:39:20
|
No idea what needs to be done. When I look at dvb* files I get ....... r671 | atenderholt | 2007-07-09 23:24:16 +0100 (Mon, 09 Jul 2007) | 2 lines Begin work on a new parser/branch for ORCA by adding single point and optimization files ........ r672 | atenderholt | 2007-07-10 00:33:36 +0100 (Tue, 10 Jul 2007) | 2 lines I don;t know how that's related to the program output file. I better make a whishlist of what needs to be parsed and hope that you can either do ti or teach me someday Jonas --- On Fri, 8/21/09, Adam Tenderholt <a-t...@st...> wrote: > From: Adam Tenderholt <a-t...@st...> > Subject: Re: [cclib-devel] Spartan'08 and Turbomole support > To: kar...@gm... > Cc: ccl...@li... > Date: Friday, August 21, 2009, 2:24 PM > Jonas, > > I could also try to find a bit of time over the next few > weeks, but I > can't promise anything. We will need some standard output > files. Look > at the dvb* output files in the subdirectories at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ > > to get a sense of our standard test files. Also, > what information > are you interested in? > > I also noticed that there is a branch for Turbomole already > in our > cclib project. I don't know how complete it is (or if it > even works!), > but it might be worth checking out. Noel, if it's complete, > can it be > dropped in a GaussSum installation to get Turbomole > support? > > Adam > > > > On Aug 21, 2009, at 11:36 AM, Karol M. Langner wrote: > > > On Friday 21 August 2009 18:41:23 Jonas Baltrusaitis > wrote: > >> Dear all, > >> > >> I've recently stumbled upon gaussum and cclib and > am delighted that > >> I finally found somethingg that does what I > want... (for free...) > >> > >> I would humbly ask implement Spartan'08 and > Turbomole support into > >> this package. I am more than happy to contribute > output files > >> > >> Jonas > > > > Jonas, > > > > I would be happy to work on Turbomole support > (actually I recall there > > were plans to add it). However, adding support for a > program is > > usually a bit of work and time, and I myself can't > spare that much > > time for the next few weeks. I'm not sure about the > others. > > > > The best thing to do would be to add a feature request > on Sourceforge, > > which would maximize the chances we will get around to > this in the > > near future. > > > > Cheers, > > Karol > > > > -- > > written by Karol Langner > > Fri Aug 21 20:31:14 CEST 2009 > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free > Crystal Reports 2008 > > 30-Day > > trial. Simplify your report design, integration and > deployment - and > > focus on > > what you do best, core application coding. Discover > what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > cclib-devel mailing list > > ccl...@li... > > https://lists.sourceforge.net/lists/listinfo/cclib-devel > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 30-Day > trial. Simplify your report design, integration and > deployment - and focus on > what you do best, core application coding. Discover what's > new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel > |
From: Karol M. L. <kar...@gm...> - 2009-08-21 22:24:07
|
Seems like everyone's writing theses these days :) Some time ago I added the capacity to parse multiple files to cclib, so that should not be a problem for turbomole. Chris - could you verify that the basic tests you contributed are OK? - Karol On Friday 21 August 2009 23:35:13 Christopher Rowley wrote: > I had contributed a rudimentary Turbomole parser a couple of years > ago. I use it on occasion and it works reasonably for geometries, > energies, and gradients. I never ran a complete set of tests, so I'm > not sure if it's working properly yet, especially in terms of MO > coefficients, but it's there if someone wanted to try it out. After > my thesis is submitted, I might have a little more time to finalize > and complete the parser. > > Chris > > -----Original Message----- > From: Adam Tenderholt [mailto:a-t...@st...] > Sent: Friday, August 21, 2009 5:24 PM > To: kar...@gm... > Cc: ccl...@li... > Subject: Re: [cclib-devel] Spartan'08 and Turbomole support > > Jonas, > > I could also try to find a bit of time over the next few weeks, but > I can't promise anything. We will need some standard output files. > Look at the dvb* output files in the subdirectories at > http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ > to get a sense of our standard test files. Also, what information > are you interested in? > > I also noticed that there is a branch for Turbomole already in our > cclib project. I don't know how complete it is (or if it even > works!), but it might be worth checking out. Noel, if it's complete, > can it be dropped in a GaussSum installation to get Turbomole > support? > > Adam > > On Aug 21, 2009, at 11:36 AM, Karol M. Langner wrote: > > On Friday 21 August 2009 18:41:23 Jonas Baltrusaitis wrote: > >> Dear all, > >> > >> I've recently stumbled upon gaussum and cclib and am delighted > >> that I finally found somethingg that does what I want... (for > >> free...) > >> > >> I would humbly ask implement Spartan'08 and Turbomole support > >> into this package. I am more than happy to contribute output > >> files > >> > >> Jonas > > > > Jonas, > > > > I would be happy to work on Turbomole support (actually I recall > > there were plans to add it). However, adding support for a program > > is usually a bit of work and time, and I myself can't spare that > > much time for the next few weeks. I'm not sure about the others. > > > > The best thing to do would be to add a feature request on > > Sourceforge, which would maximize the chances we will get around > > to this in the near future. > > > > Cheers, > > Karol -- written by Karol Langner Sat Aug 22 00:16:07 CEST 2009 |
From: Christopher R. <cro...@uo...> - 2009-08-21 22:16:33
|
I had contributed a rudimentary Turbomole parser a couple of years ago. I use it on occasion and it works reasonably for geometries, energies, and gradients. I never ran a complete set of tests, so I'm not sure if it's working properly yet, especially in terms of MO coefficients, but it's there if someone wanted to try it out. After my thesis is submitted, I might have a little more time to finalize and complete the parser. Chris -----Original Message----- From: Adam Tenderholt [mailto:a-t...@st...] Sent: Friday, August 21, 2009 5:24 PM To: kar...@gm... Cc: ccl...@li... Subject: Re: [cclib-devel] Spartan'08 and Turbomole support Jonas, I could also try to find a bit of time over the next few weeks, but I can't promise anything. We will need some standard output files. Look at the dvb* output files in the subdirectories at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ to get a sense of our standard test files. Also, what information are you interested in? I also noticed that there is a branch for Turbomole already in our cclib project. I don't know how complete it is (or if it even works!), but it might be worth checking out. Noel, if it's complete, can it be dropped in a GaussSum installation to get Turbomole support? Adam On Aug 21, 2009, at 11:36 AM, Karol M. Langner wrote: > On Friday 21 August 2009 18:41:23 Jonas Baltrusaitis wrote: >> Dear all, >> >> I've recently stumbled upon gaussum and cclib and am delighted that >> I finally found somethingg that does what I want... (for free...) >> >> I would humbly ask implement Spartan'08 and Turbomole support into >> this package. I am more than happy to contribute output files >> >> Jonas > > Jonas, > > I would be happy to work on Turbomole support (actually I recall there > were plans to add it). However, adding support for a program is > usually a bit of work and time, and I myself can't spare that much > time for the next few weeks. I'm not sure about the others. > > The best thing to do would be to add a feature request on Sourceforge, > which would maximize the chances we will get around to this in the > near future. > > Cheers, > Karol > > -- > written by Karol Langner > Fri Aug 21 20:31:14 CEST 2009 > > ---------------------------------------------------------------------------- -- > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ cclib-devel mailing list ccl...@li... https://lists.sourceforge.net/lists/listinfo/cclib-devel |
From: Adam T. <a-t...@st...> - 2009-08-21 21:24:15
|
Jonas, I could also try to find a bit of time over the next few weeks, but I can't promise anything. We will need some standard output files. Look at the dvb* output files in the subdirectories at http://cclib.svn.sourceforge.net/viewvc/cclib/trunk/data/ to get a sense of our standard test files. Also, what information are you interested in? I also noticed that there is a branch for Turbomole already in our cclib project. I don't know how complete it is (or if it even works!), but it might be worth checking out. Noel, if it's complete, can it be dropped in a GaussSum installation to get Turbomole support? Adam On Aug 21, 2009, at 11:36 AM, Karol M. Langner wrote: > On Friday 21 August 2009 18:41:23 Jonas Baltrusaitis wrote: >> Dear all, >> >> I've recently stumbled upon gaussum and cclib and am delighted that >> I finally found somethingg that does what I want... (for free...) >> >> I would humbly ask implement Spartan'08 and Turbomole support into >> this package. I am more than happy to contribute output files >> >> Jonas > > Jonas, > > I would be happy to work on Turbomole support (actually I recall there > were plans to add it). However, adding support for a program is > usually a bit of work and time, and I myself can't spare that much > time for the next few weeks. I'm not sure about the others. > > The best thing to do would be to add a feature request on Sourceforge, > which would maximize the chances we will get around to this in the > near future. > > Cheers, > Karol > > -- > written by Karol Langner > Fri Aug 21 20:31:14 CEST 2009 > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > trial. Simplify your report design, integration and deployment - and > focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > cclib-devel mailing list > ccl...@li... > https://lists.sourceforge.net/lists/listinfo/cclib-devel |
From: Jonas B. <jas...@ya...> - 2009-08-21 18:37:43
|
done --- On Fri, 8/21/09, Karol M. Langner <kar...@gm...> wrote: > From: Karol M. Langner <kar...@gm...> > Subject: Re: [cclib-devel] Spartan'08 and Turbomole support > To: ccl...@li... > Cc: "Jonas Baltrusaitis" <jas...@ya...> > Date: Friday, August 21, 2009, 11:36 AM > On Friday 21 August 2009 18:41:23 > Jonas Baltrusaitis wrote: > > Dear all, > > > > I've recently stumbled upon gaussum and cclib and am > delighted that > > I finally found somethingg that does what I want... > (for free...) > > > > I would humbly ask implement Spartan'08 and Turbomole > support into > > this package. I am more than happy to contribute > output files > > > > Jonas > > Jonas, > > I would be happy to work on Turbomole support (actually I > recall there > were plans to add it). However, adding support for a > program is > usually a bit of work and time, and I myself can't spare > that much > time for the next few weeks. I'm not sure about the > others. > > The best thing to do would be to add a feature request on > Sourceforge, > which would maximize the chances we will get around to this > in the > near future. > > Cheers, > Karol > > -- > written by Karol Langner > Fri Aug 21 20:31:14 CEST 2009 > |
From: SourceForge.net <no...@so...> - 2009-08-21 18:37:03
|
Feature Requests item #2842141, was opened at 2009-08-21 13:37 Message generated for change (Tracker Item Submitted) made by jbaltrus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=819225&aid=2842141&group_id=161285 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Parsers Group: Next Release (example) Status: Open Priority: 5 Private: No Submitted By: jbaltrus (jbaltrus) Assigned to: Nobody/Anonymous (nobody) Summary: TURBOMOLE and Spartan'08 formats Initial Comment: I would like to request implementation for Turbomole and Spartan'08 files. I can upload output files if needed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=819225&aid=2842141&group_id=161285 |
From: Karol M. L. <kar...@gm...> - 2009-08-21 18:33:37
|
On Friday 21 August 2009 18:41:23 Jonas Baltrusaitis wrote: > Dear all, > > I've recently stumbled upon gaussum and cclib and am delighted that > I finally found somethingg that does what I want... (for free...) > > I would humbly ask implement Spartan'08 and Turbomole support into > this package. I am more than happy to contribute output files > > Jonas Jonas, I would be happy to work on Turbomole support (actually I recall there were plans to add it). However, adding support for a program is usually a bit of work and time, and I myself can't spare that much time for the next few weeks. I'm not sure about the others. The best thing to do would be to add a feature request on Sourceforge, which would maximize the chances we will get around to this in the near future. Cheers, Karol -- written by Karol Langner Fri Aug 21 20:31:14 CEST 2009 |