-
Notifications
You must be signed in to change notification settings - Fork 204
Use POST /sessions endpoint #1372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
64efd71
wip use post sessions
kt474 b5bae1d
address comments
kt474 ad1b8f7
Merge branch 'main' into session-mode
kt474 96f80ff
Merge branch 'main' into session-mode
kt474 4873d57
fix mypy & lint
kt474 10afaf2
Merge branch 'main' into session-mode
kt474 a4bf59b
use private method
kt474 c0e34d3
Add reno
kt474 366108c
attempt fix unit tests
kt474 679cc3c
unit tests
kt474 2791d84
Merge branch 'main' into session-mode
kt474 64ffe88
add logic to work with IQP
kt474 346ce56
remove todo
kt474 3b8fcbe
Update releasenotes/notes/session-modes-5c22b68620f8d690.yaml
kt474 e99fb5c
Update docstrings, passing mode into payload
kt474 b3ef5ad
Update unit tests
kt474 e3a2760
Merge branch 'main' into session-mode
kt474 3d6d51e
address comments
kt474 a6cfc18
Merge branch 'session-mode' of https://github.com/kt474/qiskit-ibm-ru…
kt474 2a61556
Pass max_time to /sessions
kt474 24acc4e
unit tests
kt474 759162f
integration test
kt474 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,10 @@ | ||
| --- | ||
| features: | ||
| - | | ||
| Sessions will now be started with a new ``/sessions`` endpoint that allows for different | ||
| execution modes. Batch mode is now supported through :class:`~qiskit_ibm_runtime.Batch`, and | ||
| :class:`~qiskit_ibm_runtime.Session` will work the same as way as before. | ||
| Please see https://docs.quantum.ibm.com/run/sessions for more information. | ||
|
|
||
| Note that ``Session`` and ``Batch`` created from ``qiskit-ibm-runtime`` prior to this release will no longer be | ||
| supported after March 31, 2024. Please update your ``qiskit-ibm-runtime`` version as soon as possible before this date. |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.