Skip to content

Commit 83154e9

Browse files
committed
polish
1 parent 151249b commit 83154e9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

ext/QuantumCliffordJuMPExt/min_distance_mixed_integer_programming.jl

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -136,22 +136,6 @@ julia> code_n(c1), code_k(c1), distance(c1)
136136
(48, 6, 8)
137137
```
138138
139-
!!!note Since the [[48, 6, 8]] GB code does not have specific lower and upper
140-
bounds (e.g., consider [[48, 6, 5 ≤ d ≤ 8]]), the minimum distance for all
141-
`Z`-type and `X`-type logical operators remains the same. Here, the *exact*
142-
minimum distance of `8` is provided.
143-
144-
```jldoctest examples
145-
julia> distance(c1, all_logical_qubits=true)
146-
Dict{Int64, Int64} with 6 entries:
147-
5 => 8
148-
4 => 8
149-
6 => 8
150-
2 => 8
151-
3 => 8
152-
1 => 8
153-
```
154-
155139
### Applications
156140
157141
- The first usecase of the MIP approach was the code capacity Most Likely

0 commit comments

Comments
 (0)