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.
API Reference¶
The API documentation is organized into two sections below. The package modules include the framework, the experiment library, experiment modules, and test utilities. Experiment modules are the main categories of the experiment library itself, such as qubit characterization and experimental suites like tomography.
Package Modules¶
- Qiskit Experiments (
qiskit_experiments
) - Experiment Framework (
qiskit_experiments.framework
) - Experiment Library (
qiskit_experiments.library
) - Data Processing (
qiskit_experiments.data_processing
) - Curve Analysis (
qiskit_experiments.curve_analysis
) - Calibration Management (
qiskit_experiments.calibration_management
) - Database Service (
qiskit_experiments.database_service
) - Visualization (
qiskit_experiments.visualization
) - Test Utilities (
qiskit_experiments.test
)
Experiment Modules¶
- Calibration Experiments (
qiskit_experiments.library.calibration
) - Characterization Experiments (
qiskit_experiments.library.characterization
) - Driven Frequency Tuning (
qiskit_experiments.library.driven_freq_tuning
) - Randomized Benchmarking Experiments (
qiskit_experiments.library.randomized_benchmarking
) - Tomography Experiments (
qiskit_experiments.library.tomography
) - Quantum Volume Experiment (
qiskit_experiments.library.quantum_volume
)