From 777e2d5b32dae5bdb3e232c4011dba2e0d940069 Mon Sep 17 00:00:00 2001 From: Helena Zhang Date: Tue, 6 Feb 2024 16:53:28 -0500 Subject: [PATCH] Enable loading experiments using the runtime service (#1386) ### Summary Follow up to #1371 . `ExperimentData.load()` currently requires the deprecated `qiskit-ibm-provider` provider to load an experiment. This PR allows the provider parameter to take in the `QiskitRuntimeService` service as well. Unfortunately, this is confusing since the experiment service is another parameter for `load()`. We should probably drop the experiment service parameter in a future release and only accept the `QiskitRuntimeService` service. --------- Co-authored-by: Will Shanks --- docs/howtos/cloud_service.rst | 5 ++-- .../framework/experiment_data.py | 27 +++++++++++++------ 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/docs/howtos/cloud_service.rst b/docs/howtos/cloud_service.rst index b69fcd5c98..18c875d3b4 100644 --- a/docs/howtos/cloud_service.rst +++ b/docs/howtos/cloud_service.rst @@ -56,9 +56,8 @@ experiment