iqm-pulla 11.16.1__tar.gz → 11.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.
Files changed (75) hide show
  1. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/CHANGELOG.rst +9 -0
  2. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/PKG-INFO +1 -1
  3. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/compiler/station_settings.py +51 -0
  4. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm_pulla.egg-info/PKG-INFO +1 -1
  5. iqm_pulla-11.17.0/version.txt +1 -0
  6. iqm_pulla-11.16.1/version.txt +0 -1
  7. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/AUTHORS.rst +0 -0
  8. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/LICENSE.txt +0 -0
  9. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/MANIFEST.in +0 -0
  10. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/README.rst +0 -0
  11. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/API.rst +0 -0
  12. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Compilation Stages.ipynb +0 -0
  13. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Configuration and Usage.ipynb +0 -0
  14. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Custom Gates and Implementations.ipynb +0 -0
  15. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Example - Compilation With Local Calibration Set.ipynb +0 -0
  16. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Example - Executing QIR programs.ipynb +0 -0
  17. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Example - Measuring T1.ipynb +0 -0
  18. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Example - Randomized Benchmarking.ipynb +0 -0
  19. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Example - Simple Dynamical Decoupling.ipynb +0 -0
  20. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/Quick Start.ipynb +0 -0
  21. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/_static/images/favicon.ico +0 -0
  22. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/_static/images/logo.png +0 -0
  23. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/_templates/autosummary-class-template.rst +0 -0
  24. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/_templates/autosummary-module-template.rst +0 -0
  25. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/authors.rst +0 -0
  26. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/changelog.rst +0 -0
  27. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/common_errors.rst +0 -0
  28. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/conf.py +0 -0
  29. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/examples.rst +0 -0
  30. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/index.rst +0 -0
  31. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/license.rst +0 -0
  32. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/migration_guide.rst +0 -0
  33. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/readme.rst +0 -0
  34. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/references.bib +0 -0
  35. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/references.rst +0 -0
  36. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/docs/user_guides.rst +0 -0
  37. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/pyproject.toml +0 -0
  38. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/base.in +0 -0
  39. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/base.in.internal +0 -0
  40. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/base.txt +0 -0
  41. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/notebook.in +0 -0
  42. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/notebook.txt +0 -0
  43. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/qir.in +0 -0
  44. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/qir.txt +0 -0
  45. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/qiskit.in.internal +0 -0
  46. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/requirements/qiskit.txt +0 -0
  47. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/setup.cfg +0 -0
  48. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/setup.py +0 -0
  49. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/__init__.py +0 -0
  50. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/compiler/__init__.py +0 -0
  51. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/compiler/compiler.py +0 -0
  52. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/compiler/dd.py +0 -0
  53. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/compiler/errors.py +0 -0
  54. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/compiler/standard_stages.py +0 -0
  55. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/interface/__init__.py +0 -0
  56. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/interface/compiler.py +0 -0
  57. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/cpc/py.typed +0 -0
  58. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/__init__.py +0 -0
  59. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/calibration.py +0 -0
  60. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/interface.py +0 -0
  61. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/pulla.py +0 -0
  62. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/py.typed +0 -0
  63. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/quantum_architecture.py +0 -0
  64. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/utils.py +0 -0
  65. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/utils_cirq.py +0 -0
  66. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/utils_dd.py +0 -0
  67. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/utils_qir.py +0 -0
  68. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm/pulla/utils_qiskit.py +0 -0
  69. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm_pulla.egg-info/SOURCES.txt +0 -0
  70. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm_pulla.egg-info/dependency_links.txt +0 -0
  71. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm_pulla.egg-info/requires.txt +0 -0
  72. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/src/iqm_pulla.egg-info/top_level.txt +0 -0
  73. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/tests/.pylintrc +0 -0
  74. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/tests/__init__.py +0 -0
  75. {iqm_pulla-11.16.1 → iqm_pulla-11.17.0}/tests/conftest.py +0 -0
@@ -2,6 +2,15 @@
2
2
  Changelog
3
3
  =========
4
4
 
5
+ Version 11.17.0 (2025-10-31)
6
+ ============================
7
+
8
+ Bug fixes
9
+ ---------
10
+
11
+ - CPC calibration set whitelist is updated to include various missing controller settings
12
+ that already were in the calibration set.
13
+
5
14
  Version 11.16.1 (2025-10-27)
6
15
  ============================
