iqm-pulla 8.2.0__tar.gz → 9.0.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-8.2.0 → iqm_pulla-9.0.0}/CHANGELOG.rst +16 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/PKG-INFO +5 -5
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Custom Gates and Implementations.ipynb +4 -3
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Example - Measuring T1.ipynb +26 -75
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/pyproject.toml +8 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/base.txt +1 -1
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/notebook.txt +1 -1
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/qir.txt +1 -1
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/qiskit.txt +1 -1
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/compiler/compiler.py +15 -17
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/compiler/dd.py +2 -2
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/compiler/standard_stages.py +12 -9
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/compiler/station_settings.py +7 -7
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/pulla.py +4 -4
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/quantum_architecture.py +2 -2
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/utils.py +5 -5
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/utils_qir.py +1 -1
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm_pulla.egg-info/PKG-INFO +5 -5
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm_pulla.egg-info/SOURCES.txt +1 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm_pulla.egg-info/requires.txt +4 -4
- iqm_pulla-9.0.0/tests/__init__.py +0 -0
- iqm_pulla-9.0.0/version.txt +1 -0
- iqm_pulla-8.2.0/version.txt +0 -1
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/AUTHORS.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/LICENSE.txt +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/MANIFEST.in +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/README.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/API.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Compilation Stages.ipynb +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Configuration and Usage.ipynb +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Example - Compilation With Local Calibration Set.ipynb +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Example - Executing QIR programs.ipynb +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Example - Randomized Benchmarking.ipynb +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Example - Simple Dynamical Decoupling.ipynb +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/Quick Start.ipynb +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/_static/images/favicon.ico +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/_static/images/logo.png +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/authors.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/changelog.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/common_errors.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/conf.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/examples.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/index.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/license.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/migration_guide.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/readme.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/references.bib +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/references.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/docs/user_guides.rst +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/base.in +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/notebook.in +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/qir.in +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/requirements/qiskit.in +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/setup.cfg +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/setup.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/__init__.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/compiler/__init__.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/compiler/circuit_compilation_request_handler.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/compiler/errors.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/interface/__init__.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/interface/compiler.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/cpc/py.typed +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/__init__.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/calibration.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/interface.py +0 -0
- /iqm_pulla-8.2.0/tests/__init__.py → /iqm_pulla-9.0.0/src/iqm/pulla/py.typed +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/utils_cirq.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/utils_dd.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm/pulla/utils_qiskit.py +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm_pulla.egg-info/dependency_links.txt +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/src/iqm_pulla.egg-info/top_level.txt +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/tests/.pylintrc +0 -0
- {iqm_pulla-8.2.0 → iqm_pulla-9.0.0}/tests/conftest.py +0 -0
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 9.0.0 (2025-07-16)
|
|
6
|
+
==========================
|
|
7
|
+
|
|
8
|
+
Breaking changes
|
|
9
|
+
----------------
|
|
10
|
+
|
|
11
|
+
- :meth:`Compiler.add_implementation` signature has slightly changed.
|
|
12
|
+
|
|
13
|
+
Version 8.3.0 (2025-07-09)
|
|
14
|
+
==========================
|
|
15
|
+
|
|
16
|
+
Features
|
|
17
|
+
--------
|
|
18
|
+
|
|
19
|
+
- Enable mypy type checking in CI and add temporary type ignores to the source code. :issue:`SW-1615`
|
|
20
|
+
|
|
5
21
|
Version 8.2.0 (2025-07-02)
|
|
6
22
|
==========================
|
|
7
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-pulla
|
|
3
|
-
Version:
|
|
3
|
+
Version: 9.0.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
|
|
@@ -218,27 +218,27 @@ License-File: LICENSE.txt
|
|
|
218
218
|
License-File: AUTHORS.rst
|
|
219
219
|
Requires-Dist: iqm-exa-common<27,>=26
|
|
220
220
|
Requires-Dist: iqm-station-control-client<10,>=9
|
|
221
|
-
Requires-Dist: iqm-pulse<10
|
|
221
|
+
Requires-Dist: iqm-pulse<11,>=10
|
|
222
222
|
Requires-Dist: iqm-data-definitions<3.0,>=2.13
|
|
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
227
|
Requires-Dist: iqm-station-control-client<10,>=9; extra == "notebook"
|
|
228
|
-
Requires-Dist: iqm-pulse<10
|
|
228
|
+
Requires-Dist: iqm-pulse<11,>=10; 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
234
|
Requires-Dist: iqm-station-control-client<10,>=9; extra == "qir"
|
|
235
|
-
Requires-Dist: iqm-pulse<10
|
|
235
|
+
Requires-Dist: iqm-pulse<11,>=10; 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
240
|
Requires-Dist: iqm-station-control-client<10,>=9; extra == "qiskit"
|
|
241
|
-
Requires-Dist: iqm-pulse<10
|
|
241
|
+
Requires-Dist: iqm-pulse<11,>=10; extra == "qiskit"
|
|
242
242
|
Requires-Dist: iqm-client<30,>=29; extra == "qiskit"
|
|
243
243
|
Requires-Dist: iqm-client[qiskit]<30,>=29; extra == "qiskit"
|
|
244
244
|
|
|
@@ -553,11 +553,12 @@
|
|
|
553
553
|
"outputs": [],
|
|
554
554
|
"source": [
|
|
555
555
|
"from iqm.pulse.gate_implementation import CompositeGate\n",
|
|
556
|
+
"from iqm.pulse.quantum_ops import QuantumOp\n",
|
|
556
557
|
"import numpy as np\n",
|
|
557
558
|
"\n",
|
|
558
559
|
"\n",
|
|
559
560
|
"class StretchedX(CompositeGate):\n",
|
|
560
|
-
" registered_gates =
|
|
561
|
+
" registered_gates = ('prx',) # use the standard prx as a building block\n",
|
|
561
562
|
"\n",
|
|
562
563
|
" def __call__(self, angle_t: float, phase_t: float):\n",
|
|
563
564
|
" normal_prx = self.build(\"prx\", self.locus)\n",
|
|
@@ -588,7 +589,7 @@
|
|
|
588
589
|
"outputs": [],
|
|
589
590
|
"source": [
|
|
590
591
|
"circuits, compiler = qiskit_to_pulla(p, backend, example_qiskit_circuit())\n",
|
|
591
|
-
"compiler.add_implementation('custom_x', 'StretchedX', StretchedX,
|
|
592
|
+
"compiler.add_implementation('custom_x', 'StretchedX', StretchedX, quantum_op=QuantumOp(params=('angle_t', 'phase_t')))\n",
|
|
592
593
|
"\n",
|
|
593
594
|
"c = circuits[0]\n",
|
|
594
595
|
"for inst in c.instructions:\n",
|
|
@@ -1258,7 +1259,7 @@
|
|
|
1258
1259
|
],
|
|
1259
1260
|
"metadata": {
|
|
1260
1261
|
"kernelspec": {
|
|
1261
|
-
"display_name": "
|
|
1262
|
+
"display_name": "Python 3 (ipykernel)",
|
|
1262
1263
|
"language": "python",
|
|
1263
1264
|
"name": "python3"
|
|
1264
1265
|
},
|