You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/changelog.rst
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
+
.. currentmodule:: pytket.extensions.qiskit
2
+
1
3
Changelog
2
4
~~~~~~~~~
3
5
4
-
.. currentmodule:: pytket.extensions.qiskit
6
+
0.57.0 (October 2024)
7
+
---------------------
5
8
6
-
Unreleased
7
-
----------
9
+
* Updated pytket version requirement to 1.33.
8
10
* Added handling of generalised controlled gates to :py:func:`qiskit_to_tk` and :py:func:`tk_to_qiskit`. The `control_state` is handled directly instead of using additional `X` gates.
9
11
* A controlled :py:class:`UnitaryGate` will now be converted to a pytket controlled unitary box by :py:func:`qiskit_to_tk` instead of a controlled :py:class:`~pytket.circuit.CircBox` with a unitary box inside.
0 commit comments