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.

LayerFidelity(physical_qubits, ...[, ...])

A holistic benchmarking experiment to characterize the full quality of the devices at scale.

Analysis

RBAnalysis()

A class to analyze randomized benchmarking experiments.

InterleavedRBAnalysis()

A class to analyze interleaved randomized benchmarking experiment.

LayerFidelityAnalysis(layers[, analyses])

A class to analyze layer fidelity experiments.

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.