-
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.
* initial structure * structure updated * additiond + finished intro * all files populated * corrections * deleting old docs * correction + missing example
- Loading branch information
Showing
18 changed files
with
159 additions
and
330 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 |
---|---|---|
|
@@ -15,4 +15,5 @@ doc/generated* | |
*.vscode* | ||
*generated* | ||
tmp* | ||
*.ipynb_checkpoints* | ||
*.ipynb_checkpoints* | ||
*/book/* |
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,21 @@ | ||
[book] | ||
title = "HQS qoqo-qryd User Documentation" | ||
author = "HQS Quantum Simulations GmbH" | ||
description = "User guide for the roqoqo-qryd/qoqo-qryd packages." | ||
src = "documentation/src" | ||
|
||
[rust] | ||
edition="2021" | ||
|
||
[build] | ||
build-dir = "documentation/book" | ||
create-missing = false | ||
|
||
[output.html] | ||
mathjax-support = true | ||
|
||
[output.html.search] | ||
limit-results = 15 | ||
|
||
[output.html.playground] | ||
runnable = false |
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,6 @@ | ||
[book] | ||
authors = ["HQS Quantum Simulations", "mlodi-hqs"] | ||
language = "en" | ||
multilingual = false | ||
src = "src" | ||
title = "HQS qoqo-qryd User Documentation" |
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,10 @@ | ||
# Summary | ||
|
||
[Index](index.md) | ||
|
||
- [Introduction](introduction.md) | ||
- [Execution](execution.md) | ||
- [WebAPI](webapi.md) | ||
- [QRyd Specifics](qrydspecifics.md) | ||
- [Examples](examples.md) | ||
- [qoqo-qryd API](qoqo_qryd_api.md) |
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,21 @@ | ||
qoqo-qryd Examples | ||
================== | ||
|
||
|
||
Using qubit shift operations | ||
---------------------------- | ||
```python | ||
{{#include ../../qoqo-qryd/examples/shift_qubits_example.py}} | ||
``` | ||
|
||
Changing the device layout | ||
-------------------------- | ||
```python | ||
{{#include ../../qoqo-qryd/examples/switch_layout_example.py}} | ||
``` | ||
|
||
Using multi-qubit operations | ||
---------------------------- | ||
```python | ||
{{#include ../../qoqo-qryd/examples/multi_qubit_example.py}} | ||
``` |
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.