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)