Service (qiskit_ibm_experiment.service)#

Modules related to IBM Quantum experiment service.

Note

This service is not available to all accounts.

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

from qiskit_ibm_experiment import IBMExperimentService
service = IBMExperimentService()
print(service.backends())

This service is intended to be used in conjunction with the qiskit-experiments package, which allows you to create different types of experiments (for example, qiskit_experiments.library.characterization.T1).

Classes#

IBMExperimentService([token, url, name, ...])

Provides experiment related services.

ResultQuality(value)

Possible values for analysis result quality.

DeviceComponent()

Class representing a device component.