v0.56.0
What's Changed
- Fix symbol conversion into qiskit by @cqc-alec in #377
- Add conversion of controlled unitary gates from Qiskit to TKET. by @gkpotter in #372
- Get rid of some deprecation warnings by @cqc-alec in #379
- chore: use python 3.10+ types, cleanup docs by @CalMacCQ in #383
- feat: add density matrix simulation via qiskit Aer by @CalMacCQ in #380
- Remove some deprecation warnings by @cqc-alec in #385
- Use
AutoRebaseintk_to_qiskitrather thanRebaseCustomby @CalMacCQ in #387 - Initialize
TketAutoPasswith aBackendV2by @cqc-alec in #388 - refactor: Simplify some internals of
qiskit_to_tkconversion by @CalMacCQ in #382 - Update
TketBackendto derive fromBackendV2by @cqc-alec in #389 - fix: Allow circuits containing CnZ gates to run on
AerBackendby @yoshi-qc in #369 - Update version and changelog for release by @cqc-alec in #390
New Contributors
Full Changelog: v0.55.0...v0.56.0