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
AutoRebase
intk_to_qiskit
rather thanRebaseCustom
by @CalMacCQ in #387 - Initialize
TketAutoPass
with aBackendV2
by @cqc-alec in #388 - refactor: Simplify some internals of
qiskit_to_tk
conversion by @CalMacCQ in #382 - Update
TketBackend
to derive fromBackendV2
by @cqc-alec in #389 - fix: Allow circuits containing CnZ gates to run on
AerBackend
by @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