pygsti.algorithms.rbfit

pygsti.algorithms.rbfit#

Functions for analyzing RB data

Functions

custom_least_squares_fit(lengths, asps, n[, ...])

Fits RB average success probabilities to the exponential decay a + Bp^m using least-squares fitting.

std_least_squares_fit(lengths, asps, n[, ...])

Implements a "standard" least-squares fit of RB data.

Classes

FitResults(fittype, seed, rtype, success, ...)

An object to contain the results from fitting RB data.