7
16
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-pulla
3
- Version: 11.16.1
3
+ Version: 11.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
@@ -176,6 +176,17 @@ _per_qubit = (
176
176
  "controllers.{}.drive.awg.center_frequency",
177
177
  required=False,
178
178
  ), # ZI SHFSG
179
+ Map(
180
+ Parameter("", "Local oscillator power for drive mixer", "dBm"),
181
+ "controllers.{}.drive.local_oscillator.power",
182
+ required=False,
183
+ ), # ZI HDAWG
184
+ # NOTE: For SHFSG, the unit of the output_range setting is in fact "dBm"
185
+ Map(
186
+ Parameter("", "Drive AWG output range", "V"),
187
+ "controllers.{}.drive.awg.output_range",
188
+ required=False,
189
+ ), # HDAWG, SHFSG
179
190
  Map(Parameter("", "Trigger delay for drive AWG", "s"), "controllers.{}.drive.awg.trigger_delay", required=False),
180
191
  )
181
192
 
@@ -191,6 +202,11 @@ _per_flux_pulsed_qubit = {
191
202
  "controllers.{}.flux.awg.precompensation.amplitudes",
192
203
  required=False,
193
204
  ),
205
+ Map(
206
+ Parameter("", "Flux AWG output range", "V"),
207
+ "controllers.{}.flux.awg.output_range",
208
+ required=False,
209
+ ), # HDAWG, Oceanus
194
210
  Map(Parameter("", "Trigger delay for flux AWG", "s"), "controllers.{}.flux.awg.trigger_delay", required=False),
195
211
  }
196
212
 
@@ -207,6 +223,11 @@ _per_coupler = (
207
223
  "controllers.{}.flux.awg.precompensation.amplitudes",
208
224
  required=False,
209
225
  ),
226
+ Map(
227
+ Parameter("", "Flux AWG output range", "V"),
228
+ "controllers.{}.flux.awg.output_range",
229
+ required=False,
230
+ ), # HDAWG, Oceanus
210
231
  Map(Parameter("", "Trigger delay for flux AWG", "s"), "controllers.{}.flux.awg.trigger_delay", required=False),
211
232
  )
212
233
 
@@ -218,12 +239,42 @@ _per_probe_line = (
218
239
  Map(Parameter("", "TWPA bias voltage_2", "V"), "controllers.{}.twpa.voltage_2", required=False),
219
240
  Map(Parameter("", "Frequency of the LO driving the TWPA", "Hz"), "controllers.{}.twpa.frequency", required=False),
220
241
  Map(Parameter("", "Power of the LO driving the TWPA", "dBm"), "controllers.{}.twpa.power", required=False),
242
+ Map(
243
+ Parameter("", "Local oscillator frequency for the readout", "Hz"),
244
+ "controllers.{}.readout.local_oscillator.frequency",
245
+ required=False,
246
+ ), # UHFQA
247
+ Map(
248
+ Parameter("", "Local oscillator power for the readout", "dBm"),
249
+ "controllers.{}.readout.local_oscillator.power",
250
+ required=False,
251
+ ), # UHFQA
221
252
  # Center frequency must be within the AWG IF bandwidth from every <qubit>.readout.frequency
222
253
  Map(
223
254
  Parameter("", "Probe line center frequency", "Hz"),
224
255
  "controllers.{}.readout.center_frequency",
225
256
  required=True,
226
257
  ),
258
+ Map(
259
+ Parameter("", "Readout output range", "dBm"),
260
+ "controllers.{}.readout.output_range",
261
+ required=False,
262
+ ), # UHFQA, SHFQA
263
+ Map(
264
+ Parameter("", "Readout input range", "dBm"),
265
+ "controllers.{}.readout.input_range",
266
+ required=False,
267
+ ), # UHFQA, SHFQA
268
+ Map(
269
+ Parameter("", "Readout attenuation out", "dB"),
270
+ "controllers.{}.readout.attenuation_out",
271
+ required=False,
272
+ ), # Athene
273
+ Map(
274
+ Parameter("", "Readout attenuation in", "dB"),
275
+ "controllers.{}.readout.attenuation_in",
276
+ required=False,
277
+ ), # Athene
227
278
  Map(
228
279
  Parameter("", "Trigger delay for readout instrument", "s"),
229
280
  "controllers.{}.readout.trigger_delay",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-pulla
3
- Version: 11.16.1
3
+ Version: 11.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
@@ -0,0 +1 @@
1
+ 11.17.0
@@ -1 +0,0 @@
1
- 11.16.1
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