Skip to content

Commit

Permalink
Removed pauli frame code
Browse files Browse the repository at this point in the history
During discussion with Anthony, he mentioned that he would add his code himself later on
  • Loading branch information
Benzillaist committed Nov 1, 2023
1 parent 92f6eeb commit 1c0fcdb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 181 deletions.
1 change: 0 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ authors = ["Stefan Krastanov <[email protected]>"]
version = "0.8.18"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
3 changes: 1 addition & 2 deletions src/ecc/ECC.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module ECC

using LinearAlgebra
using QuantumClifford, CairoMakie, SparseArrays, LDPCDecoders
using QuantumClifford, SparseArrays, LDPCDecoders
using QuantumClifford: AbstractOperation, AbstractStabilizer, Stabilizer
import QuantumClifford: Stabilizer, MixedDestabilizer
using DocStringExtensions
Expand Down Expand Up @@ -296,7 +296,6 @@ end

include("circuits.jl")
include("code_generation.jl")
include("code_evaluation.jl")

include("codes/bitflipcode.jl")
include("codes/fivequbit.jl")
Expand Down
178 changes: 0 additions & 178 deletions src/ecc/code_evaluation.jl

This file was deleted.

0 comments on commit 1c0fcdb

Please sign in to comment.