Skip to content

tket2-py: v0.4.0

Compare
Choose a tag to compare
@hugrbot hugrbot released this 03 Oct 08:57
ed18752

0.4.0 (2024-10-01)

⚠ BREAKING CHANGES

  • "tket2.angle" extension replaced with "tket2.rotation" extension with rotation type and simplified set of operations.

Features

  • BadgerOptimiser.load_precompiled, BadgerOptimiser.compile_eccs and passes.badger_pass now take an optional cost_fn parameter to specify the cost function to minimise. Supported values are 'cx' (default behaviour) and 'rz'. (83ebfcb)
  • simplify angle extension in to a half turns rotation type (#611) (0723937)

Bug Fixes

  • Support hugr packages, fix the notebooks (#622) (1cf9dcb)