Skip to content

Commit

Permalink
Update QInterface API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Dec 4, 2021
1 parent c22b7e6 commit 42c709c
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/api/qinterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Constructors

.. doxygenfunction:: Qrack::QInterface::QInterface()

Copying
-------

.. doxygenfunction:: Qrack::QInterface::Clone

Members
-------

Expand All @@ -42,6 +47,16 @@ Configuration Methods

.. doxygenfunction:: Qrack::QInterface::GetMaxQPower

.. doxygenfunction:: Qrack::QInterface::isBinaryDecisionTree

.. doxygenfunction:: Qrack::QInterface::isClifford()

.. doxygenfunction:: Qrack::QInterface::isClifford(const bitLenInt&)

.. doxygenfunction:: Qrack::QInterface::SetReactiveSeparate

.. doxygenfunction:: Qrack::QInterface::GetReactiveSeparate

State Manipulation Methods
--------------------------

Expand All @@ -65,8 +80,14 @@ State Manipulation Methods

.. doxygenfunction:: Qrack::QInterface::ProbMask

.. doxygenfunction:: Qrack::QInterface::ProbMaskAll

.. doxygenfunction:: Qrack::QInterface::ProbBitsAll

.. doxygenfunction:: Qrack::QInterface::GetProbs

.. doxygenfunction:: Qrack::QInterface::ExpectationBitsAll

.. doxygenfunction:: Qrack::QInterface::Swap(bitLenInt, bitLenInt)

.. doxygenfunction:: Qrack::QInterface::Swap(bitLenInt, bitLenInt, bitLenInt)
Expand All @@ -93,9 +114,17 @@ State Manipulation Methods

.. doxygenfunction:: Qrack::QInterface::Reverse(bitLenInt, bitLenInt)

.. doxygenfunction:: Qrack::QInterface::TrySeparate(bitLenInt)

.. doxygenfunction:: Qrack::QInterface::TrySeparate(bitLenInt, bitLenInt)

.. doxygenfunction:: Qrack::QInterface::MultiShotMeasureMask(const bitCapInt*, const bitLenInt, const unsigned int);
.. doxygenfunction:: Qrack::QInterface::TrySeparate(bitLenInt*, bitLenInt, real1_f)

.. doxygenfunction:: Qrack::QInterface::TryDecompose

.. doxygenfunction:: Qrack::QInterface::MultiShotMeasureMask(const bitCapInt*, const bitLenInt, const unsigned int)

.. doxygenfunction:: Qrack::QInterface::ApproxCompare

Quantum Gates
-------------
Expand Down

0 comments on commit 42c709c

Please sign in to comment.