From: <la...@us...> - 2009-07-20 21:08:24
|
Revision: 862 http://cclib.svn.sourceforge.net/cclib/?rev=862&view=rev Author: langner Date: 2009-07-20 21:08:21 +0000 (Mon, 20 Jul 2009) Log Message: ----------- Rely on numpy only (no Numeric support) in ORCA parser. Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2011-01-03 15:07:02
|
Revision: 922 http://cclib.svn.sourceforge.net/cclib/?rev=922&view=rev Author: langner Date: 2011-01-03 15:06:56 +0000 (Mon, 03 Jan 2011) Log Message: ----------- Applied patch to ORCA parser for bug #3077163 sent by Benjamin Stein. Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ate...@us...> - 2012-07-14 04:40:57
|
Revision: 975 http://cclib.svn.sourceforge.net/cclib/?rev=975&view=rev Author: atenderholt Date: 2012-07-14 04:40:50 +0000 (Sat, 14 Jul 2012) Log Message: ----------- ORCA: parse file/attributes when called directly from command line Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2012-11-06 00:11:25
|
Revision: 997 http://cclib.svn.sourceforge.net/cclib/?rev=997&view=rev Author: langner Date: 2012-11-06 00:11:15 +0000 (Tue, 06 Nov 2012) Log Message: ----------- ORCA: Grab value from last SCF cycle when not converged (fixes bug 3184890) Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ate...@us...> - 2013-11-26 02:48:20
|
Revision: 1070 http://sourceforge.net/p/cclib/code/1070 Author: atenderholt Date: 2013-11-26 02:48:18 +0000 (Tue, 26 Nov 2013) Log Message: ----------- ORCA: add the parse_scf_extended_format function. * Fixes parse error with prova.out, and doesn't seem to affect core or regression files. Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <la...@us...> - 2012-11-06 00:28:52
|
Revision: 998 http://cclib.svn.sourceforge.net/cclib/?rev=998&view=rev Author: langner Date: 2012-11-06 00:28:45 +0000 (Tue, 06 Nov 2012) Log Message: ----------- Clean up ORCA parser a bit Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ate...@us...> - 2013-02-10 01:06:40
|
Revision: 1033 http://sourceforge.net/p/cclib/code/1033 Author: atenderholt Date: 2013-02-10 01:06:38 +0000 (Sun, 10 Feb 2013) Log Message: ----------- Add progress info (Overlap and Coefficients) to the Orca parser * Tested with a somewhat large file I have, and it shows useful progress. Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ate...@us...> - 2013-11-24 22:36:13
|
Revision: 1065 http://sourceforge.net/p/cclib/code/1065 Author: atenderholt Date: 2013-11-24 22:36:04 +0000 (Sun, 24 Nov 2013) Log Message: ----------- ORCA parser: parse vibdisps (port from python2 branch) Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ate...@us...> - 2013-11-24 23:06:03
|
Revision: 1066 http://sourceforge.net/p/cclib/code/1066 Author: atenderholt Date: 2013-11-24 23:05:59 +0000 (Sun, 24 Nov 2013) Log Message: ----------- ORCA: drop the first six vib modes/freqs/disps corresponding rots/trans Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ate...@us...> - 2013-11-25 00:13:17
|
Revision: 1069 http://sourceforge.net/p/cclib/code/1069 Author: atenderholt Date: 2013-11-25 00:13:16 +0000 (Mon, 25 Nov 2013) Log Message: ----------- ORCA parser: create new function in prep of handling dual SCF formats Added parse_scf_condensed_format(self, inputfile, line), and moved original code to parse SCF convergence information here. Modified Paths: -------------- trunk/src/cclib/parser/orcaparser.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |