We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d733d commit 47520d8Copy full SHA for 47520d8
_metadata.py
@@ -1,2 +1,2 @@
1
-__extension_version__ = "0.55.0"
+__extension_version__ = "0.56.0"
2
__extension_name__ = "pytket-qiskit"
docs/changelog.rst
@@ -4,8 +4,8 @@ Changelog
4
.. currentmodule:: pytket.extensions.qiskit
5
6
7
-Unreleased
8
-----------
+0.56.0 (September 2024)
+-----------------------
9
10
* Added :py:class:`AerDensityMatrixBackend` simulator. This simulator has the option to support a :py:class:`NoiseModel`.
11
* Fix conversion of symbols into qiskit.
0 commit comments