alg_decay_fits

  • full name: tenpy.tools.fit.alg_decay_fits

  • parent module: tenpy.tools.fit

  • type: function

tenpy.tools.fit.alg_decay_fits(x, ys, npts=5, power_range=0.01, 4.0, power_mesh=[60, 10])[source]

Fit arrays of y’s to the form a * x**(-b) + c.

Returns arrays of [a, b, c].