iqm-pulla 11.7.0__py3-none-any.whl → 11.9.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/cpc/compiler/compiler.py +1 -1
- iqm/pulla/quantum_architecture.py +3 -1
- {iqm_pulla-11.7.0.dist-info → iqm_pulla-11.9.0.dist-info}/METADATA +3 -3
- {iqm_pulla-11.7.0.dist-info → iqm_pulla-11.9.0.dist-info}/RECORD +8 -8
- {iqm_pulla-11.7.0.dist-info → iqm_pulla-11.9.0.dist-info}/AUTHORS.rst +0 -0
- {iqm_pulla-11.7.0.dist-info → iqm_pulla-11.9.0.dist-info}/LICENSE.txt +0 -0
- {iqm_pulla-11.7.0.dist-info → iqm_pulla-11.9.0.dist-info}/WHEEL +0 -0
- {iqm_pulla-11.7.0.dist-info → iqm_pulla-11.9.0.dist-info}/top_level.txt +0 -0
iqm/cpc/compiler/compiler.py
CHANGED
|
@@ -364,7 +364,7 @@ class Compiler:
|
|
|
364
364
|
)
|
|
365
365
|
self._refresh()
|
|
366
366
|
|
|
367
|
-
@deprecated(format_deprecated(old="`ready`", new=None, since="12
|
|
367
|
+
@deprecated(format_deprecated(old="`ready`", new=None, since="2025-08-12"))
|
|
368
368
|
def ready(self) -> bool:
|
|
369
369
|
"""Check if the compiler is ready to compile circuits. The compiler is ready if at least one stage is defined, and
|
|
370
370
|
all the stages are non-empty.
|
|
@@ -18,10 +18,11 @@ from iqm.station_control.interface.models import (
|
|
|
18
18
|
logger = logging.getLogger(__name__)
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
def create_static_quantum_architecture(chip_topology: ChipTopology) -> StaticQuantumArchitecture:
|
|
21
|
+
def create_static_quantum_architecture(dut_label: str, chip_topology: ChipTopology) -> StaticQuantumArchitecture:
|
|
22
22
|
"""Creates a static quantum architecture (SQA) for the given chip topology.
|
|
23
23
|
|
|
24
24
|
Args:
|
|
25
|
+
dut_label: Identifies the QPU that ``chip_topology`` describes.
|
|
25
26
|
chip_topology: The chip topology.
|
|
26
27
|
|
|
27
28
|
Returns:
|
|
@@ -40,6 +41,7 @@ def create_static_quantum_architecture(chip_topology: ChipTopology) -> StaticQua
|
|
|
40
41
|
# The components in each connection are already sorted, now we sort the connections
|
|
41
42
|
connectivity = sorted(unsorted_connections, key=sort_key)
|
|
42
43
|
return StaticQuantumArchitecture(
|
|
44
|
+
dut_label=dut_label,
|
|
43
45
|
qubits=chip_topology.qubits_sorted, # type: ignore[arg-type]
|
|
44
46
|
computational_resonators=chip_topology.computational_resonators_sorted, # type: ignore[arg-type]
|
|
45
47
|
connectivity=connectivity,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-pulla
|
|
3
|
-
Version: 11.
|
|
3
|
+
Version: 11.9.0
|
|
4
4
|
Summary: Client library for pulse-level access to an IQM quantum computer
|
|
5
5
|
Author-email: IQM Finland Oy <developers@meetiqm.com>
|
|
6
6
|
License: Apache License
|
|
@@ -219,7 +219,7 @@ License-File: AUTHORS.rst
|
|
|
219
219
|
Requires-Dist: iqm-exa-common <28,>=27
|
|
220
220
|
Requires-Dist: iqm-station-control-client <12,>=11
|
|
221
221
|
Requires-Dist: iqm-pulse <13,>=12
|
|
222
|
-
Requires-Dist: iqm-data-definitions <3.0,>=2.
|
|
222
|
+
Requires-Dist: iqm-data-definitions <3.0,>=2.18
|
|
223
223
|
Requires-Dist: pylatexenc ==2.10
|
|
224
224
|
Requires-Dist: pydantic <3.0,>=2.10.4
|
|
225
225
|
Provides-Extra: notebook
|
|
@@ -239,8 +239,8 @@ Provides-Extra: qiskit
|
|
|
239
239
|
Requires-Dist: iqm-exa-common <28,>=27 ; extra == 'qiskit'
|
|
240
240
|
Requires-Dist: iqm-station-control-client <12,>=11 ; extra == 'qiskit'
|
|
241
241
|
Requires-Dist: iqm-pulse <13,>=12 ; extra == 'qiskit'
|
|
242
|
-
Requires-Dist: iqm-client[qiskit] <32,>=31 ; extra == 'qiskit'
|
|
243
242
|
Requires-Dist: iqm-client <32,>=31 ; extra == 'qiskit'
|
|
243
|
+
Requires-Dist: iqm-client[qiskit] <32,>=31 ; extra == 'qiskit'
|
|
244
244
|
|
|
245
245
|
IQM Pulla
|
|
246
246
|
#########
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
iqm/cpc/__init__.py,sha256=mml8qMgjIQcfcfumrYu2lIfl30ZPSwaN3adn8CdRd3w,1079
|
|
2
2
|
iqm/cpc/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
iqm/cpc/compiler/__init__.py,sha256=ieYyHzb2IyevDm5swU--rPMsh5GdUtLrw8773Cd0ens,678
|
|
4
|
-
iqm/cpc/compiler/compiler.py,sha256=
|
|
4
|
+
iqm/cpc/compiler/compiler.py,sha256=NRmy_G4gECUWT1916iNLsI0NMAt2Nh5ZZXtiNzAw9R8,22398
|
|
5
5
|
iqm/cpc/compiler/dd.py,sha256=j4onTod24RPxRwwsM3EMBBgX4hDO0k_nW9R762AocXo,21674
|
|
6
6
|
iqm/cpc/compiler/errors.py,sha256=tz-8g1QtDvCAPmAjjCYK3FoULrazkpSTmXIvyqukaT4,1949
|
|
7
7
|
iqm/cpc/compiler/standard_stages.py,sha256=j7xSfmV-qgXAnQg21GbvUIbNnBznafQgSc5RrHOWbRA,34560
|
|
@@ -13,15 +13,15 @@ iqm/pulla/calibration.py,sha256=c_SNlTxXC0y-ahDY7JY53N7SofU5WUWMrNBogtdfHl4,4523
|
|
|
13
13
|
iqm/pulla/interface.py,sha256=QquVKhOl2fs2V03fqQJq5sIEaIGiYvetPKKNz_fWH54,3570
|
|
14
14
|
iqm/pulla/pulla.py,sha256=kgcyoMe9a9VvD9Y7HLvFdaQaax8vJkP_OVRd7sftvjo,16166
|
|
15
15
|
iqm/pulla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
iqm/pulla/quantum_architecture.py,sha256=
|
|
16
|
+
iqm/pulla/quantum_architecture.py,sha256=jj9zqK9CcODedR69p8zLSj3qDfzIxI_f9rb8s07GKaM,6377
|
|
17
17
|
iqm/pulla/utils.py,sha256=xVu4jLlSHX-_YQT1kB-zBiGy4wNy0YyOKZg4AGMB5DE,24748
|
|
18
18
|
iqm/pulla/utils_cirq.py,sha256=VtdO356D2RAh2lSVdaPm3ClJ9-nvC4jzhR9hP5QSQhI,793
|
|
19
19
|
iqm/pulla/utils_dd.py,sha256=SxYAuRBgvYELKjeXpFbP4mM0xCCivDk7WUHw7oEXfMo,1695
|
|
20
20
|
iqm/pulla/utils_qir.py,sha256=uNEiqBczv7rX8tAqcg7TX-si0P-ZdDcPTMOVfi5eb28,11567
|
|
21
21
|
iqm/pulla/utils_qiskit.py,sha256=pbb2fEJAdxqd6hW9_Qgvpvy0P2H81zTJ1QLahe4Tx6U,9482
|
|
22
|
-
iqm_pulla-11.
|
|
23
|
-
iqm_pulla-11.
|
|
24
|
-
iqm_pulla-11.
|
|
25
|
-
iqm_pulla-11.
|
|
26
|
-
iqm_pulla-11.
|
|
27
|
-
iqm_pulla-11.
|
|
22
|
+
iqm_pulla-11.9.0.dist-info/AUTHORS.rst,sha256=iCStz7WP5Jk7uMnn9jRA4ybS14X4yeUW2SsWE-OTaRk,328
|
|
23
|
+
iqm_pulla-11.9.0.dist-info/LICENSE.txt,sha256=cCj_biRA4Q8A77vxR8AuvAf-DZ5G79yxR_3lYY6TrmA,11333
|
|
24
|
+
iqm_pulla-11.9.0.dist-info/METADATA,sha256=2zrewhcyNY_3rRKVR5PHmKx2hEyKApZZT8_R5_0yHs4,17700
|
|
25
|
+
iqm_pulla-11.9.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
26
|
+
iqm_pulla-11.9.0.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
|
|
27
|
+
iqm_pulla-11.9.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|