Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
nzy committed Mar 9, 2024
1 parent eada65c commit 9c0e638
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/errorcorrect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ end
reg = join(zero_state(8),rand_state(1))
regcopy = copy(reg)
apply!(reg, qc)
apply!(reg, put(9, 3=>X))
apply!(reg, put(9, 2=>X))
apply!(reg, put(9, 4=>X))

measure_outcome=measure_syndrome!(reg, st)
syn_dict=TensorQEC.generate_syndrome_dict(code,syndrome_transform(code, measure_outcome))
Expand Down

0 comments on commit 9c0e638

Please sign in to comment.