Skip to content

Commit

Permalink
undo removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Nov 24, 2024
1 parent 3b0d9a3 commit 363a4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nonclifford.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function Base.show(io::IO, s::GeneralizedStabilizer)
println(io, "A mixture ∑ ϕᵢⱼ Pᵢ ρ Pⱼ† where ρ is")
show(io,s.stab)
println(io)
print(io, "with ϕᵢⱼ | Pᵢ | Pⱼ:")
for ((di, dj), χ) in sort(collect(s.destabweights), by = x -> (x[1], x[2]))
println(io)
print(io, " ")
Expand Down

0 comments on commit 363a4fa

Please sign in to comment.