Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Nov 28, 2024
1 parent e4aeec4 commit 0abbf7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_ecc_coprime_bivaraite_bicycle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
function get_hx_lx(c)
hx = stab_to_gf2(Stabilizer(parity_checks(c))[1:end÷2,:])
lx = stab_to_gf2(logicalxview(canonicalize!(MixedDestabilizer(parity_checks(c)))))
return hx, lx
return hx,lx
end

function code_distance(hx, lx, k)
Expand Down Expand Up @@ -83,7 +83,5 @@
c = two_block_group_algebra_codes(A, B)
@test gcd([l,m]) == 1
@test code_n(c) == 126 && code_k(c) == 12
hx, lx = get_hx_lx(c)
@test code_distance(hx, lx, code_k(c)) == 10
end
end

0 comments on commit 0abbf7f

Please sign in to comment.