-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update frequency parsing in Gaussian #232
Update frequency parsing in Gaussian #232
Conversation
- Add units to Gaussian schema - Remove double Gaussian frequency quantities
@JosePizarro3 my test is failing at Yambo GW and TBStudio... Did something break there, cause I only touched Gaussian? |
Note: won't add testing. Have made a memo in #233 . |
- Clean up frequency section regexes
So, these errors come from the updated type checking and are NOT caused by this PR. |
* Fix hyphen elements among frequency list * Update frequencies and reduced mass regex to capture only the old format * Add note for future devs * Add dynamic extraction of units * Add units to Gaussian schema * Remove double Gaussian frequency quantities * Add IR intesities and harmonic force constants --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: Nathan Daelman <ndaelman.physik.hu-berlin.de>
Limit extraction of vibrational analysis to '--' header. Also update schema and add dynamic unit extraction.