Releases: CQCL/tket2
Releases · CQCL/tket2
tket2-py: v0.5.0
tket2-exts: v0.1.1
tket2-exts v0.1.0
Package for holding and versioning tket2 HUGR extensions
tket2: v0.6.0
New Features
- (badger)
cx
andrz
const functions and strategies forLexicographicCostFunction
(#625) - Add
tket2.rotation.from_halfturns_unchecked
op (#640) - [breaking] update to hugr 0.13.0 (#645)
- Decode pytket op parameters (#644)
- re-export hugr crate (#652)
- Extract pytket parameters to input wires (#661)
Refactor
- [breaking] Remove deprecated exports (#662)
tket2-hseries: v0.6.0
tket2-py: v0.4.1
tket2-eccs: v0.2.0
tket2-py: v0.4.0
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
andpasses.badger_pass
now take an optionalcost_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)