File tree 19 files changed +26
-20
lines changed
19 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 1
- __extension_version__ = "0.52 .0"
1
+ __extension_version__ = "0.53 .0"
2
2
__extension_name__ = "pytket-qiskit"
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
~~~~~~~~~
3
3
4
+ 0.53.0 (April 2024)
5
+ -------------------
6
+
7
+ * Updated pytket version requirement to 1.27.
8
+ * Update qiskit-ibm-runtime version requirement to 0.23.
9
+
4
10
0.52.0 (April 2024)
5
11
-------------------
6
12
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2020-2024 Cambridge Quantum Computing
1
+ # Copyright 2020-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2020-2024 Cambridge Quantum Computing
1
+ # Copyright 2020-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2020-2024 Cambridge Quantum Computing
1
+ # Copyright 2020-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
44
44
packages = find_namespace_packages (include = ["pytket.*" ]),
45
45
include_package_data = True ,
46
46
install_requires = [
47
- "pytket ~= 1.26 " ,
47
+ "pytket ~= 1.27 " ,
48
48
"qiskit ~= 1.0" ,
49
49
"qiskit-algorithms ~= 0.3.0" ,
50
- "qiskit-ibm-runtime ~= 0.22 .0" ,
50
+ "qiskit-ibm-runtime ~= 0.23 .0" ,
51
51
"qiskit-aer ~= 0.14.0" ,
52
52
"qiskit-ibm-provider ~= 0.10.0" ,
53
53
"numpy" ,
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2020-2024 Cambridge Quantum Computing
1
+ # Copyright 2020-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2020-2024 Cambridge Quantum Computing
1
+ # Copyright 2020-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- # Copyright 2019-2024 Cambridge Quantum Computing
1
+ # Copyright 2019-2024 Quantinuum
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments