iqm-benchmarks 2.16__tar.gz → 2.17__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.16 → iqm_benchmarks-2.17}/CHANGELOG.rst +4 -0
- {iqm_benchmarks-2.16/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.17}/PKG-INFO +2 -2
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/README.md +1 -1
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17/src/iqm_benchmarks.egg-info}/PKG-INFO +2 -2
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/.gitignore +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/LICENSE +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/MANIFEST.in +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docbuild +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/API.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/Makefile +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/conf.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/development/development.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/development/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/development/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/devices/devices.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/devices/spark.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_ghz_deneb.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_qscore.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_quantum_volume_deneb.ipynb +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/examples.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/index.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/license.rst +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/readme.md +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/format +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/pyproject.toml +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/requirements.txt +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/setup.cfg +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/optimization/qscore.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm_benchmarks.egg-info/requires.txt +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/test +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/tests/test_gst.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/tests/test_qscore.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/update-requirements.py +0 -0
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 2.17
|
|
6
|
+
============
|
|
7
|
+
* Update installation command for development mode. `#41 <https://github.com/iqm-finland/iqm-benchmarks/pull/41>`_
|
|
8
|
+
|
|
5
9
|
Version 2.16
|
|
6
10
|
============
|
|
7
11
|
* Added readout error mitigation for Qscore benchmark.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.17
|
|
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>, Miikka Koistinen <miikka@meetiqm.com>, Adrian Auer <adrian.auer@meetiqm.com>, Nadia Milazzo <nadia.milazzo@meetiqm.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
|
|
@@ -117,7 +117,7 @@ To install in development mode with all required dependencies, you can instead c
|
|
|
117
117
|
[repository](https://www.github.com/iqm-finland/iqm-benchmarks) and from the project directory run
|
|
118
118
|
|
|
119
119
|
```sh
|
|
120
|
-
uv pip install --constraint requirements.txt iqm-benchmarks
|
|
120
|
+
uv pip install --constraint requirements.txt iqm-benchmarks --editable ."[test, docs, mgst]"
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
To run the tests, you can use the following command:
|
|
@@ -65,7 +65,7 @@ To install in development mode with all required dependencies, you can instead c
|
|
|
65
65
|
[repository](https://www.github.com/iqm-finland/iqm-benchmarks) and from the project directory run
|
|
66
66
|
|
|
67
67
|
```sh
|
|
68
|
-
uv pip install --constraint requirements.txt iqm-benchmarks
|
|
68
|
+
uv pip install --constraint requirements.txt iqm-benchmarks --editable ."[test, docs, mgst]"
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
To run the tests, you can use the following command:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.17
|
|
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>, Miikka Koistinen <miikka@meetiqm.com>, Adrian Auer <adrian.auer@meetiqm.com>, Nadia Milazzo <nadia.milazzo@meetiqm.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
|
|
@@ -117,7 +117,7 @@ To install in development mode with all required dependencies, you can instead c
|
|
|
117
117
|
[repository](https://www.github.com/iqm-finland/iqm-benchmarks) and from the project directory run
|
|
118
118
|
|
|
119
119
|
```sh
|
|
120
|
-
uv pip install --constraint requirements.txt iqm-benchmarks
|
|
120
|
+
uv pip install --constraint requirements.txt iqm-benchmarks --editable ."[test, docs, mgst]"
|
|
121
121
|
```
|
|
122
122
|
|
|
123
123
|
To run the tests, you can use the following command:
|
|
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.16 → iqm_benchmarks-2.17}/docs/development/generate_2qubit_cliffords.ipynb
RENAMED
|
File without changes
|
{iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/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
|
{iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/docs/examples/example_quantum_volume_deneb.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
|
{iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/compressive_gst/compressive_gst.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/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
|
{iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/src/iqm/benchmarks/quantum_volume/quantum_volume.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/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
|
{iqm_benchmarks-2.16 → iqm_benchmarks-2.17}/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
|