Skip to content

Commit

Permalink
Fix UniformlyControlledSingleBit reference
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Dec 20, 2021
1 parent 0581ae8 commit 6ac786d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/qinterface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Single Gates
.. doxygenfunction:: Qrack::QInterface::RZ(real1_f, bitLenInt)
.. doxygenfunction:: Qrack::QInterface::CRZ(real1_f, bitLenInt, bitLenInt)

.. doxygenfunction:: Qrack::QInterface::UniformlyControlledSingleBit(const bitLenInt *, const bitLenInt&, bitLenInt, const complex *)
.. doxygenfunction:: Qrack::QInterface::UniformlyControlledSingleBit(const bitLenInt *, bitLenInt, bitLenInt, const complex *)
.. doxygenfunction:: Qrack::QInterface::UniformlyControlledRY(const bitLenInt*, const bitLenInt&, bitLenInt, const real1*)
.. doxygenfunction:: Qrack::QInterface::UniformlyControlledRZ(const bitLenInt*, const bitLenInt&, bitLenInt, const real1*)

Expand Down

0 comments on commit 6ac786d

Please sign in to comment.