Skip to content

Commit

Permalink
Update src/ecc/simple_sparse_codes.jl
Browse files Browse the repository at this point in the history
Updated use case description

Co-authored-by: Stefan Krastanov <[email protected]>
  • Loading branch information
Benzillaist and Krastanov authored Dec 19, 2023
1 parent cac4133 commit 2eb3eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecc/simple_sparse_codes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end
"""Takes a list of indices and creates the base of the unicycle matrix.
For example:
Circ2UnicycleH0([1, 2, 4], 7)
`Circ2UnicycleH0([1, 2, 4], 7)`
See https://arxiv.org/abs/quant-ph/0304161 for more details"""
function circ_to_unicycle_h0(circ_indices::Array{Int}, n::Int)
Expand Down

0 comments on commit 2eb3eb4

Please sign in to comment.