-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d92d996
Showing
118 changed files
with
21,805 additions
and
0 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,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 7bc1f4c04259ed5d6f78e19a28a8bcc2 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+11.3 KB
.doctrees/api/generated/dqpu.blockchain.ipfs_gateway.IPFSGateway.doctree
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+10.7 KB
.doctrees/api/generated/dqpu.verifier.basictrapper.BasicTrapInfo.doctree
Binary file not shown.
Binary file added
BIN
+13.7 KB
.doctrees/api/generated/dqpu.verifier.basictrapper.BasicTrapper.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
dqpu.io |
Binary file added
BIN
+46.9 KB
_images/2bc56b88a26f720aefee10a9a30fd983fcb62fafc37be8fdff31029d6f54ee6b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.5 KB
_images/641a4fdde2852fcf5b3c5322e58863b27f325e0d5c33254342debee2cc904bb5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.83 KB
_images/a0953d3817dd6188f8d5d514b3a4aef2439c621bc9409053992169c0414ba187.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.72 KB
_images/d7544ce2b5ed0b9e6094449225d53eae9b3f70926f19edb47615f6627a3dc6ed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.2 KB
_images/e0a2f6f14193f7dfe99e2ef6f2e9fa33f54b01623329e76d189e11fc07f6cfc8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ | ||
dqpu.backends.base | ||
================== | ||
|
||
.. automodule:: dqpu.backends.base | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Functions | ||
|
||
.. autosummary:: | ||
|
||
job_remove | ||
job_result | ||
job_status | ||
submit_job | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
55 changes: 55 additions & 0 deletions
55
_sources/api/generated/dqpu.backends.qiskit.DQPUBackend.rst.txt
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,55 @@ | ||
dqpu.backends.qiskit.DQPUBackend | ||
================================ | ||
|
||
.. currentmodule:: dqpu.backends.qiskit | ||
|
||
.. autoclass:: DQPUBackend | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~DQPUBackend.__init__ | ||
~DQPUBackend.acquire_channel | ||
~DQPUBackend.configuration | ||
~DQPUBackend.control_channel | ||
~DQPUBackend.drive_channel | ||
~DQPUBackend.load_account | ||
~DQPUBackend.measure_channel | ||
~DQPUBackend.qubit_properties | ||
~DQPUBackend.run | ||
~DQPUBackend.set_options | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~DQPUBackend.coupling_map | ||
~DQPUBackend.dt | ||
~DQPUBackend.dtm | ||
~DQPUBackend.instruction_durations | ||
~DQPUBackend.instruction_schedule_map | ||
~DQPUBackend.instructions | ||
~DQPUBackend.max_circuits | ||
~DQPUBackend.meas_map | ||
~DQPUBackend.num_qubits | ||
~DQPUBackend.operation_names | ||
~DQPUBackend.operations | ||
~DQPUBackend.options | ||
~DQPUBackend.provider | ||
~DQPUBackend.target | ||
~DQPUBackend.version | ||
~DQPUBackend.name | ||
~DQPUBackend.description | ||
~DQPUBackend.online_date | ||
~DQPUBackend.backend_version | ||
|
||
|
30 changes: 30 additions & 0 deletions
30
_sources/api/generated/dqpu.backends.qiskit.DQPUProvider.rst.txt
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,30 @@ | ||
dqpu.backends.qiskit.DQPUProvider | ||
================================= | ||
|
||
.. currentmodule:: dqpu.backends.qiskit | ||
|
||
.. autoclass:: DQPUProvider | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~DQPUProvider.__init__ | ||
~DQPUProvider.backends | ||
~DQPUProvider.get_backend | ||
|
||
|
||
|
||
|
||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
|
||
~DQPUProvider.version | ||
|
||
|
24 changes: 24 additions & 0 deletions
24
_sources/api/generated/dqpu.blockchain.ipfs_gateway.IPFSGateway.rst.txt
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,24 @@ | ||
dqpu.blockchain.ipfs\_gateway.IPFSGateway | ||
========================================= | ||
|
||
.. currentmodule:: dqpu.blockchain.ipfs_gateway | ||
|
||
.. autoclass:: IPFSGateway | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~IPFSGateway.__init__ | ||
~IPFSGateway.get | ||
~IPFSGateway.upload | ||
|
||
|
||
|
||
|
||
|
||
|
50 changes: 50 additions & 0 deletions
50
_sources/api/generated/dqpu.blockchain.near.NearBlockchain.rst.txt
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,50 @@ | ||
dqpu.blockchain.near.NearBlockchain | ||
=================================== | ||
|
||
.. currentmodule:: dqpu.blockchain.near | ||
|
||
.. autoclass:: NearBlockchain | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~NearBlockchain.__init__ | ||
~NearBlockchain.add_verifier | ||
~NearBlockchain.balance | ||
~NearBlockchain.call | ||
~NearBlockchain.clear_jobs | ||
~NearBlockchain.connect | ||
~NearBlockchain.contract_call | ||
~NearBlockchain.create_account | ||
~NearBlockchain.get_all_jobs | ||
~NearBlockchain.get_handled_amount | ||
~NearBlockchain.get_job | ||
~NearBlockchain.get_job_status | ||
~NearBlockchain.get_jobs | ||
~NearBlockchain.get_jobs_paginated | ||
~NearBlockchain.get_jobs_stats | ||
~NearBlockchain.get_latest_jobs | ||
~NearBlockchain.get_number_of_jobs | ||
~NearBlockchain.get_number_of_verifiers | ||
~NearBlockchain.get_verifiers | ||
~NearBlockchain.is_a_verifier | ||
~NearBlockchain.load_account | ||
~NearBlockchain.remove_job | ||
~NearBlockchain.remove_verifier | ||
~NearBlockchain.set_job_validity | ||
~NearBlockchain.set_owner | ||
~NearBlockchain.set_result_validity | ||
~NearBlockchain.submit_job | ||
~NearBlockchain.submit_job_result | ||
~NearBlockchain.view | ||
|
||
|
||
|
||
|
||
|
||
|
24 changes: 24 additions & 0 deletions
24
_sources/api/generated/dqpu.verifier.basictrapper.BasicTrapInfo.rst.txt
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,24 @@ | ||
dqpu.verifier.basictrapper.BasicTrapInfo | ||
======================================== | ||
|
||
.. currentmodule:: dqpu.verifier.basictrapper | ||
|
||
.. autoclass:: BasicTrapInfo | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~BasicTrapInfo.__init__ | ||
~BasicTrapInfo.dump | ||
~BasicTrapInfo.loads | ||
|
||
|
||
|
||
|
||
|
||
|
26 changes: 26 additions & 0 deletions
26
_sources/api/generated/dqpu.verifier.basictrapper.BasicTrapper.rst.txt
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,26 @@ | ||
dqpu.verifier.basictrapper.BasicTrapper | ||
======================================= | ||
|
||
.. currentmodule:: dqpu.verifier.basictrapper | ||
|
||
.. autoclass:: BasicTrapper | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~BasicTrapper.__init__ | ||
~BasicTrapper.trap | ||
~BasicTrapper.untrap | ||
~BasicTrapper.untrap_results | ||
~BasicTrapper.verify | ||
|
||
|
||
|
||
|
||
|
||
|
24 changes: 24 additions & 0 deletions
24
_sources/api/generated/dqpu.verifier.trapper.TrapInfo.rst.txt
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,24 @@ | ||
dqpu.verifier.trapper.TrapInfo | ||
============================== | ||
|
||
.. currentmodule:: dqpu.verifier.trapper | ||
|
||
.. autoclass:: TrapInfo | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~TrapInfo.__init__ | ||
~TrapInfo.dump | ||
~TrapInfo.loads | ||
|
||
|
||
|
||
|
||
|
||
|
26 changes: 26 additions & 0 deletions
26
_sources/api/generated/dqpu.verifier.trapper.Trapper.rst.txt
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,26 @@ | ||
dqpu.verifier.trapper.Trapper | ||
============================= | ||
|
||
.. currentmodule:: dqpu.verifier.trapper | ||
|
||
.. autoclass:: Trapper | ||
|
||
|
||
.. automethod:: __init__ | ||
|
||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
|
||
~Trapper.__init__ | ||
~Trapper.trap | ||
~Trapper.untrap | ||
~Trapper.untrap_results | ||
~Trapper.verify | ||
|
||
|
||
|
||
|
||
|
||
|
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,16 @@ | ||
API | ||
=== | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
:recursive: | ||
|
||
dqpu.backends.qiskit.DQPUBackend | ||
dqpu.backends.qiskit.DQPUProvider | ||
dqpu.backends.base | ||
dqpu.verifier.basictrapper.BasicTrapper | ||
dqpu.verifier.basictrapper.BasicTrapInfo | ||
dqpu.verifier.trapper.Trapper | ||
dqpu.verifier.trapper.TrapInfo | ||
dqpu.blockchain.near.NearBlockchain | ||
dqpu.blockchain.ipfs_gateway.IPFSGateway |
Oops, something went wrong.