AmpCalCXFitter

class AmpCalCXFitter(backend_result, xdata, qubits, fit_p0, fit_bounds)[source]

Amplitude error fitter

See BaseFitter __init__

Attributes

AmpCalCXFitter.backend_result

Return the execution results

AmpCalCXFitter.description

Return the fitter’s purpose, e.g.

AmpCalCXFitter.fit_fun

Return the function used in the fit, e.g.

AmpCalCXFitter.measured_qubits

Return the indices of the qubits to be characterized

AmpCalCXFitter.params

Return the fit function parameters that were calculated by curve_fit

AmpCalCXFitter.params_err

Return the error of the fit function parameters

AmpCalCXFitter.series

Return the list of series for the data

AmpCalCXFitter.xdata

Return the data points on the x-axis, the independenet parameter which is fit against

AmpCalCXFitter.ydata

Return the data points on the y-axis

Methods

AmpCalCXFitter.add_data(results[, recalc, refit])

Add new execution results to previous execution results

AmpCalCXFitter.angle_err([qind])

Return the gate angle error

AmpCalCXFitter.fit_data([qid, p0, bounds, …])

Fit the curve.

AmpCalCXFitter.plot(qind[, series, ax, …])

Plot err data.