-
Notifications
You must be signed in to change notification settings - Fork 23
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
Scan calculation error: 'int' object not iterrable #471
Comments
From the error log, it doesn't seem like the most updated version of ARC. |
Indeed, it was not up to date. So I update the ARC codes. However, a lot of errors then showed up. Firstly, 'openbabel' could not be loaded. Then I also upgrade RMG and ARC environment in case it is then causing that. After all these steps, it is also a problem here. /home/svu/e0444166/conda_envs/arc_env/lib/python3.7/site-packages/openbabel/init.py:14: UserWarning: "import openbabel" is deprecated, instead use "from openbabel import openbabel" This is the example case: minimal. For testing. |
Please compile RMG. Activate either the arc_env or rmg_env and type |
Hi @alongd , |
You need to compile RMG every time a change was introduced to cythonized files. Users typically aren't aware of this kind of information, so it is recommended to try recompiling every time you update RMG, by simply tiping Please upload your input file, and I'll try to reproduce this error and debug it. |
@NUSCondy, please try running on the fixup branch. That pull request isn't ready yet, but it still might solve your problem.
|
@alongd |
Great to hear. Let me know if you experience any other issues. |
Hi @alongd,
This is for the problem when calculating scan jobs. Both the input and errorinfo files are attached. In this input file, I pass 'CBS-QB3' to arkane leveloftheory. So there is no problem from Arkane.
COCinput.txt
COCerror.txt
The text was updated successfully, but these errors were encountered: