Closed mattldawson closed 1 month ago
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": { } } }
Closing as this does not apply to the new version of chemistry cafe.
The output of Troe reactions to MusicBox format incorrectly assigns
-kinf_B
toN
.For example, this current output:
should be: