iqm-pulla 10.0.0__py3-none-any.whl → 10.1.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/standard_stages.py +1 -1
- {iqm_pulla-10.0.0.dist-info → iqm_pulla-10.1.0.dist-info}/METADATA +1 -1
- {iqm_pulla-10.0.0.dist-info → iqm_pulla-10.1.0.dist-info}/RECORD +7 -7
- {iqm_pulla-10.0.0.dist-info → iqm_pulla-10.1.0.dist-info}/AUTHORS.rst +0 -0
- {iqm_pulla-10.0.0.dist-info → iqm_pulla-10.1.0.dist-info}/LICENSE.txt +0 -0
- {iqm_pulla-10.0.0.dist-info → iqm_pulla-10.1.0.dist-info}/WHEEL +0 -0
- {iqm_pulla-10.0.0.dist-info → iqm_pulla-10.1.0.dist-info}/top_level.txt +0 -0
|
@@ -763,7 +763,7 @@ def clean_schedule(schedules: Iterable[Schedule], builder: ScheduleBuilder) -> l
|
|
|
763
763
|
@compiler_pass
|
|
764
764
|
def build_playlist(schedules: Iterable[Schedule], builder: ScheduleBuilder) -> tuple[Playlist, dict[str, Any]]:
|
|
765
765
|
"""Build the playlist from the schedules."""
|
|
766
|
-
playlist = builder.build_playlist(schedules)
|
|
766
|
+
playlist = builder.build_playlist(schedules)[0]
|
|
767
767
|
return playlist, {"schedules": schedules} # save the schedules for building settings, debugging, etc
|
|
768
768
|
|
|
769
769
|
|
|
@@ -4,7 +4,7 @@ iqm/cpc/compiler/__init__.py,sha256=ieYyHzb2IyevDm5swU--rPMsh5GdUtLrw8773Cd0ens,
|
|
|
4
4
|
iqm/cpc/compiler/compiler.py,sha256=paWwALMbLQwMBoujKMnUUfybwaoXXYBYHYPLZUXWoyQ,20442
|
|
5
5
|
iqm/cpc/compiler/dd.py,sha256=j4onTod24RPxRwwsM3EMBBgX4hDO0k_nW9R762AocXo,21674
|
|
6
6
|
iqm/cpc/compiler/errors.py,sha256=tz-8g1QtDvCAPmAjjCYK3FoULrazkpSTmXIvyqukaT4,1949
|
|
7
|
-
iqm/cpc/compiler/standard_stages.py,sha256=
|
|
7
|
+
iqm/cpc/compiler/standard_stages.py,sha256=j7xSfmV-qgXAnQg21GbvUIbNnBznafQgSc5RrHOWbRA,34560
|
|
8
8
|
iqm/cpc/compiler/station_settings.py,sha256=l4cJYcNtMar_BoChJaUbmVfpXv7liTCeLWpSv7fAipg,16903
|
|
9
9
|
iqm/cpc/interface/__init__.py,sha256=mvhNx1I9K5Sg40CwPntWj35M3Bni__23PWEw_qYaXtQ,611
|
|
10
10
|
iqm/cpc/interface/compiler.py,sha256=_3sFYVoqqGH7XyBpYm2bLPnnz-1wiBuUee6WYdFJeXE,9992
|
|
@@ -19,9 +19,9 @@ 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=SJK8N8xZyv9seXj1lJJfyt3YMht50VzUxzm8NiblSEw,11575
|
|
21
21
|
iqm/pulla/utils_qiskit.py,sha256=4NTNDWICFh3B0v509w3CfBHrB-GzBm-2TMlKRfgkTTI,10485
|
|
22
|
-
iqm_pulla-10.
|
|
23
|
-
iqm_pulla-10.
|
|
24
|
-
iqm_pulla-10.
|
|
25
|
-
iqm_pulla-10.
|
|
26
|
-
iqm_pulla-10.
|
|
27
|
-
iqm_pulla-10.
|
|
22
|
+
iqm_pulla-10.1.0.dist-info/AUTHORS.rst,sha256=iCStz7WP5Jk7uMnn9jRA4ybS14X4yeUW2SsWE-OTaRk,328
|
|
23
|
+
iqm_pulla-10.1.0.dist-info/LICENSE.txt,sha256=cCj_biRA4Q8A77vxR8AuvAf-DZ5G79yxR_3lYY6TrmA,11333
|
|
24
|
+
iqm_pulla-10.1.0.dist-info/METADATA,sha256=cDHFIPpHWXyeYjePNu1h6jYRmCmElMg77wLtc-dxEqs,17696
|
|
25
|
+
iqm_pulla-10.1.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
26
|
+
iqm_pulla-10.1.0.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
|
|
27
|
+
iqm_pulla-10.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|