You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
RMG will use the rate rule with the higher rank, however PopulateReactions seems to randomly assign the rate rule to the reaction. For instance in my example with Cineole + OH, we the following reaction when running Populate Reactions:
Upon closer inspection in the H_abstraction family we see that there exists two rules with different rankings. The RMG job selects the correct rate rule to use, but PopulateReactions does not.
The text was updated successfully, but these errors were encountered:
It would be good if they both used the same bit of code to do this, so they always did the same thing. IIRC the RMG-Java project has a lot of code duplication.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
RMG will use the rate rule with the higher rank, however PopulateReactions seems to randomly assign the rate rule to the reaction. For instance in my example with Cineole + OH, we the following reaction when running Populate Reactions:
The same reaction pops up in an RMG job but gets different kinetics:
Upon closer inspection in the H_abstraction family we see that there exists two rules with different rankings. The RMG job selects the correct rate rule to use, but PopulateReactions does not.
The text was updated successfully, but these errors were encountered: