-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shifts from Rows, Doc Fix, Default Layout (#189)
* no arm builder * placeholder + doc link * doc workflow * docstrings correction * updated user docs * default * set_dev * endpoint call correction * default-layout qoqo * default-layout roq + row allowed shifts * two_tweezer edges qoqo + better api test * allowed_shifts_from_row tests * shifts from rows interface + tests * shifts validity check correction * versioning + fmt * missing versioning * doc correction * fmt
- Loading branch information
Showing
21 changed files
with
689 additions
and
101 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
qoqo-qryd API documentation | ||
=========================== | ||
|
||
The qoqo-qryd provides software components for [qoqo](https://github.com/HQSquantumsimulations/qoqo>) that support QRydDemo quantum computers. | ||
The qoqo-qryd provides software components for [qoqo](https://github.com/HQSquantumsimulations/qoqo>) that support QRydDemo quantum computers. | ||
|
||
The qoqo-qryd module provides: | ||
|
||
1. Backends that execute a compiled qoqo QuantumProgram on QRydDemo hardware (when available), via a WebAPI emulation (APIBackend) or simulators (SimulatorBackend). | ||
2. A set of specific operations only available on QRydDemo hardware. | ||
3. A collection of devices, representations of the hardware devices available in QrydDemo. | ||
|
||
This is the API documentation of qoqo-qryd, for a more general overview see the User Documentation. | ||
This is the [API documentation of qoqo-qryd](qoqo_qryd_api/html/index.html), for a more general overview see the User Documentation. |
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "qoqo_qryd" | ||
version = "0.11.0" | ||
version = "0.11.1" | ||
dependencies = [ | ||
'numpy', | ||
'qoqo>=1.6', | ||
|
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
pragma_operations | ||
SimulatorBackend | ||
APIBackend | ||
tweezer_devices | ||
|
||
""" | ||
|
||
|
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.