Skip to content

Commit

Permalink
Fix constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Dec 4, 2021
1 parent 42c709c commit 102da2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/api/qbinarydecisiontree.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Defined in `qbinary_decision_tree.hpp <https://github.com/vm6502q/qrack/blob/mai

The API is provided by Qrack::QInterface. Qrack::QBinaryDecisionTree is an attempt at an alternative representation of quantum pure states, in terms of binary decision trees, inspired by `other open source work <https://iic.jku.at/eda/research/quantum_dd/>`_.

.. doxygenfunction:: Qrack::QBinaryDecisionTree::QBinaryDecisionTree(bitLenInt, bitCapInt, qrack_rand_gen_ptr, complex, bool, bool, bool, int, bool, bool, real1, std::vector<int>, bitLenInt)
.. doxygenfunction:: Qrack::QBinaryDecisionTree::QBinaryDecisionTree(bitLenInt, bitCapInt, qrack_rand_gen_ptr, complex, bool, bool, bool, int, bool, bool, real1_f, std::vector<int>, bitLenInt, real1_f)
.. doxygenfunction:: Qrack::QBinaryDecisionTree::QBinaryDecisionTree(std::vector<QInterfaceEngine>, bitLenInt, bitCapInt, qrack_rand_gen_ptr, complex, bool, bool, bool, int, bool, bool, real1_f, std::vector<int>, bitLenInt, real1_f)
3 changes: 2 additions & 1 deletion docs/api/qstabilizerhybrid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Defined in `qstabilizerhybrid.hpp <https://github.com/vm6502q/qrack/blob/main/in

The API is provided by Qrack::QInterface. This is an extended "stabilizer" or "Clifford" simulation. If a Qrack::QInterface method call cannot be carried out by this simulator via "stabilizer" simulation methods, it will automatically convert to traditional state vector representation, (while keep its Qrack::QStabilizerHybrid class type).

.. doxygenfunction:: Qrack::QStabilizerHybrid::QStabilizerHybrid(bitLenInt, bitCapInt, qrack_rand_gen_ptr, complex, bool, bool, bool, int, bool, bool, real1, std::vector<int>, bitLenInt)
.. doxygenfunction:: Qrack::QStabilizerHybrid::QStabilizerHybrid(bitLenInt, bitCapInt, qrack_rand_gen_ptr, complex, bool, bool, bool, int, bool, bool, real1_f, std::vector<int>, bitLenInt, real1_f)
.. doxygenfunction:: Qrack::QStabilizerHybrid::QStabilizerHybrid(std::vector<QInterfaceEngine>, bitLenInt, bitCapInt, qrack_rand_gen_ptr, complex, bool, bool, bool, int, bool, bool, real1_f, std::vector<int>, bitLenInt, real1_f)

0 comments on commit 102da2c

Please sign in to comment.