Skip to content

Commit

Permalink
Release 0.57.0 (#396)
Browse files Browse the repository at this point in the history
* update changelog

* update version

* update pytket version
  • Loading branch information
cqc-melf authored Oct 4, 2024
1 parent 5c8e139 commit b4548aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.56.0"
__extension_version__ = "0.57.0"
__extension_name__ = "pytket-qiskit"
8 changes: 5 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
.. currentmodule:: pytket.extensions.qiskit

Changelog
~~~~~~~~~

.. currentmodule:: pytket.extensions.qiskit
0.57.0 (October 2024)
---------------------

Unreleased
----------
* Updated pytket version requirement to 1.33.
* 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.
* 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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.30.0",
"pytket >= 1.33.0",
"qiskit >= 1.2.0",
"qiskit-ibm-runtime >= 0.24.1",
"qiskit-aer >= 0.14.2",
Expand Down

0 comments on commit b4548aa

Please sign in to comment.