-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add open batches to pulser-pasqal (#701)
* rework sdk to not require batch_id as an argument * rework sdk to not require batch_id as an argument * rework sdk to not require batch_id as an argument * rework sdk to not require batch_id as an argument * rework sdk to not require batch_id as an argument * change to context manager interface for open batches * fix rebase fix rebase, and linting fix rebase, and linting * fix rebase, and linting fix rebase, and linting fix rebase, and linting fix rebase, and linting fix rebase, and linting * fix type fix type * complete test coverage for method calls complete test coverage for method calls * context management class, update tests context management class, update tests * inside return is ignored with _ * mr feedback * boolean condition for open batch support boolean condition for open batch support boolean condition for open batch support boolean condition for open batch support * test coverage * flake8 * MR feedback MR feedback * comment on arg name * support complete -> open keyword change for batches * support complete -> open keyword change for batches * lint lint * Bump pasqal-cloud to v0.12 * Include only the new jobs in the RemoteResults of each call to submit() * Give stored batch ID to get available results * Submission -> Batch outside of RemoteResults * Including backend specific kwargs to RemoteConnection.submit() when opening batch * Fully deprecate 'submission' for 'batch' * Relax `pasqal-cloud` requirement * Consistency updates to the tutorial --------- Co-authored-by: oliver.gordon <[email protected]> Co-authored-by: HGSilveri <[email protected]> Co-authored-by: Henrique Silvério <[email protected]>
- Loading branch information
1 parent
7af1d2d
commit c12306a
Showing
9 changed files
with
402 additions
and
82 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ dist/ | |
env* | ||
*.egg-info/ | ||
__venv__/ | ||
venv |
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
Oops, something went wrong.