AUTODIAL / AutoEIS

A tool for automated extraction of equivalent circuit models (ECM) from electrochemical impedance spectroscopy (EIS) data
https://autodial.github.io/AutoEIS/
MIT License
33 stars 7 forks source link

Allow for customized element boundaries in `fit_circuit_parameters` #119

Closed RunzeZhang123 closed 4 months ago

RunzeZhang123 commented 5 months ago

The current fit_circuit_parameters function doens't allow users to set constrains on component values. If adding something like

fit_circuit_parameters(..., element_ranges = {'R':[1e-3, 1e7], 'Pw':...} would be helpful