Skip to content
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

Fixes issues in Molpro reader and adds sigma basis sets #278

Merged
merged 7 commits into from
Aug 3, 2023

Conversation

susilehtola
Copy link
Contributor

For some reason, the Molpro reader had an issue; apparently, it still has not been covered by tests.

This PR fixes that issue, and extends the reader to parse another input syntax. It also adds the sigmaNZ basis sets from J. Chem. Phys. 158, 244112 (2023).

@@ -213,6 +213,7 @@
other_data = {}

# Go through input and check basis type
_func_type = 'gto_spherical'

Check warning

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to '_func_type' is unnecessary as it is
redefined
before this value is used.
This assignment to '_func_type' is unnecessary as it is
redefined
before this value is used.
@codecov-commenter
Copy link

Codecov Report

Merging #278 (0ded618) into master (0d5e953) will increase coverage by 66.87%.
Report is 13 commits behind head on master.
The diff coverage is 47.05%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files

@bennybp
Copy link
Member

bennybp commented Aug 1, 2023

I made a few fixes. Ready to merge unless you have objections

@susilehtola
Copy link
Contributor Author

susilehtola commented Aug 2, 2023

@bennybp Please do merge

@bennybp bennybp merged commit c90748d into MolSSI-BSE:master Aug 3, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants