-
Notifications
You must be signed in to change notification settings - Fork 230
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
TransitionState object has no attribute 'molecular_weight' when running Arkane #1739
Comments
After briefly looking at this, it's not clear whether this is related to py3 changes. The When you say that this reaction was able to return kinetics in RMG 2.4.1, do you mean that this exact input file worked? |
@mliu49 from my memory, it was able to work with 2.4.1 - I can double-check this this this evening or tomorrow. It looks like the |
The Gaussian log for the TS in the repo you linked seems to not have converged. I think this error might be a side effect of Arkane being unable to find the conformer information from the log file. It looks for the |
Ah, the log file was what the issue was. It was able to work now. Would it be advantageous to add an error letting us know that the log file is corrupt / not converged? (I know most people would check before running, but just as a failsafe) |
I agree, Arkane should throw an explicit error if it does not find the expected keywords in the logfile, and perhaps also check for things like "Error termination" and raise a separate error. |
Resolved by #1766. |
Bug Description
When I'm trying to run an Arkane kinetics job, I'm getting the following error:
It's seeming like the
How To Reproduce
The Arkane input file is in the
ts
directory in the following github repo:https://github.com/comocheng/test_scratch/
Expected Behavior
I would expect this to return kinetics. This reaction was chosen before because it was able to return kinetics in RMG-2.4.1
Installation Information
rmg_env
fromenvironment.yml
The text was updated successfully, but these errors were encountered: