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¶
|
Provides experiment related services. |
|
Class representing an experiment. |
|
Class representing an analysis result for an experiment. |