Note

This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.

Randomized Benchmarking Experiments (qiskit_experiments.library.randomized_benchmarking)

Experiments

StandardRB(physical_qubits, lengths[, ...])

An experiment to characterize the error rate of a gate set on a device.

InterleavedRB(interleaved_element, ...[, ...])

An experiment to characterize the error rate of a specific gate on a device.

Analysis

RBAnalysis()

A class to analyze randomized benchmarking experiments.

InterleavedRBAnalysis()

A class to analyze interleaved randomized benchmarking experiment.

Utilities

RBUtils()

A collection of utility functions for computing additional data from randomized benchmarking experiments

CliffordUtils()

Utilities for generating one- and two-qubit Clifford circuits and elements.