File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
# News
7
7
8
- ## v0.9.4 - 2024-06-19
8
+ ## v0.9.4 - 2024-06-28
9
9
10
10
- Addition of a constructor for concatenated quantum codes -- ` Concat ` .
11
11
- Addition of multiple unexported classical code constructors.
12
12
- Failed compactification of gates now only raises a warning instead of throwing an error. Defaults to slower non-compactified gates.
13
13
- Gate errors are now conveniently supported by the various ECC benchmark setups in the ` ECC ` module.
14
14
- Remove printing of spurious debug info from the PyBP decoder.
15
15
- Significant improvements to the low-level circuit compiler (the sumtype compactifier), leading to faster Pauli frame simulation of noisy circuits.
16
+ - Bump ` QuantumOpticsBase.jl ` package extension compat bound.
16
17
17
18
## v0.9.3 - 2024-04-10
18
19
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ PrecompileTools = "1.2"
59
59
PyQDecoders = " 0.2.1"
60
60
Quantikz = " 1.3.1"
61
61
QuantumInterface = " 0.3.3"
62
- QuantumOpticsBase = " 0.4.18"
62
+ QuantumOpticsBase = " 0.4.18, 0.5 "
63
63
Random = " 1.9"
64
64
SIMD = " 3.4.0"
65
65
SparseArrays = " 1.9"
You can’t perform that action at this time.
0 commit comments