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 1, 2024
1 parent 748b866 commit d3f00c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ecc/ECC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export parity_checks, parity_checks_x, parity_checks_z,
CSS,
Shor9, Steane7, Cleve8, Perfect5, Bitflip3,
Toric,
QHamming,
evaluate_decoder,
CommutationCheckECCSetup, NaiveSyndromeECCSetup, ShorSyndromeECCSetup,
TableDecoder,
Expand Down Expand Up @@ -324,7 +325,6 @@ end

include("circuits.jl")
include("decoder_pipeline.jl")

include("codes/util.jl")
include("codes/classical_codes.jl")
include("codes/css.jl")
Expand Down

0 comments on commit d3f00c3

Please sign in to comment.