Skip to content

Commit

Permalink
use stab_to_gf2 since H is Bool and parity_checks return Stabilizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Sep 27, 2024
1 parent 0459549 commit 026e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ecc_quantumreedmuller.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@test code_n(QuantumReedMuller(m)) == 2^m - 1
@test code_k(QuantumReedMuller(m)) == 1
@test distance(QuantumReedMuller(m)) == 3
@test H == parity_checks(CSS(parity_checks_x(QuantumReedMuller(m)), parity_checks_z(QuantumReedMuller(m))))
@test H == stab_to_gf2(parity_checks(CSS(parity_checks_x(QuantumReedMuller(m)), parity_checks_z(QuantumReedMuller(m)))))
# [[15,1,3]] qrm code from table 1 of https://arxiv.org/pdf/1705.0010
qrm₁₅₁₃ = S"ZIZIZIZIZIZIZIZ
IZZIIZZIIZZIIZZ
Expand Down

0 comments on commit 026e483

Please sign in to comment.