iqm-benchmarks 2.0__tar.gz → 2.2__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-2.0 → iqm_benchmarks-2.2}/.gitignore +4 -1
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/CHANGELOG.rst +8 -0
- {iqm_benchmarks-2.0/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.2}/PKG-INFO +2 -1
- iqm_benchmarks-2.2/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/conf.py +4 -1
- iqm_benchmarks-2.2/docs/example_clifford_rb.ipynb +472 -0
- iqm_benchmarks-2.2/docs/examples.rst +7 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/index.rst +1 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/pyproject.toml +1 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +43 -24
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2/src/iqm_benchmarks.egg-info}/PKG-INFO +2 -1
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm_benchmarks.egg-info/SOURCES.txt +3 -1
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm_benchmarks.egg-info/requires.txt +1 -0
- iqm_benchmarks-2.0/examples/example_clifford_rb.ipynb +0 -203
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/LICENSE +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/README.md +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/API.rst +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/Makefile +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/license.rst +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/docs/readme.md +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_qscore.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/examples/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/setup.cfg +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/benchmark_experiment.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/optimization/qscore.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tests/test_gst.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tests/test_qscore.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.0 → iqm_benchmarks-2.2}/tox.ini +0 -0
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 2.2
|
|
6
|
+
===========
|
|
7
|
+
* Added Clifford RB example notebook to docs. `#20 <https://github.com/iqm-finland/iqm-benchmarks/pull/20>`_
|
|
8
|
+
|
|
9
|
+
Version 2.1
|
|
10
|
+
===========
|
|
11
|
+
* Fixed bug in RB plots for individual decays.
|
|
12
|
+
|
|
5
13
|
Version 2.0
|
|
6
14
|
===========
|
|
7
15
|
* Adds `Circuits`, `BenchmarkCircuit` and `CircuitGroup` as a way to easily store and interact with multiple quantum circuits.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.2
|
|
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
|
|
@@ -25,6 +25,7 @@ Requires-Dist: uncertainties<3.3.0,>=3.2.2
|
|
|
25
25
|
Requires-Dist: pycurl<8.0,>=7.45.3
|
|
26
26
|
Requires-Dist: xarray<2025.0.0,>=2024.6.0
|
|
27
27
|
Requires-Dist: types-pycurl
|
|
28
|
+
Requires-Dist: myst-nb==1.1.0
|
|
28
29
|
Provides-Extra: develop
|
|
29
30
|
Requires-Dist: tox==4.16.0; extra == "develop"
|
|
30
31
|
Provides-Extra: examples
|
|
Binary file
|
|
@@ -49,7 +49,7 @@ extensions = [
|
|
|
49
49
|
'sphinx.ext.todo',
|
|
50
50
|
'sphinx.ext.extlinks',
|
|
51
51
|
'sphinx.ext.intersphinx',
|
|
52
|
-
|
|
52
|
+
"myst_nb",
|
|
53
53
|
]
|
|
54
54
|
|
|
55
55
|
# Add any paths that contain templates here, relative to this directory.
|
|
@@ -162,6 +162,9 @@ extlinks = {
|
|
|
162
162
|
'mr': ('https://github.com/iqm-finland/iqm-benchmarks/pull/%s', 'MR '),
|
|
163
163
|
}
|
|
164
164
|
|
|
165
|
+
# -- Options for MyST-NB ---------------------------------------------------------
|
|
166
|
+
nb_execution_mode = 'off'
|
|
167
|
+
|
|
165
168
|
|
|
166
169
|
# -- Options for sphinxcontrib.bibtex -------------------------------------------------
|
|
167
170
|
|