add example of using Cole-Cole model

这个提交包含在:
majsylw
2021-07-26 19:43:11 +02:00
父节点 cf3eae5ad8
当前提交 e524c95a10
共有 4 个文件被更改,包括 519 次插入0 次删除

查看文件

@@ -180,6 +180,9 @@ class Relaxation(object):
self.rl, self.im = q.real, q.imag
if self.number_of_debye_poles == -1:
print("\n#########",
"Try to automaticaly fit number of Debye poles, up to 20!",
"##########\n", sep="")
error = np.infty # artificial best error starting value
self.number_of_debye_poles = 1
iteration = 1