Skip to content

Commit 75332ff

Browse files
committed
[ci skip]
1 parent 89196c0 commit 75332ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ this function returns a complex-valued controlled gate representable in `N+NCQ`
835835
The state of control qubit is applied `NCQ` times to every wire preceeding the location
836836
of the input gate. Note that this function does not account for the actual location
837837
of the controlled gate in the circuit. Here are a few examples:
838-
(a) [ToffoliGate](@ref) = controlled_gate(XGate(), 2) = controlled_gate(CnotGate(), 1)
838+
(a) [ToffoliGate](@ref) = controlled_gate(XGate(), 2) = controlled_gate(CNotGate(), 1)
839839
(b) CCCCCZGate = controlled_gate(ZGate(), 5)
840840
(c) TCCGate = controlled(TGate(), 2, reverse = true)
841841
"""

0 commit comments

Comments
 (0)