iqm-benchmarks 2.52__tar.gz → 2.54__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 (114) hide show
  1. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/CHANGELOG.rst +8 -0
  2. {iqm_benchmarks-2.52/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.54}/PKG-INFO +4 -3
  3. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_qscore.ipynb +5 -14
  4. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/pyproject.toml +3 -2
  5. iqm_benchmarks-2.54/requirements.txt +3048 -0
  6. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/entanglement/ghz.py +1 -1
  7. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/optimization/qscore.py +42 -32
  8. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54/src/iqm_benchmarks.egg-info}/PKG-INFO +4 -3
  9. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm_benchmarks.egg-info/requires.txt +3 -2
  10. iqm_benchmarks-2.54/tests/test_qscore.py +44 -0
  11. iqm_benchmarks-2.52/requirements.txt +0 -2863
  12. iqm_benchmarks-2.52/tests/test_qscore.py +0 -36
  13. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/.github/workflows/main.yml +0 -0
  14. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/.github/workflows/publish.yml +0 -0
  15. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/.github/workflows/tag_and_release.yml +0 -0
  16. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/.gitignore +0 -0
  17. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/LICENSE +0 -0
  18. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/MANIFEST.in +0 -0
  19. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/README.md +0 -0
  20. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/benchmark_runner.py +0 -0
  21. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docbuild +0 -0
  22. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/API.rst +0 -0
  23. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/Makefile +0 -0
  24. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/_static/images/favicon.ico +0 -0
  25. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/_static/images/logo.png +0 -0
  26. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/_templates/autosummary-class-template.rst +0 -0
  27. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/_templates/autosummary-module-template.rst +0 -0
  28. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/changelog.rst +0 -0
  29. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/conf.py +0 -0
  30. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/development/development.rst +0 -0
  31. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/development/generate_2qubit_cliffords.ipynb +0 -0
  32. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/development/how_to_make_your_own_benchmark.ipynb +0 -0
  33. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/devices/devices.rst +0 -0
  34. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/devices/spark.ipynb +0 -0
  35. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/devices/star.ipynb +0 -0
  36. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_clifford_rb.ipynb +0 -0
  37. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_clops.ipynb +0 -0
  38. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_coherence.ipynb +0 -0
  39. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_eplg.ipynb +0 -0
  40. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_experiment_all.ipynb +0 -0
  41. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_ghz.ipynb +0 -0
  42. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_graphstate.ipynb +0 -0
  43. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_gst.ipynb +0 -0
  44. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_interleaved_rb.ipynb +0 -0
  45. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_mirror_rb.ipynb +0 -0
  46. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/example_quantum_volume.ipynb +0 -0
  47. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/examples/examples.rst +0 -0
  48. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/index.rst +0 -0
  49. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/license.rst +0 -0
  50. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/docs/readme.md +0 -0
  51. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/format +0 -0
  52. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/scheduled_experiments/adonis/__init__.py +0 -0
  53. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/scheduled_experiments/adonis/weekly.py +0 -0
  54. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/setup.cfg +0 -0
  55. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/__init__.py +0 -0
  56. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/benchmark.py +0 -0
  57. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/benchmark_definition.py +0 -0
  58. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/circuit_containers.py +0 -0
  59. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/coherence/__init__.py +0 -0
  60. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/coherence/coherence.py +0 -0
  61. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
  62. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
  63. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
  64. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
  65. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/entanglement/graph_states.py +0 -0
  66. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/logging_config.py +0 -0
  67. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/optimization/__init__.py +0 -0
  68. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
  69. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
  70. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
  71. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
  72. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
  73. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
  74. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
  75. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
  76. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/direct_rb/__init__.py +0 -0
  77. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/direct_rb/direct_rb.py +0 -0
  78. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/eplg/__init__.py +0 -0
  79. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/eplg/eplg.py +0 -0
  80. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
  81. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
  82. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
  83. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
  84. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
  85. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
  86. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/readout_mitigation.py +0 -0
  87. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/utils.py +0 -0
  88. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/utils_plots.py +0 -0
  89. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm/benchmarks/utils_shadows.py +0 -0
  90. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
  91. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
  92. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
  93. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/LICENSE +0 -0
  94. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/README.md +0 -0
  95. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/additional_fns.py +0 -0
  96. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/algorithm.py +0 -0
  97. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/compatibility.py +0 -0
  98. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/low_level_jit.py +0 -0
  99. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/optimization.py +0 -0
  100. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/qiskit_interface.py +0 -0
  101. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/reporting/figure_gen.py +0 -0
  102. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/src/mGST/reporting/reporting.py +0 -0
  103. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tag-from-pipeline.sh +0 -0
  104. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/test +0 -0
  105. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/test_coherence.py +0 -0
  106. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/test_ghz.py +0 -0
  107. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/test_graph_states.py +0 -0
  108. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/test_gst.py +0 -0
  109. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/test_qv.py +0 -0
  110. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/test_rb.py +0 -0
  111. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/unit/test_backend_transpilation.py +0 -0
  112. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/unit/test_benchmark_circuit.py +0 -0
  113. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/tests/unit/test_submit_execute.py +0 -0
  114. {iqm_benchmarks-2.52 → iqm_benchmarks-2.54}/update-requirements.py +0 -0
@@ -2,6 +2,14 @@
2
2
  Changelog
3
3
  =========
4
4
 
