Skip to content

Commit e0041cd

Browse files
authored
Release v0.1.1 (#90)
This goes along with publication of https://arxiv.org/abs/2604.01059
1 parent 2735d7c commit e0041cd

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.1] - 2026-04-01
99

1010
### Added
1111
- Improved stabilizer decomposition strategies. When compiling a sampler, you can now choose between three different strategies: `"cat5"`, `"bss"`, and `"cutting"`. The default is `"cat5"` and applies to T and arbitrary rotations; see [arxiv.org/abs/2106.07740](https://arxiv.org/abs/2106.07740) (#77)
@@ -17,13 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Changed
1919

20+
- Tsim now uses `pyzx-param==0.9.3` which fixes a bug where diagrams were not fully reduced in the absence of noise
2021
- Tsim will now make sure that marginal probabilities are normalized and raise an error if they are not. Wrong normalization can be the result of rare underflow errors that will be addressed in a future release (#87)
2122
- Use BLAS matmul kernel for tensor contractions (#63)
2223
- Circuit flattening deferred to ZX graph construction time (#71)
2324
- White background for SVG plots, which are now readable in dark mode (#85)
2425

25-
- Tsim now uses `pyzx-param==0.9.3` which fixes a bug where diagrams were not fully reduced in the absence of noise
26-
2726

2827

2928
## [0.1.0] - 2026-01-28

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bloqade-tsim"
3-
version = "0.2.0-dev"
3+
version = "0.1.1"
44
description = "A low-magic universal quantum circuit sampler based on ZX stabilizer rank decomposition"
55
authors = [
66
{ name = "Rafael Haenel", email = "rhaenel@quera.com" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)