BattModels / ElectrochemicalKinetics.jl

Electrochemical reaction rate modeling and nonequilibrium phase maps (via AD)
MIT License
22 stars 9 forks source link

add `fit_overpotential` adjoint #31

Closed rkurchin closed 2 years ago

rkurchin commented 2 years ago

Since fit_overpotential is really just the inverse to compute_k, we don't need to differentiate through the nlsolve to get its adjoint...this makes that fix, but still needs tests added.