Skip to content

Commit

Permalink
Update eightqubit.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz authored Mar 5, 2024
1 parent 6035ff9 commit 31e0a0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ecc/codes/eightqubit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ struct EightQubit <: AbstractECC end
code_n(c::EightQubit) = 8

parity_checks(c::EightQubit) = S"XXXXXXXX
ZZZZZZZZ
_X_XYZYZ
_XZY_XZY
_YXZXZ_Y"
ZZZZZZZZ
_X_XYZYZ
_XZY_XZY
_YXZXZ_Y"
distance(c::EightQubit) = 3

0 comments on commit 31e0a0e

Please sign in to comment.