Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Dec 1, 2024
1 parent 0c26124 commit d352964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/QuantumCliffordJuMPExt/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ function get_lx_lz(c::Stabilizer)
lx = stab_to_gf2(logicalxview(canonicalize!(MixedDestabilizer(c))))
lz = stab_to_gf2(logicalzview(canonicalize!(MixedDestabilizer(c))))
lx = SparseMatrixCSC{Int, Int}(lx)
lz = SparseMatrixCSC{Int, Int}(lx)
lz = SparseMatrixCSC{Int, Int}(lz)
return lx, lz
end

0 comments on commit d352964

Please sign in to comment.