Skip to content

Commit

Permalink
typo in docstring (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
FazinHan authored Aug 27, 2024
1 parent bbfc13e commit 3c6a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/YaoBlocks/src/composite/control.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ cnot(ctrl_locs, loc::Int) = @λ(n -> cnot(n, ctrl_locs, loc))
"""
cz([n, ]ctrl_locs, location)
Return a speical [`ControlBlock`](@ref), aka CZ gate with number of active qubits
Return a special [`ControlBlock`](@ref), aka CZ gate with number of active qubits
`n` and locs of control qubits `ctrl_locs`, and `location` of `Z` gate. See also
[`cnot`](@ref).
Expand Down

0 comments on commit 3c6a767

Please sign in to comment.