iqm-benchmarks 2.33__tar.gz → 2.34__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.
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/CHANGELOG.rst +4 -0
- {iqm_benchmarks-2.33/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.34}/PKG-INFO +3 -4
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/pyproject.toml +2 -3
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/requirements.txt +3 -6
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34/src/iqm_benchmarks.egg-info}/PKG-INFO +3 -4
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm_benchmarks.egg-info/requires.txt +2 -3
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/.gitignore +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/LICENSE +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/MANIFEST.in +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/README.md +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docbuild +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/API.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/Makefile +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/conf.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/development/development.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/development/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/development/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/devices/devices.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/devices/spark.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/devices/star.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_eplg.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_ghz.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_graphstate.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_gst.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_qscore.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/examples/examples.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/index.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/license.rst +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/docs/readme.md +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/format +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/setup.cfg +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/entanglement/graph_states.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/optimization/qscore.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/direct_rb/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/direct_rb/direct_rb.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/eplg/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/eplg/eplg.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/utils.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/utils_plots.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/utils_shadows.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/algorithm.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/low_level_jit.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/mGST/reporting/reporting.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/test +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/test_ghz.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/test_graph_states.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/test_gst.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/test_qscore.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/unit/test_backend_transpilation.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/tests/unit/test_submit_execute.py +0 -0
- {iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/update-requirements.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.34
|
|
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>, Adrian Auer <adrian.auer@meetiqm.com>, Raphael Brieger <raphael.brieger@meetiqm.com>, Alessio Calzona <alessio.calzona@meetiqm.com>, Pedro Figueroa Romero <pedro.romero@meetiqm.com>, Amin Hosseinkhani <amin.hosseinkhani@meetiqm.com>, Miikka Koistinen <miikka@meetiqm.com>, Nadia Milazzo <nadia.milazzo@meetiqm.com>, Vicente Pina Canelles <vicente.pina@meetiqm.com>, Aniket Rath <aniket.rath@meetiqm.com>, Jami Rönkkö <jami@meetiqm.com>, Stefan Seegerer <stefan.seegerer@meetiqm.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
|
|
@@ -18,9 +18,8 @@ Requires-Dist: mthree<2.7,>=2.6
|
|
|
18
18
|
Requires-Dist: networkx<4.0,>=3.3
|
|
19
19
|
Requires-Dist: rustworkx>=0.16.0
|
|
20
20
|
Requires-Dist: numpy<2.0,>=1.25.2
|
|
21
|
-
Requires-Dist: qiskit<
|
|
22
|
-
Requires-Dist: qiskit
|
|
23
|
-
Requires-Dist: iqm-client>=22.7
|
|
21
|
+
Requires-Dist: qiskit<1.3,>=1.2.4
|
|
22
|
+
Requires-Dist: iqm-client[qiskit]<24.0,>=23.8
|
|
24
23
|
Requires-Dist: requests<3.0,>=2.32.3
|
|
25
24
|
Requires-Dist: scikit-optimize<0.11.0,>=0.10.2
|
|
26
25
|
Requires-Dist: tabulate<1.0.0,>=0.9.0
|
|
@@ -43,9 +43,8 @@ dependencies = [
|
|
|
43
43
|
"networkx>=3.3, < 4.0",
|
|
44
44
|
"rustworkx>=0.16.0",
|
|
45
45
|
"numpy >= 1.25.2, < 2.0",
|
|
46
|
-
"qiskit >= 1.2.4, <
|
|
47
|
-
"qiskit
|
|
48
|
-
"iqm-client >= 22.7",
|
|
46
|
+
"qiskit >= 1.2.4, < 1.3",
|
|
47
|
+
"iqm-client[qiskit] >= 23.8, <24.0",
|
|
49
48
|
"requests>=2.32.3, < 3.0",
|
|
50
49
|
"scikit-optimize >= 0.10.2, < 0.11.0",
|
|
51
50
|
"tabulate >= 0.9.0, <1.0.0",
|
|
@@ -766,9 +766,9 @@ ipykernel==6.29.5 \
|
|
|
766
766
|
ipython==8.31.0 \
|
|
767
767
|
--hash=sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6 \
|
|
768
768
|
--hash=sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b
|
|
769
|
-
iqm-client==
|
|
770
|
-
--hash=sha256:
|
|
771
|
-
--hash=sha256:
|
|
769
|
+
iqm-client==23.8 \
|
|
770
|
+
--hash=sha256:3f98a9cf575ff38ddfc5d3ac2c6977f529c0c7d677983b7ec902812756fc520a \
|
|
771
|
+
--hash=sha256:d92072231dc6a567dd2d26fcc726825f88e476ff4b945f29d39a391f67bcf465
|
|
772
772
|
isoduration==20.11.0 \
|
|
773
773
|
--hash=sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9 \
|
|
774
774
|
--hash=sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042
|
|
@@ -1953,9 +1953,6 @@ qiskit-aer==0.14.2 \
|
|
|
1953
1953
|
qiskit-ibm-runtime==0.34.0 \
|
|
1954
1954
|
--hash=sha256:58905231fa326d8c8e5b72c1eb55d0ca193af8276eeb4b8a55e9b7cddfc98882 \
|
|
1955
1955
|
--hash=sha256:a082c7ae53cf771c28ed2d8748a86990bada1ab4742c171d49918a8948a910bd
|
|
1956
|
-
qiskit-iqm==17.8 \
|
|
1957
|
-
--hash=sha256:3f83be126d7fef289b8966b08abd749a2790a088fb87d33f39cddaa6ab61c101 \
|
|
1958
|
-
--hash=sha256:43406f9d6182e1026db12eaf1d7a9610a4c4af9d65c9cccbc101dd0d43f02efe
|
|
1959
1956
|
referencing==0.35.1 \
|
|
1960
1957
|
--hash=sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c \
|
|
1961
1958
|
--hash=sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.34
|
|
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>, Adrian Auer <adrian.auer@meetiqm.com>, Raphael Brieger <raphael.brieger@meetiqm.com>, Alessio Calzona <alessio.calzona@meetiqm.com>, Pedro Figueroa Romero <pedro.romero@meetiqm.com>, Amin Hosseinkhani <amin.hosseinkhani@meetiqm.com>, Miikka Koistinen <miikka@meetiqm.com>, Nadia Milazzo <nadia.milazzo@meetiqm.com>, Vicente Pina Canelles <vicente.pina@meetiqm.com>, Aniket Rath <aniket.rath@meetiqm.com>, Jami Rönkkö <jami@meetiqm.com>, Stefan Seegerer <stefan.seegerer@meetiqm.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/iqm-finland/iqm-benchmarks
|
|
@@ -18,9 +18,8 @@ Requires-Dist: mthree<2.7,>=2.6
|
|
|
18
18
|
Requires-Dist: networkx<4.0,>=3.3
|
|
19
19
|
Requires-Dist: rustworkx>=0.16.0
|
|
20
20
|
Requires-Dist: numpy<2.0,>=1.25.2
|
|
21
|
-
Requires-Dist: qiskit<
|
|
22
|
-
Requires-Dist: qiskit
|
|
23
|
-
Requires-Dist: iqm-client>=22.7
|
|
21
|
+
Requires-Dist: qiskit<1.3,>=1.2.4
|
|
22
|
+
Requires-Dist: iqm-client[qiskit]<24.0,>=23.8
|
|
24
23
|
Requires-Dist: requests<3.0,>=2.32.3
|
|
25
24
|
Requires-Dist: scikit-optimize<0.11.0,>=0.10.2
|
|
26
25
|
Requires-Dist: tabulate<1.0.0,>=0.9.0
|
|
@@ -5,9 +5,8 @@ mthree<2.7,>=2.6
|
|
|
5
5
|
networkx<4.0,>=3.3
|
|
6
6
|
rustworkx>=0.16.0
|
|
7
7
|
numpy<2.0,>=1.25.2
|
|
8
|
-
qiskit<
|
|
9
|
-
qiskit
|
|
10
|
-
iqm-client>=22.7
|
|
8
|
+
qiskit<1.3,>=1.2.4
|
|
9
|
+
iqm-client[qiskit]<24.0,>=23.8
|
|
11
10
|
requests<3.0,>=2.32.3
|
|
12
11
|
scikit-optimize<0.11.0,>=0.10.2
|
|
13
12
|
tabulate<1.0.0,>=0.9.0
|
|
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.33 → iqm_benchmarks-2.34}/docs/development/generate_2qubit_cliffords.ipynb
RENAMED
|
File without changes
|
{iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/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
|
|
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.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/compressive_gst/compressive_gst.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/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
|
|
File without changes
|
{iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/quantum_volume/quantum_volume.py
RENAMED
|
File without changes
|
{iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/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
|
{iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/src/iqm/benchmarks/randomized_benchmarking/eplg/eplg.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
|
{iqm_benchmarks-2.33 → iqm_benchmarks-2.34}/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
|
|
File without changes
|
|
File without changes
|