Skip to content

Commit

Permalink
deploy: d108914
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Nov 24, 2023
0 parents commit e01db78
Show file tree
Hide file tree
Showing 97 changed files with 11,661 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: cbf6df29f12337eb3376d34f7921693f
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added .doctrees/algorithms.doctree
Binary file not shown.
Binary file added .doctrees/api.doctree
Binary file not shown.
Binary file added .doctrees/environment.pickle
Binary file not shown.
Binary file added .doctrees/example_grover_1.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 added .doctrees/howitworks.doctree
Binary file not shown.
Binary file added .doctrees/index.doctree
Binary file not shown.
Binary file added .doctrees/quickstart.doctree
Binary file not shown.
Binary file added .doctrees/supported.doctree
Binary file not shown.
Empty file added .nojekyll
Empty file.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions _sources/algorithms.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Algorithms
====================================
15 changes: 15 additions & 0 deletions _sources/api.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
API
===

.. autosummary::
:toctree: generated
:recursive:

qlasskit.qlassfun.qlassf
qlasskit.qlassfun.qlassfa
qlasskit.qlassfun.QlassF
qlasskit.algorithms.qalgorithm
qlasskit.algorithms.grover.Grover
qlasskit.qcircuit.qcircuit.QCircuit
qlasskit.qcircuit.qcircuitwrapper.QCircuitWrapper
qlasskit.qcircuit.gates
165 changes: 165 additions & 0 deletions _sources/example_grover_1.ipynb.txt

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions _sources/generated/qlasskit.algorithms.grover.Grover.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
qlasskit.algorithms.grover.Grover
=================================

.. currentmodule:: qlasskit.algorithms.grover

.. autoclass:: Grover


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~Grover.__init__
~Grover.circuit
~Grover.decode_counts
~Grover.decode_output
~Grover.draw
~Grover.encode_input
~Grover.export
~Grover.gate





.. rubric:: Attributes

.. autosummary::

~Grover.input_qubits
~Grover.input_size
~Grover.num_qubits
~Grover.output_qubits
~Grover.output_size
~Grover.qubits


41 changes: 41 additions & 0 deletions _sources/generated/qlasskit.algorithms.qalgorithm.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
qlasskit.algorithms.qalgorithm
==============================

.. automodule:: qlasskit.algorithms.qalgorithm







.. rubric:: Functions

.. autosummary::

oraclize





.. rubric:: Classes

.. autosummary::

QAlgorithm





.. rubric:: Exceptions

.. autosummary::

ConstantOracleException





49 changes: 49 additions & 0 deletions _sources/generated/qlasskit.qcircuit.gates.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
qlasskit.qcircuit.gates
=======================

.. automodule:: qlasskit.qcircuit.gates







.. rubric:: Functions

.. autosummary::

apply





.. rubric:: Classes

.. autosummary::

Barrier
CCX
CX
H
MCX
MCtrl
NopGate
QControlledGate
QGate
S
T
Toffoli
X
Y
Z









45 changes: 45 additions & 0 deletions _sources/generated/qlasskit.qcircuit.qcircuit.QCircuit.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
qlasskit.qcircuit.qcircuit.QCircuit
===================================

.. currentmodule:: qlasskit.qcircuit.qcircuit

.. autoclass:: QCircuit


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~QCircuit.__init__
~QCircuit.add_qubit
~QCircuit.append
~QCircuit.barrier
~QCircuit.ccx
~QCircuit.copy
~QCircuit.cx
~QCircuit.draw
~QCircuit.export
~QCircuit.get_key_by_index
~QCircuit.h
~QCircuit.mctrl
~QCircuit.mcx
~QCircuit.s
~QCircuit.t
~QCircuit.x
~QCircuit.y
~QCircuit.z





.. rubric:: Attributes

.. autosummary::

~QCircuit.num_gates


Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
qlasskit.qcircuit.qcircuitwrapper.QCircuitWrapper
=================================================

.. currentmodule:: qlasskit.qcircuit.qcircuitwrapper

.. autoclass:: QCircuitWrapper


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~QCircuitWrapper.__init__
~QCircuitWrapper.circuit
~QCircuitWrapper.decode_counts
~QCircuitWrapper.decode_output
~QCircuitWrapper.draw
~QCircuitWrapper.encode_input
~QCircuitWrapper.export
~QCircuitWrapper.gate





.. rubric:: Attributes

.. autosummary::

~QCircuitWrapper.input_qubits
~QCircuitWrapper.input_size
~QCircuitWrapper.num_qubits
~QCircuitWrapper.output_qubits
~QCircuitWrapper.output_size
~QCircuitWrapper.qubits


52 changes: 52 additions & 0 deletions _sources/generated/qlasskit.qlassfun.QlassF.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
qlasskit.qlassfun.QlassF
========================

.. currentmodule:: qlasskit.qlassfun

.. autoclass:: QlassF


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~QlassF.__init__
~QlassF.bind
~QlassF.circuit
~QlassF.compile
~QlassF.decode_counts
~QlassF.decode_output
~QlassF.draw
~QlassF.encode_input
~QlassF.export
~QlassF.f
~QlassF.from_function
~QlassF.gate
~QlassF.to_logicfun
~QlassF.truth_table
~QlassF.truth_table_header





.. rubric:: Attributes

.. autosummary::

~QlassF.input_qubits
~QlassF.input_size
~QlassF.num_qubits
~QlassF.output_qubits
~QlassF.output_size
~QlassF.qubits
~QlassF.name
~QlassF.original_f
~QlassF.args
~QlassF.returns
~QlassF.expressions


6 changes: 6 additions & 0 deletions _sources/generated/qlasskit.qlassfun.qlassf.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
qlasskit.qlassfun.qlassf
========================

.. currentmodule:: qlasskit.qlassfun

.. autofunction:: qlassf
6 changes: 6 additions & 0 deletions _sources/generated/qlasskit.qlassfun.qlassfa.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
qlasskit.qlassfun.qlassfa
=========================

.. currentmodule:: qlasskit.qlassfun

.. autofunction:: qlassfa
Loading

0 comments on commit e01db78

Please sign in to comment.