Skip to content

Commit

Permalink
removing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Mar 16, 2024
1 parent c00a0ed commit 074683c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ecc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ end
@test isdegenerate(Steane7()) == false
@test isdegenerate(Steane7(), 2) == true
@test isdegenerate(Bitflip3()) == true
end
end
2 changes: 2 additions & 0 deletions test/test_ecc_encoding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ using QuantumClifford
using QuantumClifford.ECC

##

@testset "encoding circuits - compare to algebraic construction of encoded state" begin
# This test verifies that logical measurements on an encoded state match the physical pre-encoded state.
# This test skips verifying the permutations of qubits during canonicalization are properly undone,
Expand All @@ -26,6 +27,7 @@ using QuantumClifford.ECC
:(Toric(8,8)),
fill(:(random_stabilizer(5,7)), 100)...
]

code = eval(codeexpr)
if undoperm==false
# Pre-process the tableau to remove permutations and negative phases.
Expand Down

0 comments on commit 074683c

Please sign in to comment.