generate_circuit_fn_impedance_backend

autoeis.utils.generate_circuit_fn_impedance_backend(circuit: str)

Generates a function to compute the circuit impedance, parameterized by frequency and the circuit parameters, using impedance.py.

Parameters:

circuit (str) – CDC string representation of the input circuit. See here for details.

Returns:

A function that takes in frequency and the circuit parameters and returns the impedance.

Return type:

callable