From: <la...@us...> - 2007-02-03 11:20:00
|
Revision: 495 http://svn.sourceforge.net/cclib/?rev=495&view=rev Author: langner Date: 2007-02-03 03:19:58 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Modifying LogFile.__setattr__ to update LogFile.logger for elements of LogFile.attrlist. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 17:21:51
|
Revision: 500 http://svn.sourceforge.net/cclib/?rev=500&view=rev Author: langner Date: 2007-02-03 09:21:38 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Simplified loop in LogFile.parse(), adjusted Gaussian._extract() to new parsing structure. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 17:46:24
|
Revision: 501 http://svn.sourceforge.net/cclib/?rev=501&view=rev Author: langner Date: 2007-02-03 09:46:21 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Minor fixes to make Gaussian parser work. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 18:26:14
|
Revision: 502 http://svn.sourceforge.net/cclib/?rev=502&view=rev Author: langner Date: 2007-02-03 10:26:11 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Minor fixes to make Gaussian tests pass. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 19:33:45
|
Revision: 503 http://svn.sourceforge.net/cclib/?rev=503&view=rev Author: langner Date: 2007-02-03 11:33:40 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Added LogFile._nodelete for cleaning of temporary attributes. Gaussian parser: SCFRMS, SCFMAX, SCFENERGY are not used anywhere , so removed. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 21:08:18
|
Revision: 504 http://svn.sourceforge.net/cclib/?rev=504&view=rev Author: langner Date: 2007-02-03 13:08:17 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Fixed typos. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 21:38:31
|
Revision: 506 http://svn.sourceforge.net/cclib/?rev=506&view=rev Author: langner Date: 2007-02-03 13:38:28 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Refactoring GAMESS parser. Removed extra logger calls from ADF parser. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/adfparser.py branches/parser-refactoring/src/cclib/parser/gamessparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 21:57:40
|
Revision: 508 http://svn.sourceforge.net/cclib/?rev=508&view=rev Author: langner Date: 2007-02-03 13:57:36 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Refactoring GAMMES-UK parser. Minor fix in ADF parser. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gamessukparser.py branches/parser-refactoring/src/cclib/parser/jaguarparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-03 22:23:37
|
Revision: 509 http://svn.sourceforge.net/cclib/?rev=509&view=rev Author: langner Date: 2007-02-03 14:23:35 -0800 (Sat, 03 Feb 2007) Log Message: ----------- Minor fixes in parsers (mostly for unregistered attributes until now). All tests finish now as in trunk (some Jaguar tests fail). Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/adfparser.py branches/parser-refactoring/src/cclib/parser/gamessparser.py branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-02-06 19:56:00
|
Revision: 511 http://svn.sourceforge.net/cclib/?rev=511&view=rev Author: langner Date: 2007-02-06 11:55:53 -0800 (Tue, 06 Feb 2007) Log Message: ----------- Added a few 'development' attributes to LogFile._attrlist; also added attributes specific to ADF, in __init__() of ADF parser. Minor typos and paraphrasings of code. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/adfparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2007-03-26 15:39:14
|
Revision: 594 http://svn.sourceforge.net/cclib/?rev=594&view=rev Author: langner Date: 2007-03-26 07:28:28 -0700 (Mon, 26 Mar 2007) Log Message: ----------- Copied logfileparser.py and gaussianparser.py from before r593. Introduced _tointarray from trunk. Modified Paths: -------------- branches/parser-refactoring/src/cclib/parser/gaussianparser.py branches/parser-refactoring/src/cclib/parser/logfileparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |