Skip to content

Commit f9a7d6c

Browse files
committed
fix the appendix reference - C2 instead of C1 for HGP code
1 parent f786b0d commit f9a7d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Quantum/product_codes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Return the hypergraph product code of matrices `A` and `B`.
1515
1616
# Example
1717
18-
[[1922, 50, 16]] Hypergraph Product Code from Appendix B, Example C1 of [panteleev2021degenerate](@cite).
18+
[[1922, 50, 16]] Hypergraph Product Code from Appendix B, Example C2 of [panteleev2021degenerate](@cite).
1919
2020
```jldoctest
2121
julia> using CodingTheory, Oscar;

0 commit comments

Comments
 (0)