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.
Tomography Experiments (qiskit_experiments.library.tomography
)¶
Experiments¶
|
Base experiment for quantum state and process tomography. |
|
An experiment to reconstruct the quantum state from measurement data. |
|
An experiment to reconstruct the quantum channel from measurement data. |
|
A batched experiment to characterize readout error then perform state tomography for doing readout error mitigated state tomography. |
|
A batched experiment to characterize readout error then perform process tomography for doing readout error mitigated process tomography. |
Analysis¶
Base analysis for state and process tomography experiments. |
|
State tomography experiment analysis. |
|
Quantum state and process tomography experiment analysis. |
|
|
Analysis for readout error mitigated tomography experiments. |
Tomography Fitters¶
Fitter functions for state reconstruction in tomography analysis
|
Linear inversion tomography fitter. |
|
Constrained Gaussian linear least-squares tomography fitter. |
|
Constrained weighted linear least-squares tomography fitter. |
Basis Classes¶
Built in tomography basis classes
|
Standard Pauli measurement basis. |
Minimal 4-element Pauli measurement basis. |
|
Over-complete 6-element Pauli preparation basis. |
Custom local tensor product basis classes
|
Local tensor-product measurement basis. |
|
Local tensor-product preparation basis. |
Abstract base classes
|
Abstract base class for a tomography measurement basis. |
|
Abstract base class for a tomography preparation basis. |
Warning
The API for tomography fitters and bases is still under development so may change in a future release.