This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add paging support for experiments and analysis results (#807)
* add limit * mypy version * fix no limit * delete duplicate release note * fix limit in test (cherry picked from commit fc60113)
- Loading branch information
Showing
7 changed files
with
132 additions
and
33 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
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
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
15 changes: 15 additions & 0 deletions
15
releasenotes/notes/experiments-limit-c7805ef972b7b4c1.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
features: | ||
- | | ||
Methods | ||
:meth:`qiskit.providers.ibmq.experiment.ExperimentService.experiments` and | ||
:meth"`qiskit.providers.ibmq.experiment.ExperimentService.analysis_results` | ||
now support a ``limit`` parameter that allows you to limit the number of | ||
experiments and analysis results returned. | ||
upgrade: | ||
- | | ||
A new parameter, ``limit`` is now the first parameter for both | ||
:meth:`qiskit.providers.ibmq.experiment.ExperimentService.experiments` and | ||
:meth"`qiskit.providers.ibmq.experiment.ExperimentService.analysis_results` | ||
methods. This ``limit`` has a default value of 10, meaning by deafult only | ||
10 experiments and analysis results will be returned. |
Oops, something went wrong.