iqm-pulla 7.15.0__tar.gz → 7.17.0__tar.gz
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_pulla-7.15.0 → iqm_pulla-7.17.0}/CHANGELOG.rst +15 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/PKG-INFO +7 -7
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/requirements/base.txt +1 -1
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/requirements/notebook.txt +1 -1
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/requirements/qir.txt +1 -1
- iqm_pulla-7.17.0/requirements/qiskit.txt +5 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/interface.py +1 -1
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/pulla.py +24 -30
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm_pulla.egg-info/PKG-INFO +7 -7
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm_pulla.egg-info/requires.txt +6 -6
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/tests/conftest.py +3 -6
- iqm_pulla-7.17.0/version.txt +1 -0
- iqm_pulla-7.15.0/requirements/qiskit.txt +0 -5
- iqm_pulla-7.15.0/version.txt +0 -1
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/AUTHORS.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/LICENSE.txt +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/MANIFEST.in +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/README.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/API.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Compilation Stages.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Configuration and Usage.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Custom Gates and Implementations.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Example - Compilation With Local Calibration Set.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Example - Executing QIR programs.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Example - Measuring T1.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Example - Randomized Benchmarking.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Example - Simple Dynamical Decoupling.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Quick Start.ipynb +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/_static/images/favicon.ico +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/_static/images/logo.png +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/authors.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/changelog.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/common_errors.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/conf.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/examples.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/index.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/license.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/migration_guide.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/readme.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/references.bib +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/references.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/user_guides.rst +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/pyproject.toml +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/requirements/base.in +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/requirements/notebook.in +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/requirements/qir.in +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/requirements/qiskit.in +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/setup.cfg +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/setup.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/__init__.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/__init__.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/circuit_compilation_request_handler.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/compiler.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/dd.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/errors.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/standard_stages.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/station_settings.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/interface/__init__.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/interface/compiler.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/py.typed +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/__init__.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/calibration.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/utils.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/utils_cirq.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/utils_dd.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/utils_qir.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/pulla/utils_qiskit.py +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm_pulla.egg-info/SOURCES.txt +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm_pulla.egg-info/dependency_links.txt +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm_pulla.egg-info/top_level.txt +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/tests/.pylintrc +0 -0
- {iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/tests/__init__.py +0 -0
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 7.17.0 (2025-05-19)
|
|
6
|
+
===========================
|
|
7
|
+
|
|
8
|
+
Bug fixes
|
|
9
|
+
---------
|
|
10
|
+
|
|
11
|
+
- Update dependency on iqm-pulse
|
|
12
|
+
|
|
13
|
+
Version 7.16.0 (2025-05-16)
|
|
14
|
+
===========================
|
|
15
|
+
|
|
16
|
+
Features
|
|
17
|
+
--------
|
|
18
|
+
- task management now uses `JobStatus` instead of `SweepStatus`. :issue:`SW-948`.
|
|
19
|
+
|
|
5
20
|
Version 7.15.0 (2025-05-12)
|
|
6
21
|
===========================
|
|
7
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-pulla
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.17.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
|
|
@@ -217,30 +217,30 @@ Description-Content-Type: text/x-rst
|
|
|
217
217
|
License-File: LICENSE.txt
|
|
218
218
|
License-File: AUTHORS.rst
|
|
219
219
|
Requires-Dist: iqm-exa-common<27,>=26
|
|
220
|
-
Requires-Dist: iqm-station-control-client<4
|
|
220
|
+
Requires-Dist: iqm-station-control-client<5,>=4
|
|
221
221
|
Requires-Dist: iqm-pulse<10,>=9
|
|
222
222
|
Requires-Dist: iqm-data-definitions<3.0,>=2.6
|
|
223
223
|
Requires-Dist: pylatexenc==2.10
|
|
224
224
|
Requires-Dist: pydantic<3.0,>=2.10.4
|
|
225
225
|
Provides-Extra: notebook
|
|
226
226
|
Requires-Dist: iqm-exa-common<27,>=26; extra == "notebook"
|
|
227
|
-
Requires-Dist: iqm-station-control-client<4
|
|
227
|
+
Requires-Dist: iqm-station-control-client<5,>=4; extra == "notebook"
|
|
228
228
|
Requires-Dist: iqm-pulse<10,>=9; extra == "notebook"
|
|
229
229
|
Requires-Dist: notebook<7,>=6.4.11; extra == "notebook"
|
|
230
230
|
Requires-Dist: matplotlib<4,>=3.6.3; extra == "notebook"
|
|
231
231
|
Requires-Dist: nbclient~=0.5.10; extra == "notebook"
|
|
232
232
|
Provides-Extra: qir
|
|
233
233
|
Requires-Dist: iqm-exa-common<27,>=26; extra == "qir"
|
|
234
|
-
Requires-Dist: iqm-station-control-client<4
|
|
234
|
+
Requires-Dist: iqm-station-control-client<5,>=4; extra == "qir"
|
|
235
235
|
Requires-Dist: iqm-pulse<10,>=9; extra == "qir"
|
|
236
236
|
Requires-Dist: iqm-pyqir==0.12.0; extra == "qir"
|
|
237
237
|
Requires-Dist: iqm-qiskit-qir==0.8.0; extra == "qir"
|
|
238
238
|
Provides-Extra: qiskit
|
|
239
239
|
Requires-Dist: iqm-exa-common<27,>=26; extra == "qiskit"
|
|
240
|
-
Requires-Dist: iqm-station-control-client<4
|
|
240
|
+
Requires-Dist: iqm-station-control-client<5,>=4; extra == "qiskit"
|
|
241
241
|
Requires-Dist: iqm-pulse<10,>=9; extra == "qiskit"
|
|
242
|
-
Requires-Dist: iqm-client<25
|
|
243
|
-
Requires-Dist: iqm-client[qiskit]<25
|
|
242
|
+
Requires-Dist: iqm-client<26,>=25; extra == "qiskit"
|
|
243
|
+
Requires-Dist: iqm-client[qiskit]<26,>=25; extra == "qiskit"
|
|
244
244
|
|
|
245
245
|
IQM Pulla
|
|
246
246
|
#########
|
|
@@ -121,7 +121,7 @@ class StationControlResult:
|
|
|
121
121
|
|
|
122
122
|
sweep_id: UUID
|
|
123
123
|
"""ID of the executed sweep"""
|
|
124
|
-
task_id: UUID
|
|
124
|
+
task_id: UUID # TODO? Rename to job_id
|
|
125
125
|
"""ID of the station control task"""
|
|
126
126
|
status: TaskStatus
|
|
127
127
|
"""Status of the station control task"""
|
|
@@ -49,7 +49,8 @@ from iqm.pulse.playlist.channel import ChannelProperties, get_channel_properties
|
|
|
49
49
|
from iqm.pulse.playlist.playlist import Playlist
|
|
50
50
|
from iqm.station_control.client.station_control import StationControlClient
|
|
51
51
|
from iqm.station_control.client.utils import get_progress_bar_callback
|
|
52
|
-
from iqm.station_control.interface.models
|
|
52
|
+
from iqm.station_control.interface.models import JobStatus
|
|
53
|
+
from iqm.station_control.interface.models.sweep import SweepDefinition
|
|
53
54
|
|
|
54
55
|
# ██████ ██ ██ ██ ██ █████
|
|
55
56
|
# ██ ██ ██ ██ ██ ██ ██ ██
|
|
@@ -236,36 +237,33 @@ class Pulla:
|
|
|
236
237
|
sweeps=[],
|
|
237
238
|
)
|
|
238
239
|
)
|
|
239
|
-
|
|
240
|
-
task_id = uuid.UUID(sweep_response["task_id"])
|
|
240
|
+
job_id = uuid.UUID(sweep_response["job_id"])
|
|
241
241
|
try:
|
|
242
|
-
logger.info("
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
logger.info("Sweep link: %s", href)
|
|
246
|
-
if href := sweep_response.get("task_href"):
|
|
247
|
-
logger.info("Task link: %s", href)
|
|
242
|
+
logger.info("Created job in queue with ID: %s", job_id)
|
|
243
|
+
if href := sweep_response.get("job_href"):
|
|
244
|
+
logger.info("Job link: %s", href)
|
|
248
245
|
|
|
249
|
-
logger.info("Waiting for the
|
|
246
|
+
logger.info("Waiting for the job to finish...")
|
|
250
247
|
|
|
251
248
|
while True:
|
|
252
|
-
sweep_data = self._station_control_client.get_sweep(
|
|
253
|
-
sc_result = StationControlResult(sweep_id=
|
|
249
|
+
sweep_data = self._station_control_client.get_sweep(job_id)
|
|
250
|
+
sc_result = StationControlResult(sweep_id=job_id, task_id=job_id, status=TaskStatus.PENDING)
|
|
254
251
|
|
|
255
|
-
if sweep_data.
|
|
252
|
+
if sweep_data.job_status <= JobStatus.EXECUTION_START:
|
|
256
253
|
# Wait in the task queue while showing a progress bar
|
|
257
|
-
|
|
258
|
-
|
|
254
|
+
|
|
255
|
+
interrupted = self._station_control_client._wait_job_completion(
|
|
256
|
+
str(job_id), get_progress_bar_callback()
|
|
259
257
|
)
|
|
260
258
|
if interrupted:
|
|
261
259
|
raise KeyboardInterrupt
|
|
262
260
|
|
|
263
|
-
elif sweep_data.
|
|
264
|
-
logger.info("Sweep status: %s", str(sweep_data.
|
|
261
|
+
elif sweep_data.job_status == JobStatus.READY:
|
|
262
|
+
logger.info("Sweep status: %s", str(sweep_data.job_status))
|
|
265
263
|
|
|
266
264
|
sc_result.status = TaskStatus.READY
|
|
267
265
|
sc_result.result = map_sweep_results_to_logical_qubits(
|
|
268
|
-
self._station_control_client.get_sweep_results(
|
|
266
|
+
self._station_control_client.get_sweep_results(job_id),
|
|
269
267
|
context["readout_mappings"],
|
|
270
268
|
context["options"].heralding_mode,
|
|
271
269
|
)
|
|
@@ -280,37 +278,33 @@ class Pulla:
|
|
|
280
278
|
|
|
281
279
|
return sc_result
|
|
282
280
|
|
|
283
|
-
elif sweep_data.
|
|
281
|
+
elif sweep_data.job_status == JobStatus.FAILED:
|
|
284
282
|
sc_result.status = TaskStatus.FAILED
|
|
285
283
|
sc_result.start_time = (
|
|
286
284
|
sweep_data.begin_timestamp.isoformat() if sweep_data.begin_timestamp else None
|
|
287
285
|
)
|
|
288
286
|
sc_result.end_time = sweep_data.end_timestamp.isoformat() if sweep_data.end_timestamp else None
|
|
289
|
-
|
|
290
|
-
sc_result.message =
|
|
291
|
-
task["task_result"]["message"] if task["task_result"] and task["task_result"]["message"] else ""
|
|
292
|
-
)
|
|
287
|
+
job = self._station_control_client.get_job(job_id)
|
|
288
|
+
sc_result.message = job["job_error"]
|
|
293
289
|
logger.error("Submission failed! Error: %s", sc_result.message)
|
|
294
290
|
return sc_result
|
|
295
291
|
|
|
296
|
-
elif sweep_data.
|
|
292
|
+
elif sweep_data.job_status == JobStatus.ABORTED:
|
|
297
293
|
sc_result.status = TaskStatus.FAILED
|
|
298
294
|
sc_result.start_time = (
|
|
299
295
|
sweep_data.begin_timestamp.isoformat() if sweep_data.begin_timestamp else None
|
|
300
296
|
)
|
|
301
297
|
sc_result.end_time = sweep_data.end_timestamp.isoformat() if sweep_data.end_timestamp else None
|
|
302
|
-
|
|
303
|
-
sc_result.message =
|
|
304
|
-
task["task_result"]["message"] if task["task_result"] and task["task_result"]["message"] else ""
|
|
305
|
-
)
|
|
298
|
+
job = self._station_control_client.get_job(job_id)
|
|
299
|
+
sc_result.message = job["job_error"]
|
|
306
300
|
logger.error("Submission was revoked!")
|
|
307
301
|
return sc_result
|
|
308
302
|
|
|
309
303
|
time.sleep(1)
|
|
310
304
|
|
|
311
305
|
except KeyboardInterrupt as exc:
|
|
312
|
-
logger.info("Caught KeyboardInterrupt, revoking
|
|
313
|
-
self._station_control_client.
|
|
306
|
+
logger.info("Caught KeyboardInterrupt, revoking job %s", job_id)
|
|
307
|
+
self._station_control_client.abort_job(job_id)
|
|
314
308
|
raise KeyboardInterrupt from exc
|
|
315
309
|
|
|
316
310
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-pulla
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.17.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
|
|
@@ -217,30 +217,30 @@ Description-Content-Type: text/x-rst
|
|
|
217
217
|
License-File: LICENSE.txt
|
|
218
218
|
License-File: AUTHORS.rst
|
|
219
219
|
Requires-Dist: iqm-exa-common<27,>=26
|
|
220
|
-
Requires-Dist: iqm-station-control-client<4
|
|
220
|
+
Requires-Dist: iqm-station-control-client<5,>=4
|
|
221
221
|
Requires-Dist: iqm-pulse<10,>=9
|
|
222
222
|
Requires-Dist: iqm-data-definitions<3.0,>=2.6
|
|
223
223
|
Requires-Dist: pylatexenc==2.10
|
|
224
224
|
Requires-Dist: pydantic<3.0,>=2.10.4
|
|
225
225
|
Provides-Extra: notebook
|
|
226
226
|
Requires-Dist: iqm-exa-common<27,>=26; extra == "notebook"
|
|
227
|
-
Requires-Dist: iqm-station-control-client<4
|
|
227
|
+
Requires-Dist: iqm-station-control-client<5,>=4; extra == "notebook"
|
|
228
228
|
Requires-Dist: iqm-pulse<10,>=9; extra == "notebook"
|
|
229
229
|
Requires-Dist: notebook<7,>=6.4.11; extra == "notebook"
|
|
230
230
|
Requires-Dist: matplotlib<4,>=3.6.3; extra == "notebook"
|
|
231
231
|
Requires-Dist: nbclient~=0.5.10; extra == "notebook"
|
|
232
232
|
Provides-Extra: qir
|
|
233
233
|
Requires-Dist: iqm-exa-common<27,>=26; extra == "qir"
|
|
234
|
-
Requires-Dist: iqm-station-control-client<4
|
|
234
|
+
Requires-Dist: iqm-station-control-client<5,>=4; extra == "qir"
|
|
235
235
|
Requires-Dist: iqm-pulse<10,>=9; extra == "qir"
|
|
236
236
|
Requires-Dist: iqm-pyqir==0.12.0; extra == "qir"
|
|
237
237
|
Requires-Dist: iqm-qiskit-qir==0.8.0; extra == "qir"
|
|
238
238
|
Provides-Extra: qiskit
|
|
239
239
|
Requires-Dist: iqm-exa-common<27,>=26; extra == "qiskit"
|
|
240
|
-
Requires-Dist: iqm-station-control-client<4
|
|
240
|
+
Requires-Dist: iqm-station-control-client<5,>=4; extra == "qiskit"
|
|
241
241
|
Requires-Dist: iqm-pulse<10,>=9; extra == "qiskit"
|
|
242
|
-
Requires-Dist: iqm-client<25
|
|
243
|
-
Requires-Dist: iqm-client[qiskit]<25
|
|
242
|
+
Requires-Dist: iqm-client<26,>=25; extra == "qiskit"
|
|
243
|
+
Requires-Dist: iqm-client[qiskit]<26,>=25; extra == "qiskit"
|
|
244
244
|
|
|
245
245
|
IQM Pulla
|
|
246
246
|
#########
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
iqm-exa-common<27,>=26
|
|
2
|
-
iqm-station-control-client<4
|
|
2
|
+
iqm-station-control-client<5,>=4
|
|
3
3
|
iqm-pulse<10,>=9
|
|
4
4
|
iqm-data-definitions<3.0,>=2.6
|
|
5
5
|
pylatexenc==2.10
|
|
@@ -7,7 +7,7 @@ pydantic<3.0,>=2.10.4
|
|
|
7
7
|
|
|
8
8
|
[notebook]
|
|
9
9
|
iqm-exa-common<27,>=26
|
|
10
|
-
iqm-station-control-client<4
|
|
10
|
+
iqm-station-control-client<5,>=4
|
|
11
11
|
iqm-pulse<10,>=9
|
|
12
12
|
notebook<7,>=6.4.11
|
|
13
13
|
matplotlib<4,>=3.6.3
|
|
@@ -15,14 +15,14 @@ nbclient~=0.5.10
|
|
|
15
15
|
|
|
16
16
|
[qir]
|
|
17
17
|
iqm-exa-common<27,>=26
|
|
18
|
-
iqm-station-control-client<4
|
|
18
|
+
iqm-station-control-client<5,>=4
|
|
19
19
|
iqm-pulse<10,>=9
|
|
20
20
|
iqm-pyqir==0.12.0
|
|
21
21
|
iqm-qiskit-qir==0.8.0
|
|
22
22
|
|
|
23
23
|
[qiskit]
|
|
24
24
|
iqm-exa-common<27,>=26
|
|
25
|
-
iqm-station-control-client<4
|
|
25
|
+
iqm-station-control-client<5,>=4
|
|
26
26
|
iqm-pulse<10,>=9
|
|
27
|
-
iqm-client<25
|
|
28
|
-
iqm-client[qiskit]<25
|
|
27
|
+
iqm-client<26,>=25
|
|
28
|
+
iqm-client[qiskit]<26,>=25
|
|
@@ -113,16 +113,13 @@ def pulla_on_spark(request, monkeypatch):
|
|
|
113
113
|
response = Response()
|
|
114
114
|
response.status_code = HTTPStatus.OK
|
|
115
115
|
response.json = lambda: {
|
|
116
|
-
"
|
|
117
|
-
"sweep_id": "8a28be71-b819-419d-bfcb-9ed9186b7473",
|
|
116
|
+
"job_id": "c2d31ae9-e749-4835-8450-0df10be5d1c1",
|
|
118
117
|
# TODO SW-1387: Use v1 API
|
|
119
|
-
# "
|
|
118
|
+
# "job_href": f"{root_url}/station/v1/jobs/c2d31ae9-e749-4835-8450-0df10be5d1c1",
|
|
120
119
|
# "sweep_href": f"{root_url}/station/v1/sweeps/8a28be71-b819-419d-bfcb-9ed9186b7473",
|
|
121
|
-
"
|
|
122
|
-
"sweep_href": f"{root_url}/station/sweeps/8a28be71-b819-419d-bfcb-9ed9186b7473",
|
|
120
|
+
"job_href": f"{root_url}/station/jobs/c2d31ae9-e749-4835-8450-0df10be5d1c1",
|
|
123
121
|
}
|
|
124
122
|
return response
|
|
125
|
-
|
|
126
123
|
return HTTPResponse(404)
|
|
127
124
|
|
|
128
125
|
monkeypatch.setattr(requests, "get", mocked_requests_get)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7.17.0
|
iqm_pulla-7.15.0/version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
7.15.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/docs/Example - Compilation With Local Calibration Set.ipynb
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_pulla-7.15.0 → iqm_pulla-7.17.0}/src/iqm/cpc/compiler/circuit_compilation_request_handler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|