iqm-benchmarks 2.31__tar.gz → 2.32__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_benchmarks-2.31 → iqm_benchmarks-2.32}/CHANGELOG.rst +4 -0
- {iqm_benchmarks-2.31/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.32}/PKG-INFO +1 -1
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/requirements.txt +3 -3
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/utils_plots.py +2 -16
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32/src/iqm_benchmarks.egg-info}/PKG-INFO +1 -1
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/.gitignore +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/LICENSE +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/MANIFEST.in +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/README.md +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docbuild +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/API.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/Makefile +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/conf.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/development/development.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/development/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/development/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/devices/devices.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/devices/spark.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/devices/star.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_graphstate.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_qscore.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/examples/examples.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/index.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/license.rst +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/readme.md +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/format +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/pyproject.toml +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/setup.cfg +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/entanglement/graph_states.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/optimization/qscore.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/utils_shadows.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm_benchmarks.egg-info/requires.txt +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/test +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/test_graph_states.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/test_gst.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/test_qscore.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/unit/test_backend_transpilation.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/tests/unit/test_submit_execute.py +0 -0
- {iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/update-requirements.py +0 -0
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 2.32
|
|
6
|
+
============
|
|
7
|
+
* Fixed incorrect edge width assignment in qubit selection plot.
|
|
8
|
+
|
|
5
9
|
Version 2.31
|
|
6
10
|
============
|
|
7
11
|
* Fixed a bug in the bootstrapping functionality of the GST benchmark and updated the respective Jupyter tutorial.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.32
|
|
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
|
|
@@ -766,9 +766,9 @@ ipykernel==6.29.5 \
|
|
|
766
766
|
ipython==8.31.0 \
|
|
767
767
|
--hash=sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6 \
|
|
768
768
|
--hash=sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b
|
|
769
|
-
iqm-client==22.
|
|
770
|
-
--hash=sha256:
|
|
771
|
-
--hash=sha256:
|
|
769
|
+
iqm-client==22.16 \
|
|
770
|
+
--hash=sha256:bb9565e3e3b121d38ff3f9e7398128ea422f3a47763bd6bd893bf9d2fc446ba1 \
|
|
771
|
+
--hash=sha256:fd9a1b1ef7cb823092175878893df39bb94e9ac59e193195547ef6a2829c7f6e
|
|
772
772
|
isoduration==20.11.0 \
|
|
773
773
|
--hash=sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9 \
|
|
774
774
|
--hash=sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042
|
|
@@ -162,21 +162,7 @@ def plot_layout_fidelity_graph(
|
|
|
162
162
|
for qb in {qb for layout in qubit_layouts for qb in layout}:
|
|
163
163
|
node_colors[qb] = "orange"
|
|
164
164
|
|
|
165
|
-
|
|
166
|
-
edge_list = graph.edge_list()
|
|
167
|
-
weights_dict = {}
|
|
168
|
-
edge_pos = set()
|
|
169
|
-
|
|
170
|
-
# Create a mapping between edge positions as defined in rustworkx and their weights
|
|
171
|
-
for e, w in zip(edge_list, weights):
|
|
172
|
-
pos_tuple = (tuple(pos[e[0]]), tuple(pos[e[1]]))
|
|
173
|
-
weights_dict[pos_tuple] = w
|
|
174
|
-
edge_pos.add(pos_tuple)
|
|
175
|
-
|
|
176
|
-
# Get corresponding weights in the same order
|
|
177
|
-
weights_ordered = np.array([weights_dict[edge] for edge in list(edge_pos)])
|
|
178
|
-
|
|
179
|
-
plt.subplots(figsize=(6, 6))
|
|
165
|
+
plt.subplots(figsize=(1.5 * np.sqrt(len(nodes)), 1.5 * np.sqrt(len(nodes))))
|
|
180
166
|
|
|
181
167
|
# Draw the graph
|
|
182
168
|
visualization.mpl_draw(
|
|
@@ -185,7 +171,7 @@ def plot_layout_fidelity_graph(
|
|
|
185
171
|
node_color=node_colors,
|
|
186
172
|
pos=pos,
|
|
187
173
|
labels=lambda node: node,
|
|
188
|
-
width=7 *
|
|
174
|
+
width=7 * weights / np.max(weights),
|
|
189
175
|
) # type: ignore[call-arg]
|
|
190
176
|
|
|
191
177
|
# Add edge labels using matplotlib's annotate
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.32
|
|
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
|
|
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_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/development/generate_2qubit_cliffords.ipynb
RENAMED
|
File without changes
|
{iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/docs/development/how_to_make_your_own_benchmark.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
|
{iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/compressive_gst/compressive_gst.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/compressive_gst/gst_analysis.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
|
{iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/quantum_volume/quantum_volume.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm/benchmarks/randomized_benchmarking/__init__.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
|
{iqm_benchmarks-2.31 → iqm_benchmarks-2.32}/src/iqm_benchmarks.egg-info/dependency_links.txt
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
|