iqm-benchmarks 2.5__tar.gz → 2.7__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.5 → iqm_benchmarks-2.7}/CHANGELOG.rst +10 -0
- {iqm_benchmarks-2.5/src/iqm_benchmarks.egg-info → iqm_benchmarks-2.7}/PKG-INFO +15 -2
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/README.md +13 -0
- iqm_benchmarks-2.7/examples/example_ghz.ipynb +234 -0
- iqm_benchmarks-2.7/examples/example_gst.ipynb +608 -0
- iqm_benchmarks-2.7/examples/example_qscore.ipynb +267 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/__init__.py +1 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/compressive_gst/__init__.py +1 -1
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +45 -32
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +26 -22
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/entanglement/ghz.py +32 -9
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/optimization/qscore.py +156 -124
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/utils.py +6 -1
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7/src/iqm_benchmarks.egg-info}/PKG-INFO +15 -2
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/algorithm.py +27 -23
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/low_level_jit.py +15 -25
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/reporting/reporting.py +9 -6
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tests/test_ghz.py +1 -1
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tests/test_gst.py +1 -2
- iqm_benchmarks-2.5/examples/example_ghz.ipynb +0 -324
- iqm_benchmarks-2.5/examples/example_gst.ipynb +0 -613
- iqm_benchmarks-2.5/examples/example_qscore.ipynb +0 -246
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/.github/workflows/main.yml +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/.github/workflows/publish.yml +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/.github/workflows/tag_and_release.yml +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/.gitignore +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/LICENSE +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/benchmark_runner.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/API.rst +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/Makefile +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/_static/images/favicon.ico +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/_static/images/logo.png +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/changelog.rst +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/conf.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/example_clifford_rb.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/examples.rst +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/index.rst +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/license.rst +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/docs/readme.md +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/examples/example_clops.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/examples/example_experiment_all.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/examples/example_interleaved_rb.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/examples/example_mirror_rb.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/examples/example_quantum_volume.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/examples/generate_2qubit_cliffords.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/examples/how_to_make_your_own_benchmark.ipynb +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/pyproject.toml +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/scheduled_experiments/adonis/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/scheduled_experiments/adonis/weekly.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/setup.cfg +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/benchmark.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/benchmark_definition.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/circuit_containers.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/logging_config.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/optimization/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm/benchmarks/readout_mitigation.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm_benchmarks.egg-info/requires.txt +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/LICENSE +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/README.md +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/additional_fns.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/compatibility.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/optimization.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/qiskit_interface.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/src/mGST/reporting/figure_gen.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tag-from-pipeline.sh +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tests/test_qscore.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tests/test_qv.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tests/test_rb.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tests/unit/test_benchmark_circuit.py +0 -0
- {iqm_benchmarks-2.5 → iqm_benchmarks-2.7}/tox.ini +0 -0
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 2.7
|
|
6
|
+
===========
|
|
7
|
+
* Fixed bugs in Qscore and enabled benchmark execution for pyrite.
|
|
8
|
+
|
|
9
|
+
Version 2.6
|
|
10
|
+
===========
|
|
11
|
+
* Fixed bugs including wrong GHZ plot x-Axis labels and incorrect transpiled and untranspiled circuit storage for mGST.
|
|
12
|
+
* Added note about optional dependency "mgst".
|
|
13
|
+
* Improved display and calculation method for Hamiltonian parameter output of rank 1 compressive GST.
|
|
14
|
+
|
|
5
15
|
Version 2.5
|
|
6
16
|
===========
|
|
7
17
|
* Changed simulation method for MRB to 'stabilizer' and simulation circuits are compiled in circuit generation stage.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: iqm-benchmarks
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.7
|
|
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
|
|
@@ -95,6 +95,19 @@ If you have already installed `iqm-benchmarks` and want to get the latest releas
|
|
|
95
95
|
pip install iqm-benchmarks --upgrade
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
+
## Optional dependencies
|
|
99
|
+
|
|
100
|
+
Optional dependencies like compressive gate set tomography and jupyter notebooks can be installed as follows:
|
|
101
|
+
```bash
|
|
102
|
+
pip install "iqm-benchmarks[mgst, examples]"
|
|
103
|
+
```
|
|
104
|
+
Current optional dependencies are:
|
|
105
|
+
* `examples`: Jupyter notebooks
|
|
106
|
+
* `mgst`: Compressive gate set tomography
|
|
107
|
+
* `develop`: Development tools
|
|
108
|
+
* `test`: Code testing and Linting
|
|
109
|
+
* `docs`: Documentation building
|
|
110
|
+
|
|
98
111
|
## Development mode _(latest changes: recommended)_
|
|
99
112
|
|
|
100
113
|
To install in development mode with all required dependencies, you can instead clone the [repository](https://www.github.com/iqm-finland/iqm-benchmarks) and from the project directory run
|
|
@@ -42,6 +42,19 @@ If you have already installed `iqm-benchmarks` and want to get the latest releas
|
|
|
42
42
|
pip install iqm-benchmarks --upgrade
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
+
## Optional dependencies
|
|
46
|
+
|
|
47
|
+
Optional dependencies like compressive gate set tomography and jupyter notebooks can be installed as follows:
|
|
48
|
+
```bash
|
|
49
|
+
pip install "iqm-benchmarks[mgst, examples]"
|
|
50
|
+
```
|
|
51
|
+
Current optional dependencies are:
|
|
52
|
+
* `examples`: Jupyter notebooks
|
|
53
|
+
* `mgst`: Compressive gate set tomography
|
|
54
|
+
* `develop`: Development tools
|
|
55
|
+
* `test`: Code testing and Linting
|
|
56
|
+
* `docs`: Documentation building
|
|
57
|
+
|
|
45
58
|
## Development mode _(latest changes: recommended)_
|
|
46
59
|
|
|
47
60
|
To install in development mode with all required dependencies, you can instead clone the [repository](https://www.github.com/iqm-finland/iqm-benchmarks) and from the project directory run
|