[go: up one dir, main page]

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

allow assigned occupancy to be skipped if present #1308

Open
wants to merge 129 commits into
base: master
Choose a base branch
from

Conversation

amandadumi
Copy link
Member

This helps fix a secondary bug discovered while parsing the file provided in #1009.

In the problem file (cclib/cclib-data#177), the parsing failed due to the presence of an ASSIGNED OCCUPANCY block that set the MO occupations. This fix will simply skip this block if it is present allowing the file to be parsed.

Copy link
Member
@berquist berquist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nits. But should the results from assigned occupancies go into mooccnos?

cclib/parser/gamessparser.py Outdated Show resolved Hide resolved
cclib/parser/gamessparser.py Outdated Show resolved Hide resolved
cclib/parser/gamessparser.py Outdated Show resolved Hide resolved
cclib/parser/gamessparser.py Outdated Show resolved Hide resolved
@amandadumi
Copy link
Member Author

Minor nits. But should the results from assigned occupancies go into mooccnos?

Yeah i started implementing this, and i think i got confused by #1297 thinking the answer was no in general, but i realize now that was ORCA specific so ill put it back in.

@amandadumi
Copy link
Member Author

I do realize rebase is messed up and will fix, sorry.

@berquist
Copy link
Member

If you have a copy of the branch before the rebase, or just a patch of the changes, I can try applying it.

@amandadumi
Copy link
Member Author

If you have a copy of the branch before the rebase, or just a patch of the changes, I can try applying it.

Thank you for offering, let me try once more to fix it just because i want to know how to do it right, but if i can't get it the next few days i will ask for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants