Skip to content

Commit

Permalink
deploy: e9c68b8
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed May 27, 2024
0 parents commit d92d996
Show file tree
Hide file tree
Showing 118 changed files with 21,805 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .doctrees/api/index.doctree
Binary file not shown.
Binary file added .doctrees/docs/cli.doctree
Binary file not shown.
Binary file added .doctrees/docs/demo.doctree
Binary file not shown.
Binary file added .doctrees/docs/index.doctree
Binary file not shown.
Binary file added .doctrees/docs/qiskit_example.doctree
Binary file not shown.
Binary file added .doctrees/docs/qlasskit_example.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/nodes/index.doctree
Binary file not shown.
Binary file added .doctrees/nodes/sampler_node.doctree
Binary file not shown.
Binary file added .doctrees/nodes/verifier_node.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dqpu.io
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions _sources/api/generated/dqpu.backends.base.rst.txt
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 _sources/api/generated/dqpu.backends.qiskit.DQPUBackend.rst.txt
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 _sources/api/generated/dqpu.backends.qiskit.DQPUProvider.rst.txt
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


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 _sources/api/generated/dqpu.blockchain.near.NearBlockchain.rst.txt
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






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






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 _sources/api/generated/dqpu.verifier.trapper.TrapInfo.rst.txt
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 _sources/api/generated/dqpu.verifier.trapper.Trapper.rst.txt
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






16 changes: 16 additions & 0 deletions _sources/api/index.rst.txt
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
Loading

0 comments on commit d92d996

Please sign in to comment.