What's Changed
* Fix symbol conversion into qiskit by cqc-alec in https://github.com/CQCL/pytket-qiskit/pull/377
* Add conversion of controlled unitary gates from Qiskit to TKET. by gkpotter in https://github.com/CQCL/pytket-qiskit/pull/372
* Get rid of some deprecation warnings by cqc-alec in https://github.com/CQCL/pytket-qiskit/pull/379
* chore: use python 3.10+ types, cleanup docs by CalMacCQ in https://github.com/CQCL/pytket-qiskit/pull/383
* feat: add density matrix simulation via qiskit Aer by CalMacCQ in https://github.com/CQCL/pytket-qiskit/pull/380
* Remove some deprecation warnings by cqc-alec in https://github.com/CQCL/pytket-qiskit/pull/385
* Use `AutoRebase` in `tk_to_qiskit` rather than `RebaseCustom` by CalMacCQ in https://github.com/CQCL/pytket-qiskit/pull/387
* Initialize `TketAutoPass` with a `BackendV2` by cqc-alec in https://github.com/CQCL/pytket-qiskit/pull/388
* refactor: Simplify some internals of `qiskit_to_tk` conversion by CalMacCQ in https://github.com/CQCL/pytket-qiskit/pull/382
* Update `TketBackend` to derive from `BackendV2` by cqc-alec in https://github.com/CQCL/pytket-qiskit/pull/389
* fix: Allow circuits containing CnZ gates to run on `AerBackend` by yoshi-qc in https://github.com/CQCL/pytket-qiskit/pull/369
* Update version and changelog for release by cqc-alec in https://github.com/CQCL/pytket-qiskit/pull/390
New Contributors
* gkpotter made their first contribution in https://github.com/CQCL/pytket-qiskit/pull/372
* yoshi-qc made their first contribution in https://github.com/CQCL/pytket-qiskit/pull/369
**Full Changelog**: https://github.com/CQCL/pytket-qiskit/compare/v0.55.0...v0.56.0