CQCL
tket2
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge remote-tracking branch 'origin/main' into ts/replace-bool
ts/replace-bool
2 days ago
Merge branch 'main' into doug/init-llvm
doug/init-llvm
3 days ago
chore: release
release-plz-2025-03-19T12-27-58Z
3 days ago
feat(hseries)!: remove ZZMax operation from Qsystem extension (#852) Closes #850 BREAKING CHANGE: ZZMax removed from Qsystem extension. Use ZZPhase(pi/2).
main
3 days ago
chore: release
release-plz-2025-03-19T12-27-58Z
3 days ago
refactor!: Remove node parameter from Circuit (#824) The update to `hugr 0.15` added a `Node` associated type to `HugrView`. Over here, that got implemented as a new type parameter in `Circuit`, ```rust struct Circuit<T = Hugr, N = Node> ``` All `impl` blocks however restrain it to the specific hugr support, ```rust impl<T: HugrView> Circuit<T, T::Node> { ... } ``` Given how both types are connected, we should be using `T::Node` directly since an unrelated node type is not usable here. This PR changes the definition to ```rust pub struct Circuit<T: HugrView = Hugr> ``` As this is a breaking change, it can wait until the next breaking release. BREAKING CHANGE: Removed node type parameter from `Circuit`
main
3 days ago
Update devenv.nix Co-authored-by: Seyon Sivarajah <seyon.sivarajah@cambridgequantum.com>
doug/init-llvm
3 days ago
Merge remote-tracking branch 'origin/main' into ts/debug-ext
ts/debug-ext
3 days ago
Active Branches
feat!: Add `ReplaceBoolPass`
last run
2 days ago
#854
CodSpeed Performance Gauge
0%
feat: Add llvm codegen for `tket2.rotation` extension
last run
3 days ago
#851
CodSpeed Performance Gauge
0%
chore: release
last run
3 days ago
#822
CodSpeed Performance Gauge
0%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs