Skip to content

Commit

Permalink
Added default values for wr/wp for Marcus Kinetics
Browse files Browse the repository at this point in the history
Removed an invalid field in a Marcus type reaction
in ORR.rms
  • Loading branch information
ssun30 committed Oct 9, 2024
1 parent 565bb32 commit e15555a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Calculators/Rate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export Arrheniusq
n::K
lmbd_i_coefs::Q
lmbd_o::K
wr::K
wp::K
wr::K = 0.0
wp::K = 0.0
beta::B
unc::P = EmptyRateUncertainty()
end
Expand Down
2 changes: 1 addition & 1 deletion src/testing/ORR.rms
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Reactions:
radicalchange: 0
reactants: [H2O2A]
type: ElementaryReaction
- kinetics: {A: 6.0e12, lmbd_o: 100000.0, lmbd_i_coefs: [ 2.63844404e+03 9.64948798e+00 7.41268237e-03 -6.10277107e-06], beta: 1.2e10 ,n: 1.0, d: 0.0, type: Marcus}
- kinetics: {A: 6.0e12, lmbd_o: 100000.0, lmbd_i_coefs: [ 2.63844404e+03 9.64948798e+00 7.41268237e-03 -6.10277107e-06], beta: 1.2e10 ,n: 1.0, type: Marcus}
products: [HOOA]
radicalchange: 0
electronchange: -1
Expand Down

0 comments on commit e15555a

Please sign in to comment.