iqm-benchmarks 1.8__tar.gz → 1.9__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.
Potentially problematic release.
This version of iqm-benchmarks might be problematic. Click here for more details.
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/CHANGELOG.rst +5 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/PKG-INFO +1 -1
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/quantum_volume/clops.py +1 -1
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +20 -18
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm_benchmarks.egg-info/PKG-INFO +1 -1
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/.gitignore +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/LICENSE +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/README.md +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/benchmark_runner.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_qscore.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/examples/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/pyproject.toml +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/setup.cfg +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/benchmark_experiment.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/optimization/qscore.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm_benchmarks.egg-info/requires.txt +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/README.md +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/tests/test_gst.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/tests/test_qscore.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/tests/test_qv.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/tests/test_rb.py +0 -0
- {iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/tox.ini +0 -0
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 1.9
|
|
6
|
+
===========
|
|
7
|
+
* Fixed bug (overwriting observations) in Quantum Volume.
|
|
8
|
+
* Fixed small bug in CLOPS when calling plots in simulator execution.
|
|
9
|
+
|
|
5
10
|
Version 1.8
|
|
6
11
|
===========
|
|
7
12
|
* Changed compressive GST to operate under the new base class and added multiple qubit layouts.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9
|
|
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>, Aniket Rath <aniket.rath@meetiqm.com>, Jami Rönkkö <jami@meetiqm.com>, Pedro Figueroa Romero <pedro.romero@meetiqm.com>, Vicente Pina Canelles <vicente.pina@meetiqm.com>, Raphael Brieger <raphael.brieger@meetiqm.com>, Stefan Seegerer <stefan.seegerer@meetiqm.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
|
|
@@ -306,7 +306,7 @@ def clops_analysis(run: BenchmarkRunResult) -> BenchmarkAnalysisResult:
|
|
|
306
306
|
fig_name, fig = plot_times(dataset, observations)
|
|
307
307
|
plots[fig_name] = fig
|
|
308
308
|
else:
|
|
309
|
-
|
|
309
|
+
qcvv_logger.info("There is no elapsed-time data associated to jobs (e.g., execution on simulator)")
|
|
310
310
|
|
|
311
311
|
# Sort the final dataset
|
|
312
312
|
dataset.attrs = dict(sorted(dataset.attrs.items()))
|
{iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/quantum_volume/quantum_volume.py
RENAMED
|
@@ -339,24 +339,26 @@ def qv_analysis(run: BenchmarkRunResult) -> BenchmarkAnalysisResult:
|
|
|
339
339
|
# Compute the HO probabilities
|
|
340
340
|
qv_result = compute_heavy_output_probabilities(execution_results[str(qubits)], ideal_heavy_outputs[str(qubits)])
|
|
341
341
|
|
|
342
|
-
observations
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
342
|
+
observations.extend(
|
|
343
|
+
[
|
|
344
|
+
BenchmarkObservation(
|
|
345
|
+
name="average_heavy_output_probability",
|
|
346
|
+
value=cumulative_hop(qv_result)[-1],
|
|
347
|
+
uncertainty=cumulative_std(qv_result)[-1],
|
|
348
|
+
identifier=BenchmarkObservationIdentifier(qubits),
|
|
349
|
+
),
|
|
350
|
+
BenchmarkObservation(
|
|
351
|
+
name="is_succesful",
|
|
352
|
+
value=is_successful(qv_result, num_sigmas),
|
|
353
|
+
identifier=BenchmarkObservationIdentifier(qubits),
|
|
354
|
+
),
|
|
355
|
+
BenchmarkObservation(
|
|
356
|
+
name="QV_result",
|
|
357
|
+
value=2 ** len(qubits) if is_successful(qv_result) else 1,
|
|
358
|
+
identifier=BenchmarkObservationIdentifier(qubits),
|
|
359
|
+
),
|
|
360
|
+
]
|
|
361
|
+
)
|
|
360
362
|
|
|
361
363
|
dataset.attrs[qubits_idx].update(
|
|
362
364
|
{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9
|
|
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>, Aniket Rath <aniket.rath@meetiqm.com>, Jami Rönkkö <jami@meetiqm.com>, Pedro Figueroa Romero <pedro.romero@meetiqm.com>, Vicente Pina Canelles <vicente.pina@meetiqm.com>, Raphael Brieger <raphael.brieger@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
|
|
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-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/compressive_gst/compressive_gst.py
RENAMED
|
File without changes
|
{iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/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
|
{iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/__init__.py
RENAMED
|
File without changes
|
{iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl
RENAMED
|
File without changes
|
{iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_benchmarks-1.8 → iqm_benchmarks-1.9}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|