Provides access to the IBM Quantum experiment service, allowing users to manage experiments, retrieve experiment results, and work with analysis results from IBM Quantum backends. Current version 0.4.8, released on a monthly/quarterly cadence.
pip install qiskit-ibm-experimentVerified import paths — ran on the pinned version, not inferred.
Initializes the ExperimentService using an IBM Quantum API token and lists available experiments.
Pass a 'token' parameter or set the IBM_QUANTUM_TOKEN environment variable instead of using 'account'.
Use `ExperimentService` instead of `IBMExperimentService`.
Convert to list: `experiments = list(service.experiments())` or iterate directly.