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

ArrheniusBM fitting procedure #2264

Closed
wants to merge 3 commits into from
Closed

ArrheniusBM fitting procedure #2264

wants to merge 3 commits into from

Commits on Jun 7, 2023

  1. revised arrbm get_activation_energy method

    We previously did not account for E0 < 0.  Here, for E0 < 0, we set Ea to E0 for exothermic rxns and dHrxn for endothermic.  We also incorporate aspects of Reaction `fix_barrier_height` method to set Ea to 0 for exothermic rxns and Ea < 0, and set Ea to dHrxn if Ea < dHrxn for endothermic rxns.
    davidfarinajr authored and rwest committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    dcbd55a View commit details
    Browse the repository at this point in the history
  2. revised arrbm fitting to reactions procedure

    Use the `get_activation_energy` method in the objective function.  For intial guess of params, use average of A and n, and use BEP for guess of Ea.
    davidfarinajr authored and rwest committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    833b973 View commit details
    Browse the repository at this point in the history
  3. modifed arrbm fit_to_data unit test

    Test now compares the fitted rate to the rate it was trained on to make sure they agree.
    davidfarinajr authored and rwest committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e80a8ff View commit details
    Browse the repository at this point in the history