z1q0831
z1q0831
@Yugal0
> Although I will give it a try myself tomorrow, but for now I think you can try increasing the value of inductance in the initial guess. thank you for...
> What I got in the first try: > > `from impedance.models.circuits import CustomCircuit` `import numpy as np` `import pandas as pd` `import matplotlib.pyplot as plt` > > `initial_guess=[0.01,0.01,100,0.01,0.05,100,1,1,0.1]` `c=CustomCircuit("R0-p(R1,C1)-p(R2-Wo1,C2)-p(L1,R3)",initial_guess=initial_guess)`...
> > > What I got in the first try: > > > `from impedance.models.circuits import CustomCircuit` `import numpy as np` `import pandas as pd` `import matplotlib.pyplot as plt` >...
> yes I put the exact same initial guess (and the same elements) as you showed in the code in your very first snapshot in the question. YOUR SNAPSHOT of...
> Yeah, that is the main problem. I will let you know here, If I get any solutions for this. But totally thank you for replying me! If I find...