From ed185801432112be7a1341eb9a25b5053ba15d0a Mon Sep 17 00:00:00 2001 From: Dan Strano Date: Sat, 30 Sep 2023 19:10:47 -0400 Subject: [PATCH] Fix broken link --- docs/api/qcircuit.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/qcircuit.rst b/docs/api/qcircuit.rst index f17308c..8699300 100644 --- a/docs/api/qcircuit.rst +++ b/docs/api/qcircuit.rst @@ -9,7 +9,7 @@ Defined in `QCircuit.hpp `_.) In other words, a different "target qubit payload" (as a 2x2 operator on a single qubit, controlled) is associated with every logical permutation of control qubits, which can greatly optimize performance through coalescence in an efficient form for state vector simulation. +Via `QCircuitGate`, the fundamental "atomic" gate of a `QCircuit` is "uniformly controlled." (See `Quantum circuits with uniformly controlled one-qubit gates `_.) In other words, a different "target qubit payload" (as a 2x2 operator on a single qubit, controlled) is associated with every logical permutation of control qubits, which can greatly optimize performance through coalescence in an efficient form for state vector simulation. .. doxygenfunction:: Qrack::QCircuit::QCircuit(bool) .. doxygenfunction:: Qrack::QCircuit::QCircuit(bitLenInt, const std::list&, bool)