Skip to content

tket2-py: v0.3.0

Compare
Choose a tag to compare
@aborgna-q aborgna-q released this 05 Sep 13:47
· 49 commits to main since this release
09a7b8b

0.3.0 (2024-09-04)

⚠ BREAKING CHANGES

  • quantum extension renamed from "quantum.tket2" to "tket2.quantum"
  • Parametric Tk2Ops take angle type rather than float.
  • Rename lazy extension to "hseries" and add hseries ops.
  • Tk2Op::AngleAdd removed, use fadd from the hugr float ops standard extension
  • Updated to latest hugr version (hugr-rs 0.12 / hugr-py 0.8). ECCs need to be recompiled.

Features

Bug Fixes

  • quantum extension name wrong way round (#582) (06a6838)