Skip to content

Commit

Permalink
Update ext/QuantumCliffordHeckeExt/lifted_product.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Nov 5, 2024
1 parent dd22a7f commit c96731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/QuantumCliffordHeckeExt/lifted_product.jl
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ code with the group `G = ℤ₃ˣ³` corresponds to a cubic code.
The ECC Zoo has an [entry for this family](https://errorcorrectionzoo.org/c/haah_cubic).
```jldoctest
julia> c = Haah_cubic_codes([0, 15, 20, 28, 66], [0, 58, 59, 100, 121], 6);
julia> c = haah_cubic_codes([0, 15, 20, 28, 66], [0, 58, 59, 100, 121], 6);
julia> code_n(c), code_k(c)
(432, 8)
Expand Down

0 comments on commit c96731f

Please sign in to comment.