mqt-core 3.0.1__cp311-cp311-win_amd64.whl → 3.0.2__cp311-cp311-win_amd64.whl

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 mqt-core might be problematic. Click here for more details.

mqt/core/_version.py CHANGED
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '3.0.1'
21
- __version_tuple__ = version_tuple = (3, 0, 1)
20
+ __version__ = version = '3.0.2'
21
+ __version_tuple__ = version_tuple = (3, 0, 2)
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -10,13 +10,13 @@
10
10
  # The variable CVF_VERSION must be set before calling configure_file().
11
11
 
12
12
 
13
- set(PACKAGE_VERSION "3.0.1")
13
+ set(PACKAGE_VERSION "3.0.2")
14
14
 
15
15
  if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
16
16
  set(PACKAGE_VERSION_COMPATIBLE FALSE)
17
17
  else()
18
18
 
19
- if("3.0.1" MATCHES "^([0-9]+)\\.([0-9]+)")
19
+ if("3.0.2" MATCHES "^([0-9]+)\\.([0-9]+)")
20
20
  set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
21
21
  set(CVF_VERSION_MINOR "${CMAKE_MATCH_2}")
22
22
 
@@ -27,7 +27,7 @@ else()
27
27
  string(REGEX REPLACE "^0+" "" CVF_VERSION_MINOR "${CVF_VERSION_MINOR}")
28
28
  endif()
29
29
  else()
30
- set(CVF_VERSION_MAJOR "3.0.1")
30
+ set(CVF_VERSION_MAJOR "3.0.2")
31
31
  set(CVF_VERSION_MINOR "")
32
32
  endif()
33
33
 
@@ -1,4 +1,4 @@
1
1
  Name: nlohmann_json
2
2
  Description: JSON for Modern C++
3
3
  Version: 3.11.3
4
- Cflags: -IC:/Users/runneradmin/AppData/Local/Temp/tmp2c3vgmvv/wheel/platlib/mqt/core/include
4
+ Cflags: -IC:/Users/runneradmin/AppData/Local/Temp/tmpfrl7a_jc/wheel/platlib/mqt/core/include
@@ -0,0 +1,2 @@
1
+ Version: 1.10.0
2
+ Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp311-win_amd64\\built_wheel\\mqt_core-3.0.2-cp311-cp311-win_amd64.whl', '--namespace-pkg', 'mqt', '--ignore-existing']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mqt-core
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
  Summary: The Backbone of the Munich Quantum Toolkit
5
5
  Keywords: MQT,quantum-computing,design-automation,decision-diagrams,zx-calculus
6
6
  Author-Email: Lukas Burgholzer <burgholzer@me.com>
@@ -22,10 +22,12 @@ Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
23
  Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
24
24
  Classifier: Typing :: Typed
25
- Project-URL: Homepage, https://github.com/cda-tum/mqt-core
25
+ Project-URL: Homepage, https://github.com/munich-quantum-toolkit/core
26
+ Project-URL: Changelog, https://github.com/munich-quantum-toolkit/core/blob/main/CHANGELOG.md
26
27
  Project-URL: Documentation, https://mqt.readthedocs.io/projects/core
27
- Project-URL: Issues, https://github.com/cda-tum/mqt-core/issues
28
- Project-URL: Discussions, https://github.com/cda-tum/mqt-core/discussions
28
+ Project-URL: Issues, https://github.com/munich-quantum-toolkit/core/issues
29
+ Project-URL: Discussions, https://github.com/munich-quantum-toolkit/core/discussions
30
+ Project-URL: PyPI, https://pypi.org/project/mqt-core/
29
31
  Requires-Python: >=3.9
30
32
  Provides-Extra: evaluation
31
33
  Requires-Dist: pandas[output-formatting]>=2.1.2; extra == "evaluation"
@@ -36,6 +38,7 @@ Description-Content-Type: text/markdown
36
38
  [![PyPI](https://img.shields.io/pypi/v/mqt.core?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.core/)
37
39
  ![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)
38
40
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
41
+ [![DOI](https://img.shields.io/badge/JOSS-10.21105/joss.07478-blue.svg?style=flat-square)](https://doi.org/10.21105/joss.07478)
39
42
  [![CI](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/core/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/munich-quantum-toolkit/core/actions/workflows/ci.yml)
40
43
  [![CD](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/core/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/munich-quantum-toolkit/core/actions/workflows/cd.yml)
41
44
  [![Documentation](https://img.shields.io/readthedocs/mqt-core?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/core)
@@ -61,6 +64,23 @@ To this end, it consists of multiple components that are used throughout the MQT
61
64
  </a>
62
65
  </p>
63
66
 
67
+ If you want to cite MQT Core, please use the following BibTeX entry:
68
+
69
+ ```bibtex
70
+ @article{burgholzer2025MQTCore,
71
+ title = {{{MQT Core}}: {{The}} Backbone of the {{Munich Quantum Toolkit (MQT)}}},
72
+ author = {Lukas Burgholzer and Yannick Stade and Tom Peham and Robert Wille},
73
+ year = {2025},
74
+ journal = {Journal of Open Source Software},
75
+ publisher = {The Open Journal},
76
+ volume = {10},
77
+ number = {108},
78
+ pages = {7478},
79
+ doi = {10.21105/joss.07478},
80
+ url = {https://doi.org/10.21105/joss.07478},
81
+ }
82
+ ```
83
+
64
84
  If you have any questions, feel free to create a [discussion](https://github.com/munich-quantum-toolkit/core/discussions) or an [issue](https://github.com/munich-quantum-toolkit/core/issues) on [GitHub](https://github.com/munich-quantum-toolkit/core).
65
85
 
66
86
  ## Getting Started
@@ -1,22 +1,22 @@
1
- mqt/core/dd.cp311-win_amd64.pyd,sha256=AuHDk1eK9rlDUxPPGiD8Pi9kWIkfUlfHLowiuU0jtp0,307712
1
+ mqt/core/dd.cp311-win_amd64.pyd,sha256=RunM3rJbVUSi7jfat6nMwRW86YrhRBu7ULWKYbizRXw,307712
2
2
  mqt/core/dd.pyi,sha256=9_IoalzBpMP9M92uQhl0HF-IskmhzCmnSIQqIAb3uFk,38388
3
3
  mqt/core/dd_evaluation.py,sha256=fCH9ZZdA4Qgpm-CUXJOfntvEntKqgDCjVKhYkb5evgE,13953
4
- mqt/core/ir.cp311-win_amd64.pyd,sha256=ev7hgkbEp3JHcUBkeeSM6CAYh6xvksZ-zbld6jEyHfw,508416
4
+ mqt/core/ir.cp311-win_amd64.pyd,sha256=GoEiThz94sxiX5hSV_Z4VyAJ55TJkAH6dQ_iCpEaaP0,508416
5
5
  mqt/core/nlohmann_json.natvis,sha256=FiZm56tNclpuliHw0xCXgCtYuDjpB65URcfJOP0CV7E,19578
6
6
  mqt/core/py.typed,sha256=husfEbE4Pj90ywT42RX6LTRKsGA05aTLQRjjxVotcH4,95
7
7
  mqt/core/_commands.py,sha256=6QK6KoYMucIyxwFQE1aDAA2FWPuNWj3gCO76PzaGj0A,1888
8
- mqt/core/_version.py,sha256=K5hyZsXVEiOV67CEzRZoWNceYQTZqxDvt7nR-Kv7mbM,532
8
+ mqt/core/_version.py,sha256=UxZscCCEUq6VBGBljEq9-wnp6xRLd-efFVxd1kgsYxs,532
9
9
  mqt/core/_version.pyi,sha256=NRxzqx_-YD6DsAcy2DQ6DmBXMlWGo-9_2sZjXv80-xM,395
10
10
  mqt/core/__init__.py,sha256=zNARWpkItzusqH4cX15qfMHnYJEDlQbZSZa0wbg8ZUE,3113
11
11
  mqt/core/__main__.py,sha256=afcpODVbIMV2W_Q26VhQn-e-xHCl3PyUSHV_aOxTXCQ,1658
12
- mqt/core/bin/mqt-core-algorithms.dll,sha256=xvqofUDWXDOyBOhz7A1Tupc9EfHTORJTwZ_okqTKPkc,374272
13
- mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=rmSSsoCEnGGhdf0IKw5tFQjBnAe5AnSHwVHOtZEbWYY,675840
14
- mqt/core/bin/mqt-core-dd.dll,sha256=DVYZJS7NDLXlv6ygscHa7o-ZW-zuDw9J6x3rgRKQwaQ,1672704
15
- mqt/core/bin/mqt-core-ds.dll,sha256=Zd_zKZmh9c5iDq9lvYcPklQ_UzH5RwutDwozAT-e6r0,296960
16
- mqt/core/bin/mqt-core-ir.dll,sha256=Vud10vbo8U9xtDHbQMOUr12pajTiZT2XxfckcR-kchQ,1496576
17
- mqt/core/bin/mqt-core-na.dll,sha256=n24dUivyr9RNjG07SU8GZKTUM-FI0VB6B8-g6tpyl58,168960
18
- mqt/core/bin/mqt-core-qasm.dll,sha256=-ytRuNp_Pm6_iSN90JZoEdnYLVN0tXtEHKWgfa90bWc,1832448
19
- mqt/core/bin/mqt-core-zx.dll,sha256=khHmpvpFai-R5wQlM2iiUuvrqW6F4r279WjNtZdKsEM,565248
12
+ mqt/core/bin/mqt-core-algorithms.dll,sha256=mN6vARjRI1Ztjey52GTZg4lGo1bzh-tnRUtqoJQZ-iE,374272
13
+ mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=cQZcLzzdM_ti6vaI8ywxBt4QafoS9PYFWBC4H4YkdD0,675840
14
+ mqt/core/bin/mqt-core-dd.dll,sha256=y10twfM0V9IR1T82P7d4Jnh_CIoCGAqMGP4FxCz7wqs,1672704
15
+ mqt/core/bin/mqt-core-ds.dll,sha256=MmsbSk6YYGmGuIUWrzGhFyDvRCkof01O7u4ahyNdVR4,296960
16
+ mqt/core/bin/mqt-core-ir.dll,sha256=AxlfS-8CQj5TJ5nVIapQ49XSTXBFb6YRr1h5dlCmc50,1496576
17
+ mqt/core/bin/mqt-core-na.dll,sha256=ZxtbJZaPKZZnG_N3sejsWB2ifMu6AvrotOCS0XQIzDo,168960
18
+ mqt/core/bin/mqt-core-qasm.dll,sha256=gjx3FUjHZnw4hL2hMpmt7KPch2WR-j2oXzESLnHU_Uw,1832448
19
+ mqt/core/bin/mqt-core-zx.dll,sha256=KcyOAQB62DulJHObzpMlgtxiLXnT5gQYao-cn3OfVYY,565248
20
20
  mqt/core/include/mqt-core/algorithms/BernsteinVazirani.hpp,sha256=XyXVCqRdheDdBKDC5fM4QRn7LkjDX8XHf5uCQ9k1Gxk,1213
21
21
  mqt/core/include/mqt-core/algorithms/GHZState.hpp,sha256=AAFJmGyI7Q8fYI34ZWsAwlZmJV_OwYRHdTUs-jtVufk,425
22
22
  mqt/core/include/mqt-core/algorithms/Grover.hpp,sha256=3doZWNpMcmGuybkV6BtkOF5l3FN3IMH_kphxz_Yb4qc,965
@@ -368,7 +368,7 @@ mqt/core/plugins/qiskit/qiskit_to_mqt.py,sha256=vFh-zZWBNGJEu4jMYrkzlmWbJzGyJMSb
368
368
  mqt/core/plugins/qiskit/__init__.py,sha256=dO9JctQj6loeWPO1cfgjUxKHgunA4JMKZDAHTe6cjXc,431
369
369
  mqt/core/share/cmake/mqt-core/Cache.cmake,sha256=PQ6waFO-oWqD062wrJueZNMlCdjtCZn-kABRmjFIYDU,1084
370
370
  mqt/core/share/cmake/mqt-core/FindGMP.cmake,sha256=GvBOMi1qei3a46g0EaGpprzGp9ps378qAPrxbCnzsco,3158
371
- mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=Sb2TTsW5ByDWHb1Ud90VntrPCuUpH8puglGlfhEf3Ck,3760
371
+ mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=s8ZRtQm7mJ3Wtc96xiOUdcz0voQIOsnwikrY9a59xm0,3760
372
372
  mqt/core/share/cmake/mqt-core/mqt-core-config.cmake,sha256=CP220BGay6aYK04jlVDTaJUSisMd1sAD0jJtr45sizs,1656
373
373
  mqt/core/share/cmake/mqt-core/mqt-core-targets-release.cmake,sha256=W3DRpQq-vQSXGat_qGpMKdJi0xbNzTVcATYhEiPK1bc,4872
374
374
  mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake,sha256=qUMg52ke541LqYfnK4KHe7Cx7MyFN8l-LuahSsDcHYY,30717
@@ -378,13 +378,13 @@ mqt/core/share/cmake/mqt-core/StandardProjectSettings.cmake,sha256=qrsK6mTrfOx5-
378
378
  mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake,sha256=qHncK2SOF6wyg275ATtabPEjSnS5pglizAgcN3bJ8T8,635
379
379
  mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake,sha256=ttczN9FtPetLGSBW0ayefpYpKeyZP3-WUqlJ3j04zo8,696
380
380
  mqt/core/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake,sha256=IbxnladS8nQsTfbkwV_X9QXQeGJl1EFOf_BBEeiIfkU,4756
381
- mqt/core/share/pkgconfig/nlohmann_json.pc,sha256=0VZZ-9zKTqip53yhAR79gmuwzClK85moE1meBoGjKLA,166
381
+ mqt/core/share/pkgconfig/nlohmann_json.pc,sha256=i1pELT8zMWo6p6wXFEqYHYMVNc6d7D97a9b8hYyy3RI,166
382
382
  mqt/core/_compat/typing.py,sha256=Ug5WlI-rVB95uG27tD9tI9ZJ1FrXXlOj8uVLkwEHR-A,664
383
383
  mqt/core/_compat/__init__.py,sha256=AMtqqQ2XqcETMLOQzFsEKB5999ktwEjt66FVwq4zhDU,282
384
- mqt_core-3.0.1.dist-info/DELVEWHEEL,sha256=BdyOgdurIZdIkHJ5iJTdROvh1DF911hVgS3Z6oxDsJo,448
385
- mqt_core-3.0.1.dist-info/entry_points.txt,sha256=mCvuLe8oe3Frh1UMVdRkE1ITs1tHq1K_GyK8GbgAthg,107
386
- mqt_core-3.0.1.dist-info/METADATA,sha256=bhW3zE5KP8XgP1XuSP3greSqbOCDuG4KCLWIXohFenc,7663
387
- mqt_core-3.0.1.dist-info/RECORD,,
388
- mqt_core-3.0.1.dist-info/WHEEL,sha256=xGZmaOXqwLlhmjR8ikRHIC1Wm-k3ULVrL-oi9GC-Mmc,106
389
- mqt_core-3.0.1.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
384
+ mqt_core-3.0.2.dist-info/DELVEWHEEL,sha256=BKTOJG3VJ2z_-K8hnv-g4e4HPy_JkWSF8A5JA-XvL2Y,448
385
+ mqt_core-3.0.2.dist-info/entry_points.txt,sha256=mCvuLe8oe3Frh1UMVdRkE1ITs1tHq1K_GyK8GbgAthg,107
386
+ mqt_core-3.0.2.dist-info/METADATA,sha256=LT2QxpU4O13Ii-icaApcRtcOR1SOMDWmoqlcYZkku1Q,8540
387
+ mqt_core-3.0.2.dist-info/RECORD,,
388
+ mqt_core-3.0.2.dist-info/WHEEL,sha256=xGZmaOXqwLlhmjR8ikRHIC1Wm-k3ULVrL-oi9GC-Mmc,106
389
+ mqt_core-3.0.2.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
390
390
  mqt_core.libs/msvcp140.dll,sha256=cDrXxV8uCWYH7Gp3qLX1LVNdvnH93wIel8vLvCP3SSo,576128
@@ -1,2 +0,0 @@
1
- Version: 1.10.0
2
- Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-kzg3wpro\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-kzg3wpro\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-kzg3wpro\\cp311-win_amd64\\built_wheel\\mqt_core-3.0.1-cp311-cp311-win_amd64.whl', '--namespace-pkg', 'mqt', '--ignore-existing']