-
Notifications
You must be signed in to change notification settings - Fork 22
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
Receiving KeyError: conformers
when attempting to arcrestart
#622
Comments
This is the self.job_dict before it runs into File "/Local/ce_dana/Code/ARC/arc/scheduler.py", line 3317, in troubleshoot_conformer_isomorphism
job = self.job_dict[label]['conformers'][0] |
so in the scheduler, in def troubleshoot_conformer_isomorphism(self, label: str): it gets to this line job = self.job_dict[label]['conformers'][0] and then has a KeyError: conformers the label is 'r_82_[O-][Np][=O]O' and self.job_dict[labell] returns an empty dictionary, {} |
From my understanding and assumptions, it appears that during the restart, even if a molecule had this error: It will try to troubleshoot the conformer isomorphism by finding the first conformer of a species to determine applicable troubleshooting method - but what if no conformer was found at all? |
Issue has returned
|
Describe the bug
How to reproduce
I have an input file with 50 reactions to check and when attempting to restart the run due another issue, it then reports a KeyError:
conformers
Here is the restart.yml
restart.zip
The text was updated successfully, but these errors were encountered: