MaximeVH / EquivalentCircuits.jl

A julia package to either fit the parameters of a specified equivalent electrical circuit to electrochemical impedance data, or to suggest a plausible circuit configuration for a given set of measurements (either through a comparison of circuits from the literature, or through an evolutionary algorithm approach).
MIT License
24 stars 6 forks source link

Function "circuitevolution()" calculates redundant versions of Equivalent-Circuit-Models #12

Closed StefanPofahl closed 1 year ago

StefanPofahl commented 1 year ago

Function "circuitevolution()" calculates redundant versions of Equivalent-Circuit-Models. One example is shown below: R1-[C2,R3]-[C4,R5] [C1,R2]-[R3,C4]-R5

Regards, Stefan

MaximeVH commented 1 year ago

I'll close this issue as it refers to a previous version of the package. The current circuit_evolution function only outputs a single fittest equivalent electrical circuit model.

Kind regards, Maxime

StefanPofahl commented 1 year ago

Great! :-)