Skip to content

Commit

Permalink
Update ECC.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz authored Mar 5, 2024
1 parent 31e0a0e commit 6f6704f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ecc/ECC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export parity_checks, parity_checks_x, parity_checks_z,
RepCode,
CSS,
Shor9, Steane7, Cleve8, Perfect5, Bitflip3,
QHamming,
EightQubit,
Toric,
evaluate_decoder,
CommutationCheckECCSetup, NaiveSyndromeECCSetup, ShorSyndromeECCSetup,
Expand Down Expand Up @@ -334,5 +334,5 @@ include("codes/steanecode.jl")
include("codes/shorcode.jl")
include("codes/clevecode.jl")
include("codes/toric.jl")
include("codes/qhammingcode.jl")
include("codes/eightqubit.jl")
end #module

0 comments on commit 6f6704f

Please sign in to comment.