5
+ Version 2.54
6
+ ============
7
+ * Update iqm-client and iqm-station-control-client dependency ranges for compatibility with IQM OS 4.4.
8
+
9
+ Version 2.53
10
+ ============
11
+ * Improvements made for QScore benchmark to take custom layout for Star processors.
12
+
5
13
  Version 2.52
6
14
  ============
7
15
  * Circuit transpilation improvements for GHZ benchmark implemented.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iqm-benchmarks
3
- Version: 2.52
3
+ Version: 2.54
4
4
  Summary: A package for implementation of Quantum Characterization, Verification and Validation (QCVV) techniques on IQM's hardware at gate level abstraction
5
5
  Author-email: IQM Finland Oy <developers@meetiqm.com>, Adrian Auer <adrian.auer@meetiqm.com>, Raphael Brieger <raphael.brieger@meetiqm.com>, Alessio Calzona <alessio.calzona@meetiqm.com>, Pedro Figueroa Romero <pedro.romero@meetiqm.com>, Amin Hosseinkhani <amin.hosseinkhani@meetiqm.com>, Miikka Koistinen <miikka@meetiqm.com>, Nadia Milazzo <nadia.milazzo@meetiqm.com>, Vicente Pina Canelles <vicente.pina@meetiqm.com>, Aniket Rath <aniket.rath@meetiqm.com>, Jami Rönkkö <jami@meetiqm.com>, Stefan Seegerer <stefan.seegerer@meetiqm.com>
6
6
  Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
@@ -19,8 +19,9 @@ Requires-Dist: networkx<4.0,>=3.3
19
19
  Requires-Dist: rustworkx>=0.16.0
20
20
  Requires-Dist: numpy<2.0,>=1.25.2
21
21
  Requires-Dist: qiskit<=1.4.2,>=1.2.4
22
- Requires-Dist: iqm-client[qiskit]<33.0,>=32.1.1
23
- Requires-Dist: iqm-station-control-client<12.0,>=11.3.1
22
+ Requires-Dist: iqm-client[qiskit]<34.0,>=32.1.1
23
+ Requires-Dist: qiskit-ibm-runtime<0.44.0
24
+ Requires-Dist: iqm-station-control-client<13.0,>=11.3.1
24
25
  Requires-Dist: requests<3.0,>=2.32.3
25
26
  Requires-Dist: scikit-optimize<0.11.0,>=0.10.2
26
27
  Requires-Dist: tabulate<1.0.0,>=0.9.0
@@ -48,7 +48,7 @@
48
48
  "outputs": [],
49
49
  "source": [
50
50
  "backend = \"fakeadonis\"\n",
51
- "#backend = \"fakeapollo\"\n",
51
+ "# backend = \"fakeapollo\"\n",
52
52
  "#backend = \"garnet\"\n",
53
53
  "#backend = \"deneb\"\n",
54
54
  "#backend = \"pyrite\""
@@ -103,20 +103,19 @@
103
103
  " num_qaoa_layers= 1,\n",
104
104
  " shots = 10000,\n",
105
105
  " calset_id=None, # calibration set ID, default is None\n",
106
- " min_num_nodes = 2,\n",
107
- " max_num_nodes= None, # put it to run for all the node sizes\n",
106
+ " min_num_nodes = 3,\n",
107
+ " max_num_nodes= 5, # put it to run for all the node sizes\n",
108
108
  " use_virtual_node = True,\n",
109
109
  " use_classically_optimized_angles = True,\n",
110
110
  " choose_qubits_routine = \"custom\",\n",
111
111
  " custom_qubits_array=[\n",
112
- " [2],\n",
113
- " [2, 0],\n",
114
112
  " [2, 0, 1],\n",
115
113
  " [2, 0, 1, 3],\n",
116
114
  " [2, 0, 1, 3, 4]],\n",
117
115
  " seed = random.randint(1, 999999),\n",
118
116
  " REM = True,\n",
119
117
  " mit_shots=1000,\n",
118
+ " num_trials=1, # number of trials per instance to improve transpilation robustness\n",
120
119
  " )"
121
120
  ]
122
121
  },
@@ -196,14 +195,6 @@
196
195
  "source": [
197
196
  "result0_qscore.plot_all()"
198
197
  ]
199
- },
200
- {
201
- "cell_type": "code",
202
- "execution_count": null,
203
- "id": "9cd8581a",
204
- "metadata": {},
205
- "outputs": [],
206
- "source": []
207
198
  }
208
199
  ],
209
200
  "metadata": {
@@ -222,7 +213,7 @@
222
213
  "name": "python",
223
214
  "nbconvert_exporter": "python",
224
215
  "pygments_lexer": "ipython3",
225
- "version": "3.11.11"
216
+ "version": "3.11.14"
226
217
  }
227
218
  },
228
219
  "nbformat": 4,
@@ -44,8 +44,9 @@ dependencies = [
44
44
  "rustworkx>=0.16.0",
45
45
  "numpy >= 1.25.2, < 2.0",
46
46
  "qiskit >= 1.2.4, <= 1.4.2",
47
- "iqm-client[qiskit] >=32.1.1, <33.0",
48
- "iqm-station-control-client >= 11.3.1, <12.0",
47
+ "iqm-client[qiskit] >= 32.1.1, <34.0",
48
+ "qiskit-ibm-runtime < 0.44.0",
49
+ "iqm-station-control-client >= 11.3.1, <13.0",
49
50
  "requests>=2.32.3, < 3.0",
50
51
  "scikit-optimize >= 0.10.2, < 0.11.0",
51
52
  "tabulate >= 0.9.0, <1.0.0",