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.

Synthesis#

RBDefaultCliffordSynthesis()

Default Clifford synthesis plugin for randomized benchmarking.

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.