mqt-core 3.0.1__cp312-cp312-win_amd64.whl → 3.0.2__cp312-cp312-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 +2 -2
- mqt/core/bin/mqt-core-algorithms.dll +0 -0
- mqt/core/bin/mqt-core-circuit-optimizer.dll +0 -0
- mqt/core/bin/mqt-core-dd.dll +0 -0
- mqt/core/bin/mqt-core-ds.dll +0 -0
- mqt/core/bin/mqt-core-ir.dll +0 -0
- mqt/core/bin/mqt-core-na.dll +0 -0
- mqt/core/bin/mqt-core-qasm.dll +0 -0
- mqt/core/bin/mqt-core-zx.dll +0 -0
- mqt/core/dd.cp312-win_amd64.pyd +0 -0
- mqt/core/ir.cp312-win_amd64.pyd +0 -0
- mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake +3 -3
- mqt/core/share/pkgconfig/nlohmann_json.pc +1 -1
- mqt_core-3.0.2.dist-info/DELVEWHEEL +2 -0
- {mqt_core-3.0.1.dist-info → mqt_core-3.0.2.dist-info}/METADATA +24 -4
- {mqt_core-3.0.1.dist-info → mqt_core-3.0.2.dist-info}/RECORD +19 -19
- mqt_core-3.0.1.dist-info/DELVEWHEEL +0 -2
- {mqt_core-3.0.1.dist-info → mqt_core-3.0.2.dist-info}/WHEEL +0 -0
- {mqt_core-3.0.1.dist-info → mqt_core-3.0.2.dist-info}/entry_points.txt +0 -0
- {mqt_core-3.0.1.dist-info → mqt_core-3.0.2.dist-info}/licenses/LICENSE.md +0 -0
mqt/core/_version.py
CHANGED
|
Binary file
|
|
Binary file
|
mqt/core/bin/mqt-core-dd.dll
CHANGED
|
Binary file
|
mqt/core/bin/mqt-core-ds.dll
CHANGED
|
Binary file
|
mqt/core/bin/mqt-core-ir.dll
CHANGED
|
Binary file
|
mqt/core/bin/mqt-core-na.dll
CHANGED
|
Binary file
|
mqt/core/bin/mqt-core-qasm.dll
CHANGED
|
Binary file
|
mqt/core/bin/mqt-core-zx.dll
CHANGED
|
Binary file
|
mqt/core/dd.cp312-win_amd64.pyd
CHANGED
|
Binary file
|
mqt/core/ir.cp312-win_amd64.pyd
CHANGED
|
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.
|
|
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.
|
|
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.
|
|
30
|
+
set(CVF_VERSION_MAJOR "3.0.2")
|
|
31
31
|
set(CVF_VERSION_MINOR "")
|
|
32
32
|
endif()
|
|
33
33
|
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Version: 1.10.0
|
|
2
|
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp312-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp312-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-m_oupr_0\\cp312-win_amd64\\built_wheel\\mqt_core-3.0.2-cp312-cp312-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.
|
|
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/
|
|
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/
|
|
28
|
-
Project-URL: Discussions, https://github.com/
|
|
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
|
[](https://pypi.org/project/mqt.core/)
|
|
37
39
|

|
|
38
40
|
[](https://opensource.org/licenses/MIT)
|
|
41
|
+
[](https://doi.org/10.21105/joss.07478)
|
|
39
42
|
[](https://github.com/munich-quantum-toolkit/core/actions/workflows/ci.yml)
|
|
40
43
|
[](https://github.com/munich-quantum-toolkit/core/actions/workflows/cd.yml)
|
|
41
44
|
[](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.cp312-win_amd64.pyd,sha256=
|
|
1
|
+
mqt/core/dd.cp312-win_amd64.pyd,sha256=PlltyXb3jI8xJdj13ZKxH3NL06VMpUXOzsT8JL0dKOE,311808
|
|
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.cp312-win_amd64.pyd,sha256=
|
|
4
|
+
mqt/core/ir.cp312-win_amd64.pyd,sha256=QpC_ah4b0RG6eiZTbLyC5znihoxebPRy8HJVDcSEIn4,520192
|
|
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=
|
|
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=
|
|
13
|
-
mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=
|
|
14
|
-
mqt/core/bin/mqt-core-dd.dll,sha256=
|
|
15
|
-
mqt/core/bin/mqt-core-ds.dll,sha256=
|
|
16
|
-
mqt/core/bin/mqt-core-ir.dll,sha256=
|
|
17
|
-
mqt/core/bin/mqt-core-na.dll,sha256
|
|
18
|
-
mqt/core/bin/mqt-core-qasm.dll,sha256=
|
|
19
|
-
mqt/core/bin/mqt-core-zx.dll,sha256=
|
|
12
|
+
mqt/core/bin/mqt-core-algorithms.dll,sha256=Vx64HzthFm6B0tkh95di46-AqhUEsLqIUWwRAtnRagE,374272
|
|
13
|
+
mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=eBG3VaE8AVyWx1xvKBfHRO5HbL8bRHq0j0nYcbVIzYA,675840
|
|
14
|
+
mqt/core/bin/mqt-core-dd.dll,sha256=ZJcwSA3pJhqD8tEKrjROFkcFifSR6PqD_F7C8lFntoU,1672704
|
|
15
|
+
mqt/core/bin/mqt-core-ds.dll,sha256=g-x_WBOpjMyqXQc9AMh-2KbqFAenEUfAfeU9pDjcGIk,296960
|
|
16
|
+
mqt/core/bin/mqt-core-ir.dll,sha256=FZ7NUKuu19t8TuCPKQmzKfqEaMq0iwpSPSs-4MPtmyI,1496576
|
|
17
|
+
mqt/core/bin/mqt-core-na.dll,sha256=hyFXwh5DWu_cr23LCMs7CCogURYhXvQxdlZZKY_0Drk,168960
|
|
18
|
+
mqt/core/bin/mqt-core-qasm.dll,sha256=b1qU7iQvsuSjFEblTrD3ghBSnbNw2-JorgCfz3e54ko,1832448
|
|
19
|
+
mqt/core/bin/mqt-core-zx.dll,sha256=TC7mBzoKMnNOq_hJW7aW6J7yXXam9F3DFE5FDH_9opU,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=
|
|
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=
|
|
381
|
+
mqt/core/share/pkgconfig/nlohmann_json.pc,sha256=5B4iUbHozLnsoz-JcSH_KgPfcd06TEKEDC_FSot4660,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.
|
|
385
|
-
mqt_core-3.0.
|
|
386
|
-
mqt_core-3.0.
|
|
387
|
-
mqt_core-3.0.
|
|
388
|
-
mqt_core-3.0.
|
|
389
|
-
mqt_core-3.0.
|
|
384
|
+
mqt_core-3.0.2.dist-info/DELVEWHEEL,sha256=AypvEz7L2KAw1iXLVlss0NyotH7p1DGSVzJCJi_qnhU,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=NwgjyrmVpVzZ-osOl_ZcT-QXHLFroWlAkN7IC9J-0Pg,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\\cp312-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-kzg3wpro\\cp312-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-kzg3wpro\\cp312-win_amd64\\built_wheel\\mqt_core-3.0.1-cp312-cp312-win_amd64.whl', '--namespace-pkg', 'mqt', '--ignore-existing']
|
|
File without changes
|
|
File without changes
|
|
File without changes
|