We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The output of Troe reactions to MusicBox format incorrectly assigns -kinf_B to N.
-kinf_B
N
For example, this current output:
{ "type": "TROE", "k0_A": 2.4e-30, "k0_B": -3, "kinf_A": 1.6e-12, "N": -0.1, "reactants": { "NO3": { }, "NO2": { } }, "products": { "N2O5": { } } }
should be:
{ "type": "TROE", "k0_A": 2.4e-30, "k0_B": -3, "kinf_A": 1.6e-12, "kinf_B": 0.1, "reactants": { "NO3": { }, "NO2": { } }, "products": { "N2O5": { } } }
The text was updated successfully, but these errors were encountered:
Closing as this does not apply to the new version of chemistry cafe.
Sorry, something went wrong.
No branches or pull requests
The output of Troe reactions to MusicBox format incorrectly assigns
-kinf_B
toN
.For example, this current output:
should be:
The text was updated successfully, but these errors were encountered: