-
Notifications
You must be signed in to change notification settings - Fork 4
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
'NoneType' object has no attribute 'sigma' in rmgpy.reaction.Reaction.get_mean_sigma_and_epsilon #46
Comments
I guess it is related to the master merge not the new Thermo. Probably they put in a new check that things do not exceed the collision limit (reactions shouldn't be faster than molecules can meet each other) and that requires the Lennard Jones transport properties such as sigma. We probably don't have these for adsorbates, so it's a NoneType. We could skip the collision limit check for surface reactions. Or make it ensure sticking coefficient doesn't exceed one, or something, instead. Would have to check through the stack trace to see where best to put this. |
RMG crashes at the end, but only when it's performing final checks on the model, so this should be complete. Bug is at cfgoldsmith/RMG-Py#46
Closed by f6f51c2 |
Not sure why this might be, and I have absolutely no idea why changing the thermos would mess this up, so it might have nothing to do with that?
The text was updated successfully, but these errors were encountered: