iqm-benchmarks 1.10__tar.gz → 1.11__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.

Files changed (84) hide show
  1. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/CHANGELOG.rst +4 -0
  2. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/PKG-INFO +10 -10
  3. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/pyproject.toml +9 -9
  4. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm_benchmarks.egg-info/PKG-INFO +10 -10
  5. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm_benchmarks.egg-info/requires.txt +9 -9
  6. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/.github/workflows/main.yml +0 -0
  7. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/.github/workflows/publish.yml +0 -0
  8. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/.github/workflows/tag_and_release.yml +0 -0
  9. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/.gitignore +0 -0
  10. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/LICENSE +0 -0
  11. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/README.md +0 -0
  12. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/benchmark_runner.py +0 -0
  13. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/API.rst +0 -0
  14. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/Makefile +0 -0
  15. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/_static/images/favicon.ico +0 -0
  16. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/_templates/autosummary-class-template.rst +0 -0
  17. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/_templates/autosummary-module-template.rst +0 -0
  18. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/changelog.rst +0 -0
  19. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/conf.py +0 -0
  20. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/index.rst +0 -0
  21. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/license.rst +0 -0
  22. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/docs/readme.md +0 -0
  23. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_clifford_rb.ipynb +0 -0
  24. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_clops.ipynb +0 -0
  25. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_experiment_all.ipynb +0 -0
  26. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_ghz.ipynb +0 -0
  27. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_gst.ipynb +0 -0
  28. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_interleaved_rb.ipynb +0 -0
  29. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_mirror_rb.ipynb +0 -0
  30. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_qscore.ipynb +0 -0
  31. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/example_quantum_volume.ipynb +0 -0
  32. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/generate_2qubit_cliffords.ipynb +0 -0
  33. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/examples/how_to_make_your_own_benchmark.ipynb +0 -0
  34. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/scheduled_experiments/adonis/__init__.py +0 -0
  35. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/scheduled_experiments/adonis/weekly.py +0 -0
  36. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/setup.cfg +0 -0
  37. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/__init__.py +0 -0
  38. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/benchmark.py +0 -0
  39. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/benchmark_definition.py +0 -0
  40. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/benchmark_experiment.py +0 -0
  41. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/compressive_gst/__init__.py +0 -0
  42. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/compressive_gst/compressive_gst.py +0 -0
  43. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/compressive_gst/gst_analysis.py +0 -0
  44. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/entanglement/__init__.py +0 -0
  45. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/entanglement/ghz.py +0 -0
  46. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/logging_config.py +0 -0
  47. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/optimization/__init__.py +0 -0
  48. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/optimization/qscore.py +0 -0
  49. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/quantum_volume/__init__.py +0 -0
  50. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/quantum_volume/clops.py +0 -0
  51. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/quantum_volume/quantum_volume.py +0 -0
  52. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/__init__.py +0 -0
  53. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/clifford_1q.pkl +0 -0
  54. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/clifford_2q.pkl +0 -0
  55. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/__init__.py +0 -0
  56. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/clifford_rb/clifford_rb.py +0 -0
  57. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/__init__.py +0 -0
  58. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/interleaved_rb/interleaved_rb.py +0 -0
  59. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/__init__.py +0 -0
  60. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/mirror_rb/mirror_rb.py +0 -0
  61. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/multi_lmfit.py +0 -0
  62. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/randomized_benchmarking/randomized_benchmarking_common.py +0 -0
  63. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/readout_mitigation.py +0 -0
  64. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm/benchmarks/utils.py +0 -0
  65. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm_benchmarks.egg-info/SOURCES.txt +0 -0
  66. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm_benchmarks.egg-info/dependency_links.txt +0 -0
  67. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/iqm_benchmarks.egg-info/top_level.txt +0 -0
  68. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/LICENSE +0 -0
  69. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/README.md +0 -0
  70. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/additional_fns.py +0 -0
  71. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/algorithm.py +0 -0
  72. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/compatibility.py +0 -0
  73. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/low_level_jit.py +0 -0
  74. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/optimization.py +0 -0
  75. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/qiskit_interface.py +0 -0
  76. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/reporting/figure_gen.py +0 -0
  77. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/src/mGST/reporting/reporting.py +0 -0
  78. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/tag-from-pipeline.sh +0 -0
  79. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/tests/test_ghz.py +0 -0
  80. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/tests/test_gst.py +0 -0
  81. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/tests/test_qscore.py +0 -0
  82. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/tests/test_qv.py +0 -0
  83. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/tests/test_rb.py +0 -0
  84. {iqm_benchmarks-1.10 → iqm_benchmarks-1.11}/tox.ini +0 -0
@@ -2,6 +2,10 @@
2
2
  Changelog
3
3
  =========
4
4
 
5
+ Version 1.11
6
+ ===========
7
+ * Relaxes dependencies to allow for ranges.
8
+
5
9
  Version 1.10
6
10
  ===========
7
11
  * Added API docs building and publishing.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-benchmarks
3
- Version: 1.10
3
+ Version: 1.11
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
@@ -13,17 +13,17 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: lmfit>=1.2
15
15
  Requires-Dist: matplotlib<4,>=3.6.3
16
- Requires-Dist: more-itertools==10.1.0
16
+ Requires-Dist: more-itertools<11.0.0,>=10.1.0
17
17
  Requires-Dist: mthree<2.7,>=2.6
18
- Requires-Dist: networkx==3.3
18
+ Requires-Dist: networkx<4.0,>=3.3
19
19
  Requires-Dist: numpy<2.0,>=1.25.2
20
- Requires-Dist: qiskit>=1.0
21
- Requires-Dist: qiskit-iqm>=15.1
22
- Requires-Dist: scikit-optimize==0.10.2
23
- Requires-Dist: tabulate==0.9.0
24
- Requires-Dist: uncertainties==3.2.2
25
- Requires-Dist: pycurl==7.45.3
26
- Requires-Dist: xarray==2024.6.0
20
+ Requires-Dist: qiskit<2.0,>=1.0
21
+ Requires-Dist: qiskit-iqm<16.0,>=15.1
22
+ Requires-Dist: scikit-optimize<0.11.0,>=0.10.2
23
+ Requires-Dist: tabulate<1.0.0,>=0.9.0
24
+ Requires-Dist: uncertainties<3.3.0,>=3.2.2
25
+ Requires-Dist: pycurl<8.0,>=7.45.3
26
+ Requires-Dist: xarray<2025.0.0,>=2024.6.0
27
27
  Requires-Dist: types-pycurl
28
28
  Provides-Extra: develop
29
29
  Requires-Dist: tox==4.16.0; extra == "develop"
@@ -29,17 +29,17 @@ requires-python = ">=3.11"
29
29
  dependencies = [
30
30
  "lmfit >= 1.2",
31
31
  "matplotlib >= 3.6.3, < 4",
32
- "more-itertools == 10.1.0",
32
+ "more-itertools >= 10.1.0, < 11.0.0",
33
33
  "mthree >= 2.6, < 2.7",
34
- "networkx==3.3",
34
+ "networkx>=3.3, < 4.0",
35
35
  "numpy >= 1.25.2, < 2.0",
36
- "qiskit >= 1.0",
37
- "qiskit-iqm >= 15.1",
38
- "scikit-optimize == 0.10.2",
39
- "tabulate == 0.9.0",
40
- "uncertainties == 3.2.2",
41
- "pycurl == 7.45.3",
42
- "xarray == 2024.6.0",
36
+ "qiskit >= 1.0, < 2.0",
37
+ "qiskit-iqm >= 15.1, < 16.0",
38
+ "scikit-optimize >= 0.10.2, < 0.11.0",
39
+ "tabulate >= 0.9.0, <1.0.0",
40
+ "uncertainties >= 3.2.2, < 3.3.0",
41
+ "pycurl >= 7.45.3, < 8.0",
42
+ "xarray >= 2024.6.0, < 2025.0.0",
43
43
  "types-pycurl",
44
44
  ]
45
45
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-benchmarks
3
- Version: 1.10
3
+ Version: 1.11
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
@@ -13,17 +13,17 @@ Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
14
  Requires-Dist: lmfit>=1.2
15
15
  Requires-Dist: matplotlib<4,>=3.6.3
16
- Requires-Dist: more-itertools==10.1.0
16
+ Requires-Dist: more-itertools<11.0.0,>=10.1.0
17
17
  Requires-Dist: mthree<2.7,>=2.6
18
- Requires-Dist: networkx==3.3
18
+ Requires-Dist: networkx<4.0,>=3.3
19
19
  Requires-Dist: numpy<2.0,>=1.25.2
20
- Requires-Dist: qiskit>=1.0
21
- Requires-Dist: qiskit-iqm>=15.1
22
- Requires-Dist: scikit-optimize==0.10.2
23
- Requires-Dist: tabulate==0.9.0
24
- Requires-Dist: uncertainties==3.2.2
25
- Requires-Dist: pycurl==7.45.3
26
- Requires-Dist: xarray==2024.6.0
20
+ Requires-Dist: qiskit<2.0,>=1.0
21
+ Requires-Dist: qiskit-iqm<16.0,>=15.1
22
+ Requires-Dist: scikit-optimize<0.11.0,>=0.10.2
23
+ Requires-Dist: tabulate<1.0.0,>=0.9.0
24
+ Requires-Dist: uncertainties<3.3.0,>=3.2.2
25
+ Requires-Dist: pycurl<8.0,>=7.45.3
26
+ Requires-Dist: xarray<2025.0.0,>=2024.6.0
27
27
  Requires-Dist: types-pycurl
28
28
  Provides-Extra: develop
29
29
  Requires-Dist: tox==4.16.0; extra == "develop"
@@ -1,16 +1,16 @@
1
1
  lmfit>=1.2
2
2
  matplotlib<4,>=3.6.3
3
- more-itertools==10.1.0
3
+ more-itertools<11.0.0,>=10.1.0
4
4
  mthree<2.7,>=2.6
5
- networkx==3.3
5
+ networkx<4.0,>=3.3
6
6
  numpy<2.0,>=1.25.2
7
- qiskit>=1.0
8
- qiskit-iqm>=15.1
9
- scikit-optimize==0.10.2
10
- tabulate==0.9.0
11
- uncertainties==3.2.2
12
- pycurl==7.45.3
13
- xarray==2024.6.0
7
+ qiskit<2.0,>=1.0
8
+ qiskit-iqm<16.0,>=15.1
9
+ scikit-optimize<0.11.0,>=0.10.2
10
+ tabulate<1.0.0,>=0.9.0
11
+ uncertainties<3.3.0,>=3.2.2
12
+ pycurl<8.0,>=7.45.3
13
+ xarray<2025.0.0,>=2024.6.0
14
14
  types-pycurl
15
15
 
16
16
  [develop]
File without changes
File without changes
File without changes
File without changes
File without changes