From f86cd86d505a6149da6b2cc8a22bb31c092e0efe Mon Sep 17 00:00:00 2001 From: Benzillaist Date: Tue, 19 Dec 2023 02:19:28 -0500 Subject: [PATCH] Update src/ecc/simple_sparse_codes.jl Update use case of Bicycle matrix Co-authored-by: Stefan Krastanov --- src/ecc/simple_sparse_codes.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecc/simple_sparse_codes.jl b/src/ecc/simple_sparse_codes.jl index 1930cda95..ff1ecd3ab 100644 --- a/src/ecc/simple_sparse_codes.jl +++ b/src/ecc/simple_sparse_codes.jl @@ -85,7 +85,7 @@ end Required before the unicycle code can be used. Typical usage: -ReduceUnicycle(Circ2UnicycleH0(array_indices, block length) )""" +`ReduceUnicycle(Circ2UnicycleH0(array_indices, block length) )`""" function reduce_unicycle(m::Matrix{Bool}) rrzz = residue_ring(ZZ, 2) nm = matrix(rrzz, m)