-
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.
Updates to the backend interfaces (#541)
* Upgrade pasqal-cloud and add convenience imports * Make job_params required + Recover jobs order * Implement PasqalCloud.fetch_available_devices() * Updates for new pasqal-cloud version * Type hinting * Finish UTs * Adding convenience imports * Adding tutorial on backends * Import sorting and formating * Update API referencee * Fix UTs * Update pasqal-cloud version * Avoiding mutable defaults * Use backoff on cloud interactions * Add link to the API reference in the tutorial * Fix typo in tutorial
- Loading branch information
Showing
19 changed files
with
704 additions
and
99 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
************************ | ||
Backend Interfaces | ||
************************ | ||
|
||
QPU | ||
---- | ||
|
||
.. autoclass:: pulser.QPUBackend | ||
:members: | ||
|
||
|
||
Emulators | ||
---------- | ||
|
||
Local | ||
^^^^^^^ | ||
.. autoclass:: pulser_simulation.QutipBackend | ||
:members: | ||
|
||
Remote | ||
^^^^^^^^^^ | ||
.. autoclass:: pulser_pasqal.EmuTNBackend | ||
:members: | ||
|
||
.. autoclass:: pulser_pasqal.EmuFreeBackend | ||
:members: | ||
|
||
|
||
Remote backend connection | ||
--------------------------- | ||
|
||
.. autoclass:: pulser_pasqal.PasqalCloud |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,4 +6,4 @@ API Reference | |
|
||
core | ||
simulation | ||
cloud | ||
backend |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"path": "../../../tutorials/advanced_features/Backends for Sequence Execution.ipynb" | ||
} |
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
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.