-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
36c06ea
commit 777e2d5
Showing
2 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters