Skip to content

Commit 01cc0f0

Browse files
committed
bump version number and update CHANGELOG
1 parent 4801b11 commit 01cc0f0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55

66
# News
77

8-
## dev
8+
## v0.9.10 - 2024-09-26
99

10+
- The lifted product class of quantum LDPC codes is implemented in the ECC submodule.
11+
- **(fix)** `ECC.code_s` now gives the number of parity checks with redundancy. If you want the number of linearly independent parity checks, you can use `LinearAlgebra.rank`.
1012
- Implementing many more named single-qubit gates following naming convention similar to the stim package in python.
1113
- **(fix)** Bug fix to the `parity_checks(ReedMuller(r, m))` of classical Reed-Muller code (it was returning generator matrix).
1214
- `RecursiveReedMuller` code implementation as an alternative implementation of `ReedMuller`.
1315

14-
## v0.9.10 - 2024-09-26
15-
16-
- **(fix)** `ECC.code_s` now gives the number of parity checks with redundancy. If you want the number of linearly independent parity checks, you can use `LinearAlgebra.rank`.
1716

1817
## v0.9.9 - 2024-08-05
1918

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "QuantumClifford"
22
uuid = "0525e862-1e90-11e9-3e4d-1b39d7109de1"
33
authors = ["Stefan Krastanov <[email protected]> and QuantumSavory community members"]
4-
version = "0.9.9"
4+
version = "0.9.10"
55

66
[deps]
77
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"

0 commit comments

Comments
 (0)