Skip to content

Commit

Permalink
minor modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Mar 16, 2024
1 parent 035c006 commit ffb91a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ecc/codes/gottesmancode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Notes:

struct Gottesman <: AbstractECC
j::Int
Hx = Matrix{Bool}
Hz = Matrix{Bool}
Hx::Matrix{Bool}
Hz::Matrix{Bool}
function Gottesman(j)
(j >= 3 && j < 21) || error("In `Gottesman(j)`, `j` must be ≥ 3 in order to obtain a valid code and `j` must be < 21 to remain tractable")
new(j)
Expand Down

0 comments on commit ffb91a9

Please sign in to comment.