-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parsing orca files - major revamp (#5)
* mod parse_orca.py to skip first output_block if len(output_blocks) > 1 * mod orca_file.py to read charge and multiplicity from SCF settings for compatibility with compound jobs. also annotate parse_orca.py to describe conditional for returning output blocks * mod orca_file.py to recognize run time and successful terminations in compound jobs * tidy orca_file.py by removing lines that were commented out * add TightOpt and OptTs to job types, comment out if len(enthalpies) > 0 to prevent errors on parsing jobs that don't converge * update orca_file.py and parse_orca.py to look for multiple frequency calcs and return the last one * update docs and untit tests to indicate incompatibility with MiniPrint * start new orca recipe * clean up OrcaJobTypes with value and expected properties accessed via tuple. If ScanTs is in header, add OPT to job_types. * update description of properties_list function in ensemble.py * update tutorial 1 to prevent error message about accessing molecules via file.molecule * update hello_world.py to prevent error * add ORCA recipe * parsing charges * add orca to tutorial_01 * format tutorial_01 * format tutorial_01 * format tutorial_01 * format tutorial_01 * update recipe 9 * update recipe 9 * update recipe 9 * add orca tests for frequencies and compound jobs * format recipe09 --------- Co-authored-by: Joe Gair <[email protected]>
- Loading branch information
Showing
28 changed files
with
222,732 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.