Skip to content

Commit

Permalink
Fixed array input format in ORR.rms
Browse files Browse the repository at this point in the history
  • Loading branch information
ssun30 committed Oct 15, 2024
1 parent e15555a commit 5683596
Showing 1 changed file with 1 addition and 1 deletion.
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, 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 5683596

Please sign in to comment.