Skip to content

Commit

Permalink
rm type upper bound
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 6, 2021
1 parent a574217 commit c060996
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/intrinsic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ end
@intrinsic H
@intrinsic S
@intrinsic T
@intrinsic shift::T) where {T <: Real}
@intrinsic Rx::T) where {T <: Real}
@intrinsic Ry::T) where {T <: Real}
@intrinsic Rz::T) where {T <: Real}
@intrinsic UGate::T, β::T, γ::T) where {T <: Real}
@intrinsic shift::T) where {T}
@intrinsic Rx::T) where {T}
@intrinsic Ry::T) where {T}
@intrinsic Rz::T) where {T}
@intrinsic UGate::T, β::T, γ::T) where {T}

0 comments on commit c060996

Please sign in to comment.