Skip to content

Commit 0ee85fd

Browse files
committed
📝 add changelog
1 parent c062a6f commit 0ee85fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
## v0.10.0 - 2025-06-25
99

10+
- **(fix)** The `parity_checks`, `code_n`, and `code_k` methods in classical `LiftedCode` were throwing errors.
1011
- **(fix)** The gates `SQRTY`, `CXYZ`, `CZYX` were computing phases incorrectly when acting on `I` stabilizers.
1112
- **(fix)** Paulis with imaginary phases had their phases incorrectly tracked.
1213
- **(fix)** `rowdecompose` was not accounting for the phase of the input Pauli string, leading to potential errors in non-Clifford functionality.

ext/QuantumCliffordHeckeExt/QuantumCliffordHeckeExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using DocStringExtensions
77
import QuantumClifford, LinearAlgebra
88
import Hecke: Group, GroupElem, AdditiveGroupElem,
99
GroupAlgebra, GroupAlgebraElem, FqFieldElem, representation_matrix, dim, base_ring,
10-
multiplication_table, coefficients, abelian_group, group_algebra, rand, order
10+
multiplication_table, coefficients, abelian_group, group_algebra, rand, order, group
1111
import Nemo
1212
import Nemo: characteristic, matrix_repr, GF, ZZ, lift
1313

ext/QuantumCliffordHeckeExt/lifted.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ julia> parity_checks(c)
110110
0 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0
111111
0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 0
112112
113-
julia> code_n(c), code_k(c)
113+
julia> code_n(c), code_s(c)
114114
(16, 12)
115115
```
116116
"""

0 commit comments

Comments
 (0)