iqm-client 31.0.0__py3-none-any.whl → 31.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {iqm_client-31.0.0.dist-info → iqm_client-31.2.0.dist-info}/METADATA +9 -9
- {iqm_client-31.0.0.dist-info → iqm_client-31.2.0.dist-info}/RECORD +7 -7
- {iqm_client-31.0.0.dist-info → iqm_client-31.2.0.dist-info}/AUTHORS.rst +0 -0
- {iqm_client-31.0.0.dist-info → iqm_client-31.2.0.dist-info}/LICENSE.txt +0 -0
- {iqm_client-31.0.0.dist-info → iqm_client-31.2.0.dist-info}/WHEEL +0 -0
- {iqm_client-31.0.0.dist-info → iqm_client-31.2.0.dist-info}/entry_points.txt +0 -0
- {iqm_client-31.0.0.dist-info → iqm_client-31.2.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-client
|
|
3
|
-
Version: 31.
|
|
3
|
+
Version: 31.2.0
|
|
4
4
|
Summary: Client library for accessing an IQM quantum computer
|
|
5
5
|
Author-email: IQM Finland Oy <developers@meetiqm.com>
|
|
6
6
|
License: Apache License
|
|
@@ -216,24 +216,24 @@ Requires-Python: <3.13,>=3.10
|
|
|
216
216
|
Description-Content-Type: text/x-rst
|
|
217
217
|
License-File: LICENSE.txt
|
|
218
218
|
License-File: AUTHORS.rst
|
|
219
|
-
Requires-Dist: iqm-station-control-client <10
|
|
220
|
-
Requires-Dist: iqm-exa-common <27
|
|
219
|
+
Requires-Dist: iqm-station-control-client <11,>=10
|
|
220
|
+
Requires-Dist: iqm-exa-common <28,>=27
|
|
221
221
|
Requires-Dist: iqm-pulse <13,>=12
|
|
222
222
|
Requires-Dist: numpy <3.0,>=1.26.4
|
|
223
223
|
Requires-Dist: packaging ==24.1
|
|
224
224
|
Requires-Dist: pydantic <3.0,>=2.9.2
|
|
225
225
|
Requires-Dist: requests ==2.32.3
|
|
226
226
|
Provides-Extra: cirq
|
|
227
|
-
Requires-Dist: iqm-station-control-client <10
|
|
228
|
-
Requires-Dist: iqm-exa-common <27
|
|
227
|
+
Requires-Dist: iqm-station-control-client <11,>=10 ; extra == 'cirq'
|
|
228
|
+
Requires-Dist: iqm-exa-common <28,>=27 ; extra == 'cirq'
|
|
229
229
|
Requires-Dist: iqm-pulse <13,>=12 ; extra == 'cirq'
|
|
230
230
|
Requires-Dist: cirq-core[contrib] ~=1.2 ; extra == 'cirq'
|
|
231
231
|
Requires-Dist: ply ==3.11 ; extra == 'cirq'
|
|
232
232
|
Requires-Dist: llvmlite >=0.44.0 ; extra == 'cirq'
|
|
233
233
|
Requires-Dist: numba >=0.61.0 ; extra == 'cirq'
|
|
234
234
|
Provides-Extra: cli
|
|
235
|
-
Requires-Dist: iqm-station-control-client <10
|
|
236
|
-
Requires-Dist: iqm-exa-common <27
|
|
235
|
+
Requires-Dist: iqm-station-control-client <11,>=10 ; extra == 'cli'
|
|
236
|
+
Requires-Dist: iqm-exa-common <28,>=27 ; extra == 'cli'
|
|
237
237
|
Requires-Dist: iqm-pulse <13,>=12 ; extra == 'cli'
|
|
238
238
|
Requires-Dist: click <9,>=8.1.6 ; extra == 'cli'
|
|
239
239
|
Requires-Dist: jsonschema >=4.6.0 ; extra == 'cli'
|
|
@@ -241,8 +241,8 @@ Requires-Dist: psutil >=5.9.2 ; extra == 'cli'
|
|
|
241
241
|
Requires-Dist: types-psutil ; extra == 'cli'
|
|
242
242
|
Requires-Dist: python-daemon >=2.3.0 ; extra == 'cli'
|
|
243
243
|
Provides-Extra: qiskit
|
|
244
|
-
Requires-Dist: iqm-station-control-client <10
|
|
245
|
-
Requires-Dist: iqm-exa-common <27
|
|
244
|
+
Requires-Dist: iqm-station-control-client <11,>=10 ; extra == 'qiskit'
|
|
245
|
+
Requires-Dist: iqm-exa-common <28,>=27 ; extra == 'qiskit'
|
|
246
246
|
Requires-Dist: iqm-pulse <13,>=12 ; extra == 'qiskit'
|
|
247
247
|
Requires-Dist: qiskit <=1.4.2,>=1.0 ; extra == 'qiskit'
|
|
248
248
|
Requires-Dist: qiskit-aer <0.18,>=0.13.1 ; extra == 'qiskit'
|
|
@@ -57,10 +57,10 @@ iqm/qiskit_iqm/fake_backends/fake_apollo.py,sha256=eT2vd3kQBi1rrvxCpePymBCfFK84d
|
|
|
57
57
|
iqm/qiskit_iqm/fake_backends/fake_deneb.py,sha256=RzQXmLXmBARDiMKVxk5Aw9fVbc6IYlW0A5jibk9iYD0,3156
|
|
58
58
|
iqm/qiskit_iqm/fake_backends/fake_garnet.py,sha256=GI0xafTCj1Um09qVuccO6GPOGBm6ygul_O40Wu220Ys,5555
|
|
59
59
|
iqm/qiskit_iqm/fake_backends/iqm_fake_backend.py,sha256=wJtfsxjPYbDKmzaz5R4AuaXvvPHa21WyPtRgNctL9eY,16785
|
|
60
|
-
iqm_client-31.
|
|
61
|
-
iqm_client-31.
|
|
62
|
-
iqm_client-31.
|
|
63
|
-
iqm_client-31.
|
|
64
|
-
iqm_client-31.
|
|
65
|
-
iqm_client-31.
|
|
66
|
-
iqm_client-31.
|
|
60
|
+
iqm_client-31.2.0.dist-info/AUTHORS.rst,sha256=qsxeK5A3-B_xK3hNbhFHEIkoHNpo7sdzYyRTs7Bdtm8,795
|
|
61
|
+
iqm_client-31.2.0.dist-info/LICENSE.txt,sha256=2DXrmQtVVUV9Fc9RBFJidMiTEaQlG2oAtlC9PMrEwTk,11333
|
|
62
|
+
iqm_client-31.2.0.dist-info/METADATA,sha256=E_foGjqCy2G_sqS69gcFsh65W4J8y7bN11niIJC1TMc,17887
|
|
63
|
+
iqm_client-31.2.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
64
|
+
iqm_client-31.2.0.dist-info/entry_points.txt,sha256=Kk2qfRwk8vbIJ7qCAvmaUogfRRn6t92_hBFhe6kqAE4,1317
|
|
65
|
+
iqm_client-31.2.0.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
|
|
66
|
+
iqm_client-31.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|