Skip to content

Commit

Permalink
Update code833.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz authored Mar 1, 2024
1 parent fe4b153 commit 568f31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecc/codes/code833.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parity_checks(c::code833) = S"XXXXXXXX
_XZY_XZY
_YXZXZ_Y"

parity_checks_x(c::code833) = stab_to_gf2(parity_checks(code822()))[1:3,1:end÷2]
parity_checks_x(c::code833) = stab_to_gf2(parity_checks(code833()))[1:3,1:end÷2]
parity_checks_z(c::code833) = stab_to_gf2(parity_checks(code833()))[5:end,end÷2+1:end]

distance(c::code833) = 3

0 comments on commit 568f31d

Please sign in to comment.