iqm-benchmarks 2.9__tar.gz → 2.10__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.9 → iqm_benchmarks-2.10}/.github/workflows/publish.yml +1 -1
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/CHANGELOG.rst +4 -0
- {iqm_benchmarks-2.9/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.10}/PKG-INFO +1 -1
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/requirements.txt +3 -3
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10/src/iqm_benchmarks.egg-info}/PKG-INFO +1 -1
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/.gitignore +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/LICENSE +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/MANIFEST.in +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/README.md +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docbuild +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/API.rst +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/Makefile +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/conf.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/examples.rst +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/index.rst +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/license.rst +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/docs/readme.md +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_qscore.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/examples/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/format +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/pyproject.toml +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/setup.cfg +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/optimization/qscore.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm_benchmarks.egg-info/requires.txt +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/test +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/tests/test_gst.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/tests/test_qscore.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/update-requirements.py +0 -0
|
@@ -59,7 +59,7 @@ jobs:
|
|
|
59
59
|
git checkout $(git describe --tags --abbrev=0)
|
|
60
60
|
- name: Install dependencies
|
|
61
61
|
run: |
|
|
62
|
-
uv pip install --constraint requirements.txt --editable .[
|
|
62
|
+
uv pip install --constraint requirements.txt --editable .[docs,mgst]
|
|
63
63
|
sudo apt-get install graphviz
|
|
64
64
|
- name: Build docs
|
|
65
65
|
run: |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.10
|
|
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>
|
|
6
6
|
Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
|
|
@@ -1047,9 +1047,9 @@ mdurl==0.1.2 \
|
|
|
1047
1047
|
mistune==3.1.0 \
|
|
1048
1048
|
--hash=sha256:b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1 \
|
|
1049
1049
|
--hash=sha256:dbcac2f78292b9dc066cd03b7a3a26b62d85f8159f2ea5fd28e55df79908d667
|
|
1050
|
-
more-itertools==10.
|
|
1051
|
-
--hash=sha256:
|
|
1052
|
-
--hash=sha256:
|
|
1050
|
+
more-itertools==10.6.0 \
|
|
1051
|
+
--hash=sha256:2cd7fad1009c31cc9fb6a035108509e6547547a7a738374f10bd49a09eb3ee3b \
|
|
1052
|
+
--hash=sha256:6eb054cb4b6db1473f6e15fcc676a08e4732548acd47c708f0e179c2c7c01e89
|
|
1053
1053
|
mpmath==1.3.0 \
|
|
1054
1054
|
--hash=sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f \
|
|
1055
1055
|
--hash=sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.10
|
|
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>
|
|
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
|
|
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.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/compressive_gst/compressive_gst.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/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.9 → iqm_benchmarks-2.10}/src/iqm/benchmarks/quantum_volume/quantum_volume.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/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
|
{iqm_benchmarks-2.9 → iqm_benchmarks-2.10}/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
|
|
File without changes
|
|
File without changes
|