iqm-benchmarks 2.2__tar.gz → 2.4__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.2 → iqm_benchmarks-2.4}/CHANGELOG.rst +8 -0
- {iqm_benchmarks-2.2/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.4}/PKG-INFO +1 -1
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/example_experiment_all.ipynb +34 -28
- iqm_benchmarks-2.4/examples/example_qscore.ipynb +246 -0
- iqm_benchmarks-2.4/examples/example_quantum_volume.ipynb +996 -0
- iqm_benchmarks-2.4/src/iqm/benchmarks/optimization/qscore.py +898 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +10 -11
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/readout_mitigation.py +5 -7
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4/src/iqm_benchmarks.egg-info}/PKG-INFO +1 -1
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -1
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tests/test_qscore.py +6 -12
- iqm_benchmarks-2.2/examples/example_qscore.ipynb +0 -188
- iqm_benchmarks-2.2/examples/example_quantum_volume.ipynb +0 -300
- iqm_benchmarks-2.2/src/iqm/benchmarks/benchmark_experiment.py +0 -163
- iqm_benchmarks-2.2/src/iqm/benchmarks/optimization/qscore.py +0 -722
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/.gitignore +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/LICENSE +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/README.md +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/API.rst +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/Makefile +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/conf.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/examples.rst +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/index.rst +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/license.rst +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/docs/readme.md +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/examples/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/pyproject.toml +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/setup.cfg +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm_benchmarks.egg-info/requires.txt +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tests/test_gst.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.2 → iqm_benchmarks-2.4}/tox.ini +0 -0
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 2.4
|
|
6
|
+
===========
|
|
7
|
+
* Changed Qscore to operate under the new base class.
|
|
8
|
+
|
|
9
|
+
Version 2.3
|
|
10
|
+
===========
|
|
11
|
+
* Reverted QV simulation circuits to untranspiled ones (fixes bug giving all HOPs equal to zero).
|
|
12
|
+
|
|
5
13
|
Version 2.2
|
|
6
14
|
===========
|
|
7
15
|
* Added Clifford RB example notebook to docs. `#20 <https://github.com/iqm-finland/iqm-benchmarks/pull/20>`_
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.4
|
|
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
|
|
@@ -691,30 +691,21 @@
|
|
|
691
691
|
]
|
|
692
692
|
},
|
|
693
693
|
{
|
|
694
|
-
"cell_type": "markdown",
|
|
695
|
-
"id": "650798c9-db56-4599-8115-f3917da2be2f",
|
|
696
694
|
"metadata": {},
|
|
697
|
-
"source": [
|
|
698
|
-
"*QScore currently works in a slightly different way to the other benchmarks, e.g., it uses* `run_experiment` *method instead of* `run`*; this will be changed in future releases.*"
|
|
699
|
-
]
|
|
700
|
-
},
|
|
701
|
-
{
|
|
702
695
|
"cell_type": "code",
|
|
703
|
-
"execution_count": null,
|
|
704
|
-
"id": "9f8ad91c-1a42-4fd5-bf24-dd6f5820e560",
|
|
705
|
-
"metadata": {},
|
|
706
696
|
"outputs": [],
|
|
697
|
+
"execution_count": null,
|
|
707
698
|
"source": [
|
|
708
|
-
"from iqm.benchmarks.optimization.qscore import
|
|
709
|
-
"
|
|
710
|
-
]
|
|
699
|
+
"from iqm.benchmarks.optimization.qscore import *\n",
|
|
700
|
+
"import random"
|
|
701
|
+
],
|
|
702
|
+
"id": "6a25a3a17ea36399"
|
|
711
703
|
},
|
|
712
704
|
{
|
|
713
|
-
"cell_type": "code",
|
|
714
|
-
"execution_count": null,
|
|
715
|
-
"id": "ceb9c2a3-c197-4f13-8877-6b56e356f00a",
|
|
716
705
|
"metadata": {},
|
|
706
|
+
"cell_type": "code",
|
|
717
707
|
"outputs": [],
|
|
708
|
+
"execution_count": null,
|
|
718
709
|
"source": [
|
|
719
710
|
"EXAMPLE_QSCORE = QScoreConfiguration(\n",
|
|
720
711
|
" num_instances = 100,\n",
|
|
@@ -726,35 +717,50 @@
|
|
|
726
717
|
" use_virtual_node = True,\n",
|
|
727
718
|
" use_classically_optimized_angles = True,\n",
|
|
728
719
|
" choose_qubits_routine = \"custom\",\n",
|
|
729
|
-
" custom_qubits_array=[
|
|
720
|
+
" custom_qubits_array=[\n",
|
|
730
721
|
" [2, 0],\n",
|
|
731
722
|
" [2, 0, 1],\n",
|
|
732
723
|
" [2, 0, 1, 3],\n",
|
|
733
724
|
" [2, 0, 1, 3, 4]],\n",
|
|
734
|
-
" seed = 1
|
|
725
|
+
" seed = random.randint(1, 999999),\n",
|
|
735
726
|
" )"
|
|
736
|
-
]
|
|
727
|
+
],
|
|
728
|
+
"id": "2eb11c92d788a27f"
|
|
737
729
|
},
|
|
738
730
|
{
|
|
731
|
+
"metadata": {},
|
|
739
732
|
"cell_type": "code",
|
|
733
|
+
"outputs": [],
|
|
740
734
|
"execution_count": null,
|
|
741
|
-
"
|
|
735
|
+
"source": [
|
|
736
|
+
"benchmark_qscore = QScoreBenchmark(backend, EXAMPLE_QSCORE)\n",
|
|
737
|
+
"run_qscore = benchmark_qscore.run()"
|
|
738
|
+
],
|
|
739
|
+
"id": "f285a2f7165f436b"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
742
|
"metadata": {},
|
|
743
|
+
"cell_type": "code",
|
|
743
744
|
"outputs": [],
|
|
744
|
-
"
|
|
745
|
-
|
|
746
|
-
|
|
745
|
+
"execution_count": null,
|
|
746
|
+
"source": "result_qscore = benchmark_qscore.analyze()",
|
|
747
|
+
"id": "89069aaa0d78c00a"
|
|
747
748
|
},
|
|
748
749
|
{
|
|
750
|
+
"metadata": {},
|
|
749
751
|
"cell_type": "code",
|
|
752
|
+
"outputs": [],
|
|
750
753
|
"execution_count": null,
|
|
751
|
-
"
|
|
754
|
+
"source": "result_qscore.observations",
|
|
755
|
+
"id": "35fe3971071c6d36"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
752
758
|
"metadata": {},
|
|
759
|
+
"cell_type": "code",
|
|
753
760
|
"outputs": [],
|
|
754
|
-
"
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
]
|
|
761
|
+
"execution_count": null,
|
|
762
|
+
"source": "result_qscore.plot_all()",
|
|
763
|
+
"id": "8601f4807d1499d9"
|
|
758
764
|
}
|
|
759
765
|
],
|
|
760
766
|
"metadata": {
|