Increase output parsing#269
Merged
avmarchenko merged 30 commits intoexa-analytics:mainfrom Jan 18, 2023
Merged
Conversation
… ALASKA/SLAPAF/MCKINLEY
Added hessian parsers to the standard output and formatted checkpoint files from Gaussian. Also, added a keyword for the atom parser as both the gradient and hessian matrix are printed from the input orientation as opposed to the standard orientation. Unit tests still need to be added.
Changed while loop terminating condition to an error when trying to convert a string to a float. This is necessary because initial tests had a different string terminating the hessian block. Added unit tests for the parser in the Output and Fchk classes.
Removed the frequency_ext dataframe and parser as it was going through the same parsing logic as the frequency parser. The data is now added to the frequency dataframe as new columns.
Added parsers for the electric dipole and quadrupole moment, and magnetic dipole moment. The electric dipole parser can read the data in the length or velocity formalism with a keyword. Also added a parser for all spectral properties including, rotatory and dipole strengths in the length and velocity formalisms. Added relevant unit tests.
avmarchenko
requested changes
Nov 13, 2022
Member
avmarchenko
left a comment
There was a problem hiding this comment.
Thanks for this work. I think we can simplify parse_atom by making the kwarg accept values of atom ordering rather than be a boolean.
Changed atom table parsing input keyword to be a string. Will verify that the tables exist and warn the users if it is not available and default to the 'Input orientation'.
Added parsing for several spin-free and spin-orbit properties from RASSI in OpenMolcas. Added first set of tests.
Added python 3.9 and 3.10 to CI/CD matrix. Fixed a deprecation warning in editor.py file due to np.int.
Added comments and updated docstrings in the Molcas output parser. Increased code coverage for the new parser methods.
… molcas-parser
Fixed the parsing methods for the gradient and frequency parsing methods. Added unit tests for coverage of new methods.
Addressed comments and added clause to test for raising an exception when the value of orientation is not what is expected.
Added parsing methods for the SS/MS-PT2 energies from a Molcas calculation with the CASPT2 module. Also added parsing method for the orbital occupations calculated by RASSCF. Added unit tests with new files to account for changes and edge cases.
…into output-parsing
Added some print statements to make the user aware that the parsing methods have to use the input orientation of the atom table. Fixed a possible bug and minor changes.
avmarchenko
approved these changes
Jan 16, 2023
Member
avmarchenko
left a comment
There was a problem hiding this comment.
Thank you for these changes.
Member
Author
|
Ready to be merged |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here I want to increase the properties that we can parse with exatomic.
It is a WIP and will push updates when I complete parsers for a quantum chemistry code.
Added/Modified:
frequencydata frame with data from the oldfrequency_extdata frameRemoved:
frequency_extdata frame