From 130198cab8c14fb9f084765e93cfb478132d0257 Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Tue, 16 Apr 2024 08:59:44 +0100 Subject: [PATCH 1/5] Update to qiskit-ibm-runtime 0.23 (#321) --- docs/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index de2dfec4..65f65089 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ~~~~~~~~~ +Unreleased +---------- + +* Update qiskit-ibm-runtime version requirement to 0.23. + 0.52.0 (April 2024) ------------------- diff --git a/setup.py b/setup.py index 1baa5bbe..1ec36b8e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "pytket ~= 1.26", "qiskit ~= 1.0", "qiskit-algorithms ~= 0.3.0", - "qiskit-ibm-runtime ~= 0.22.0", + "qiskit-ibm-runtime ~= 0.23.0", "qiskit-aer ~= 0.14.0", "qiskit-ibm-provider ~= 0.10.0", "numpy", From 7394689ba894a7ee9322a9313e7b466625680d74 Mon Sep 17 00:00:00 2001 From: cqc-melf <70640934+cqc-melf@users.noreply.github.com> Date: Tue, 16 Apr 2024 17:33:28 +0100 Subject: [PATCH 2/5] update copyright notice (#322) --- pytket/extensions/qiskit/__init__.py | 2 +- pytket/extensions/qiskit/backends/__init__.py | 2 +- pytket/extensions/qiskit/backends/aer.py | 2 +- pytket/extensions/qiskit/backends/crosstalk_model.py | 2 +- pytket/extensions/qiskit/backends/ibm.py | 2 +- pytket/extensions/qiskit/backends/ibmq_emulator.py | 2 +- pytket/extensions/qiskit/qiskit_convert.py | 2 +- pytket/extensions/qiskit/result_convert.py | 2 +- pytket/extensions/qiskit/tket_backend.py | 2 +- pytket/extensions/qiskit/tket_job.py | 2 +- pytket/extensions/qiskit/tket_pass.py | 2 +- setup.py | 2 +- tests/backend_test.py | 2 +- tests/conftest.py | 2 +- tests/mock_pytket_backend.py | 2 +- tests/qiskit_backend_test.py | 2 +- tests/qiskit_convert_test.py | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/pytket/extensions/qiskit/__init__.py b/pytket/extensions/qiskit/__init__.py index 0887ac7f..f689bfec 100644 --- a/pytket/extensions/qiskit/__init__.py +++ b/pytket/extensions/qiskit/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/backends/__init__.py b/pytket/extensions/qiskit/backends/__init__.py index a7a0c547..ced6c680 100644 --- a/pytket/extensions/qiskit/backends/__init__.py +++ b/pytket/extensions/qiskit/backends/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/backends/aer.py b/pytket/extensions/qiskit/backends/aer.py index bd2c05af..7f30af68 100644 --- a/pytket/extensions/qiskit/backends/aer.py +++ b/pytket/extensions/qiskit/backends/aer.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/backends/crosstalk_model.py b/pytket/extensions/qiskit/backends/crosstalk_model.py index 0964cf74..16bc58be 100644 --- a/pytket/extensions/qiskit/backends/crosstalk_model.py +++ b/pytket/extensions/qiskit/backends/crosstalk_model.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/backends/ibm.py b/pytket/extensions/qiskit/backends/ibm.py index 1f3b948d..95b99305 100644 --- a/pytket/extensions/qiskit/backends/ibm.py +++ b/pytket/extensions/qiskit/backends/ibm.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/backends/ibmq_emulator.py b/pytket/extensions/qiskit/backends/ibmq_emulator.py index 33c15975..c6c2dc76 100644 --- a/pytket/extensions/qiskit/backends/ibmq_emulator.py +++ b/pytket/extensions/qiskit/backends/ibmq_emulator.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/qiskit_convert.py b/pytket/extensions/qiskit/qiskit_convert.py index 53454e08..58b27e76 100644 --- a/pytket/extensions/qiskit/qiskit_convert.py +++ b/pytket/extensions/qiskit/qiskit_convert.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/result_convert.py b/pytket/extensions/qiskit/result_convert.py index 6c219833..52d719dc 100644 --- a/pytket/extensions/qiskit/result_convert.py +++ b/pytket/extensions/qiskit/result_convert.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/tket_backend.py b/pytket/extensions/qiskit/tket_backend.py index ebee0d13..18840160 100644 --- a/pytket/extensions/qiskit/tket_backend.py +++ b/pytket/extensions/qiskit/tket_backend.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Cambridge Quantum Computing +# Copyright 2020-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/tket_job.py b/pytket/extensions/qiskit/tket_job.py index c38cd523..dfd22d97 100644 --- a/pytket/extensions/qiskit/tket_job.py +++ b/pytket/extensions/qiskit/tket_job.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Cambridge Quantum Computing +# Copyright 2020-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pytket/extensions/qiskit/tket_pass.py b/pytket/extensions/qiskit/tket_pass.py index bdceb7df..1d265ad9 100644 --- a/pytket/extensions/qiskit/tket_pass.py +++ b/pytket/extensions/qiskit/tket_pass.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 1ec36b8e..67994169 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Cambridge Quantum Computing +# Copyright 2020-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/backend_test.py b/tests/backend_test.py index e82de3c1..3d731509 100644 --- a/tests/backend_test.py +++ b/tests/backend_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/conftest.py b/tests/conftest.py index ffa18aa5..b6c27884 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Cambridge Quantum Computing +# Copyright 2020-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/mock_pytket_backend.py b/tests/mock_pytket_backend.py index 656f20bb..cf47dfdd 100644 --- a/tests/mock_pytket_backend.py +++ b/tests/mock_pytket_backend.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/qiskit_backend_test.py b/tests/qiskit_backend_test.py index 7c5e64f4..1b53df07 100644 --- a/tests/qiskit_backend_test.py +++ b/tests/qiskit_backend_test.py @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Cambridge Quantum Computing +# Copyright 2020-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/tests/qiskit_convert_test.py b/tests/qiskit_convert_test.py index f48d2d60..6ec7f991 100644 --- a/tests/qiskit_convert_test.py +++ b/tests/qiskit_convert_test.py @@ -1,4 +1,4 @@ -# Copyright 2019-2024 Cambridge Quantum Computing +# Copyright 2019-2024 Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. From 2f83da4944d3c859c660ea3f6f715fb5cdfdd407 Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 17 Apr 2024 10:38:26 +0100 Subject: [PATCH 3/5] update changelog --- docs/changelog.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 65f65089..51924a1f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,9 +1,10 @@ Changelog ~~~~~~~~~ -Unreleased ----------- +0.53.0 (April 2024) +------------------- +* Updated pytket version requirement to 1.27. * Update qiskit-ibm-runtime version requirement to 0.23. 0.52.0 (April 2024) From 9c9c536a5e72bcc110a7b6c018d70e947158bd8c Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 17 Apr 2024 10:41:42 +0100 Subject: [PATCH 4/5] update version --- _metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_metadata.py b/_metadata.py index 9fb38135..3be55c99 100644 --- a/_metadata.py +++ b/_metadata.py @@ -1,2 +1,2 @@ -__extension_version__ = "0.52.0" +__extension_version__ = "0.53.0" __extension_name__ = "pytket-qiskit" From 6eab05cdd392310c618e15d53937b5494fdc6fb3 Mon Sep 17 00:00:00 2001 From: Melf Date: Wed, 17 Apr 2024 10:42:44 +0100 Subject: [PATCH 5/5] update pytket version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67994169..eebc0a6a 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ packages=find_namespace_packages(include=["pytket.*"]), include_package_data=True, install_requires=[ - "pytket ~= 1.26", + "pytket ~= 1.27", "qiskit ~= 1.0", "qiskit-algorithms ~= 0.3.0", "qiskit-ibm-runtime ~= 0.23.0",