Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

Experiment

qiskit.providers.ibmq.experiment

Modules representing IBM Quantum Experience experiments.

Caution

This package is currently provided in beta form and heavy modifications to both functionality and API are likely to occur.

Note

This service is not available to all accounts.

You can use the experiment service to query, upload, and retrieve experiments, experiment plots, and analysis results. For example:

from qiskit import IBMQ
provider = IBMQ.load_account()
experiments = provider.experiment.experiments()

All the available functions can be invoked using the provider.experiment attribute, which is an instance of the ExperimentService class.


Classes

ExperimentService(provider)Provides experiment related services.
Experiment(provider, backend_name, …[, …])Class representing an experiment.
AnalysisResult(experiment_uuid, …[, fit, …])Class representing an analysis result for an experiment.
Was this page helpful?
Report a bug or request content on GitHub.