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.
Qiskit Experiments Documentation¶
Qiskit Experiments provides both a library of standard quantum characterization, calibration, and verification experiments, and a general framework for implementing custom experiments which can be run on quantum devices through Qiskit.
We’ve divided up the documentation into four sections with different purposes:
These step-by-step tutorials teach the fundamentals of the package and are suitable for getting started. You’ll find in these tutorials:
An overview of the package structure
How to write your own experiment
These are in-depth manuals to key experiments in the package, describing their background, principle, and how to run them in Qiskit Experiments. You’ll find in these manuals:
How to analyze 1- and 2-qubit errors in randomized benchmarking
How to calculate the speedup from using restless measurements
This is a detailed description of every module, method, and function in Qiskit Experiments and how to use them, suitable for those working closely with specific parts of the package or writing your custom code. You’ll find in these references:
Parameters, attributes, and methods of the
BaseExperiment
classDefault experiment, transpile, and run options for the
T1
experiment