Skip to content
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

Troe reaction output to MusicBox format is incorrect #28

Closed
mattldawson opened this issue Nov 22, 2023 · 1 comment
Closed

Troe reaction output to MusicBox format is incorrect #28

mattldawson opened this issue Nov 22, 2023 · 1 comment
Labels

Comments

@mattldawson
Copy link
Collaborator

The output of Troe reactions to MusicBox format incorrectly assigns -kinf_B to 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": { }
          }
        }
@K20shores
Copy link
Collaborator

Closing as this does not apply to the new version of chemistry cafe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants