mqt-core 3.2.0__cp313-cp313-win_amd64.whl → 3.2.1__cp313-cp313-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.cp313-win_amd64.pyd +0 -0
- mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp +1 -1
- mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp +1 -1
- mqt/core/include/mqt-core/dd/Package.hpp +1 -1
- mqt/core/ir.cp313-win_amd64.pyd +0 -0
- mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake +3 -3
- mqt_core-3.2.1.dist-info/DELVEWHEEL +2 -0
- {mqt_core-3.2.0.dist-info → mqt_core-3.2.1.dist-info}/METADATA +1 -1
- {mqt_core-3.2.0.dist-info → mqt_core-3.2.1.dist-info}/RECORD +21 -21
- mqt_core-3.2.0.dist-info/DELVEWHEEL +0 -2
- {mqt_core-3.2.0.dist-info → mqt_core-3.2.1.dist-info}/WHEEL +0 -0
- {mqt_core-3.2.0.dist-info → mqt_core-3.2.1.dist-info}/entry_points.txt +0 -0
- {mqt_core-3.2.0.dist-info → mqt_core-3.2.1.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.cp313-win_amd64.pyd
CHANGED
|
Binary file
|
|
@@ -113,7 +113,7 @@ public:
|
|
|
113
113
|
[[nodiscard]] auto getVertices() const -> std::unordered_set<V> {
|
|
114
114
|
return std::accumulate(mapping.cbegin(), mapping.cend(),
|
|
115
115
|
std::unordered_set<V>(),
|
|
116
|
-
[](auto
|
|
116
|
+
[](auto acc, const auto& v) {
|
|
117
117
|
acc.emplace(v.first);
|
|
118
118
|
return acc;
|
|
119
119
|
});
|
|
@@ -176,7 +176,7 @@ public:
|
|
|
176
176
|
[[nodiscard]] auto getVertices() const -> std::unordered_set<V> {
|
|
177
177
|
return std::accumulate(mapping.cbegin(), mapping.cend(),
|
|
178
178
|
std::unordered_set<V>(),
|
|
179
|
-
[](auto
|
|
179
|
+
[](auto acc, const auto& v) {
|
|
180
180
|
acc.emplace(v.first);
|
|
181
181
|
return acc;
|
|
182
182
|
});
|
mqt/core/ir.cp313-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.2.
|
|
13
|
+
set(PACKAGE_VERSION "3.2.1")
|
|
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.2.
|
|
19
|
+
if("3.2.1" 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.2.
|
|
30
|
+
set(CVF_VERSION_MAJOR "3.2.1")
|
|
31
31
|
set(CVF_VERSION_MINOR "")
|
|
32
32
|
endif()
|
|
33
33
|
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Version: 1.11.0
|
|
2
|
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-dfooigpo\\cp313-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-dfooigpo\\cp313-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-dfooigpo\\cp313-win_amd64\\built_wheel\\mqt_core-3.2.1-cp313-cp313-win_amd64.whl', '--namespace-pkg', 'mqt', '--ignore-existing']
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
mqt/core/dd.cp313-win_amd64.pyd,sha256=
|
|
1
|
+
mqt/core/dd.cp313-win_amd64.pyd,sha256=Lk8xkwJbe21h26DBPiq5Qkfl7q0g4KGL_hCU_NFRV5c,321024
|
|
2
2
|
mqt/core/dd.pyi,sha256=LKocJL1n_P7Q5naSG1I-5kRDLURLFLE8DObj7UNj0_A,37807
|
|
3
3
|
mqt/core/dd_evaluation.py,sha256=fCH9ZZdA4Qgpm-CUXJOfntvEntKqgDCjVKhYkb5evgE,13953
|
|
4
|
-
mqt/core/ir.cp313-win_amd64.pyd,sha256=
|
|
4
|
+
mqt/core/ir.cp313-win_amd64.pyd,sha256=YMVuL1TymTL7kS2ngTXtuqlwEo0m7sIMG2UiaR6yNEw,536064
|
|
5
5
|
mqt/core/py.typed,sha256=husfEbE4Pj90ywT42RX6LTRKsGA05aTLQRjjxVotcH4,95
|
|
6
6
|
mqt/core/_commands.py,sha256=6QK6KoYMucIyxwFQE1aDAA2FWPuNWj3gCO76PzaGj0A,1888
|
|
7
|
-
mqt/core/_version.py,sha256=
|
|
7
|
+
mqt/core/_version.py,sha256=TQQ6honw-pG8S22_5DauGGXBpIxYKtjqoYxhrQ-hp8A,532
|
|
8
8
|
mqt/core/_version.pyi,sha256=NRxzqx_-YD6DsAcy2DQ6DmBXMlWGo-9_2sZjXv80-xM,395
|
|
9
9
|
mqt/core/__init__.py,sha256=0fyxnrRjr82zz05gGHLDS9KB92S1dt3gnZj59ar4eNM,3113
|
|
10
10
|
mqt/core/__main__.py,sha256=afcpODVbIMV2W_Q26VhQn-e-xHCl3PyUSHV_aOxTXCQ,1658
|
|
11
|
-
mqt/core/bin/mqt-core-algorithms.dll,sha256=
|
|
12
|
-
mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=
|
|
13
|
-
mqt/core/bin/mqt-core-dd.dll,sha256=
|
|
14
|
-
mqt/core/bin/mqt-core-ds.dll,sha256=
|
|
15
|
-
mqt/core/bin/mqt-core-ir.dll,sha256=
|
|
16
|
-
mqt/core/bin/mqt-core-na.dll,sha256=
|
|
17
|
-
mqt/core/bin/mqt-core-qasm.dll,sha256=
|
|
18
|
-
mqt/core/bin/mqt-core-zx.dll,sha256=
|
|
11
|
+
mqt/core/bin/mqt-core-algorithms.dll,sha256=w8ADr52mLW6Nl-wsbRovWKGYqnkc_iiRHccJboT-zjU,116736
|
|
12
|
+
mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=skPVilOdmynyEx8siIi5KA1vNYP5ccNV1nSdXQcFgco,173568
|
|
13
|
+
mqt/core/bin/mqt-core-dd.dll,sha256=we4S6JtpbnrzESYUMPnpgPReVQihLtVN5FXigi8HeKk,545280
|
|
14
|
+
mqt/core/bin/mqt-core-ds.dll,sha256=zc2HbIQQtTDVZcEzFaaTkF0I4AMkg-7AOpo_qc1KcP0,75264
|
|
15
|
+
mqt/core/bin/mqt-core-ir.dll,sha256=u7kyJ3MqEzcQ5qPeSjwDopMEmP1MwYQD2T9r0v6guXc,452608
|
|
16
|
+
mqt/core/bin/mqt-core-na.dll,sha256=bxJvMkEr_78PNurYNGbGa3Y9GLWAFoEFAV6QVaC8kS8,60416
|
|
17
|
+
mqt/core/bin/mqt-core-qasm.dll,sha256=TZvmDihuZJ2nepp80rxHhohl9brQr3UEr_-ShnwpBxs,609792
|
|
18
|
+
mqt/core/bin/mqt-core-zx.dll,sha256=zTg-QluP-NxjkS2ymAzFOq2_okeLyTRFaZQ3QDAW_3o,230912
|
|
19
19
|
mqt/core/include/mqt-core/algorithms/BernsteinVazirani.hpp,sha256=XyXVCqRdheDdBKDC5fM4QRn7LkjDX8XHf5uCQ9k1Gxk,1213
|
|
20
20
|
mqt/core/include/mqt-core/algorithms/GHZState.hpp,sha256=AAFJmGyI7Q8fYI34ZWsAwlZmJV_OwYRHdTUs-jtVufk,425
|
|
21
21
|
mqt/core/include/mqt-core/algorithms/Grover.hpp,sha256=3doZWNpMcmGuybkV6BtkOF5l3FN3IMH_kphxz_Yb4qc,965
|
|
@@ -210,12 +210,12 @@ mqt/core/include/mqt-core/boost/multiprecision/traits/transcendental_reduction_t
|
|
|
210
210
|
mqt/core/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp,sha256=-tsSd86O-_zj9DyoX_3yPiiLCP6FebYu8sz3Ex2nghc,3888
|
|
211
211
|
mqt/core/include/mqt-core/circuit_optimizer/mqt_core_circuit_optimizer_export.h,sha256=ImtFedS9gjLSs7OPTNNDE00XO16vCoDR433d2cl7A3k,1519
|
|
212
212
|
mqt/core/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp,sha256=9QioHjX5zcDJf4caousJTGewgRUpWASg3IA-QlQaIyQ,3677
|
|
213
|
-
mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp,sha256=
|
|
213
|
+
mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp,sha256=uQqpkzHw3wf_GIwPdskgNVEd8tVGLukvAofbMy4Y2J4,5233
|
|
214
214
|
mqt/core/include/mqt-core/datastructures/DisjointSet.hpp,sha256=iNxYd782_uUemz_H7vFVe6BPaTi0SnyKtf_8LGccal0,1150
|
|
215
215
|
mqt/core/include/mqt-core/datastructures/Layer.hpp,sha256=fsn3W7HhI7DsROFVjbCeeQbrIY1RSKB5QMIK1j0ecjo,5902
|
|
216
216
|
mqt/core/include/mqt-core/datastructures/mqt_core_ds_export.h,sha256=wEJFgO0uDp5IpBJaqX2fh7c_dd3ASmAV48RWrf6sMjA,1159
|
|
217
217
|
mqt/core/include/mqt-core/datastructures/SymmetricMatrix.hpp,sha256=SnXxOzIFwnGylYxDRfXXQu2lf8Bho4Cqu1HmHjTsa4A,1368
|
|
218
|
-
mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp,sha256
|
|
218
|
+
mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp,sha256=1eLdon-dAvsZllRMcszz0MyZiADkdQ2msF2EKwlghww,7939
|
|
219
219
|
mqt/core/include/mqt-core/dd/Approximation.hpp,sha256=O3HoT6WQfWJmOxhkBrkb7B6UrQDJqyFk6R-TefgWpCk,1388
|
|
220
220
|
mqt/core/include/mqt-core/dd/CachedEdge.hpp,sha256=fA2pQt8skI_I8paEnNXq4Qh7mSBfyPs9DBrKl8WHgUQ,5694
|
|
221
221
|
mqt/core/include/mqt-core/dd/Complex.hpp,sha256=Bu6JT8A7SKBEhVZFJA99OOs5xEUfGzjHIslE0Xt7gRg,5487
|
|
@@ -235,7 +235,7 @@ mqt/core/include/mqt-core/dd/mqt_core_dd_export.h,sha256=mWZABiNpVg1zXtu0Qk9HPQK
|
|
|
235
235
|
mqt/core/include/mqt-core/dd/Node.hpp,sha256=o2Osql_1IIwj-Cx9joEDEKVc4YIpbXOpN8_CDsYIPM4,7581
|
|
236
236
|
mqt/core/include/mqt-core/dd/NoiseFunctionality.hpp,sha256=ySDc69kW-rEJwGWms4wHUJUcX8CC-WPVb4utHit6pqo,4865
|
|
237
237
|
mqt/core/include/mqt-core/dd/Operations.hpp,sha256=_LwTBONmqiFEKkCPFnaa9XVW8uyShoUFD2-jJqHIRw8,11255
|
|
238
|
-
mqt/core/include/mqt-core/dd/Package.hpp,sha256=
|
|
238
|
+
mqt/core/include/mqt-core/dd/Package.hpp,sha256=uAvz69vqowDQnkDDSwUoW_5s6KvaPeKexJJVOs1ayng,74151
|
|
239
239
|
mqt/core/include/mqt-core/dd/Package_fwd.hpp,sha256=tZXPFjsIsIxzEV7s9kwip97Q54IlC6ffGkNMR1b3CGE,454
|
|
240
240
|
mqt/core/include/mqt-core/dd/RealNumber.hpp,sha256=k4vUoPyWn2js2VtED4gU8Y6NNSHnPMJuuwfs4ktYPHc,9468
|
|
241
241
|
mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp,sha256=cglroBz9IXE13HWWHVAzNBQQDQvcL3pr97aybg_65zQ,8462
|
|
@@ -325,7 +325,7 @@ mqt/core/plugins/qiskit/__init__.py,sha256=dO9JctQj6loeWPO1cfgjUxKHgunA4JMKZDAHT
|
|
|
325
325
|
mqt/core/share/cmake/mqt-core/AddMQTPythonBinding.cmake,sha256=jRsHD2FM9sNw1ZPysBy3rbFshJbXWWNlvB-9Jz4iXpA,1716
|
|
326
326
|
mqt/core/share/cmake/mqt-core/Cache.cmake,sha256=PQ6waFO-oWqD062wrJueZNMlCdjtCZn-kABRmjFIYDU,1084
|
|
327
327
|
mqt/core/share/cmake/mqt-core/FindGMP.cmake,sha256=GvBOMi1qei3a46g0EaGpprzGp9ps378qAPrxbCnzsco,3158
|
|
328
|
-
mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=
|
|
328
|
+
mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=5uWTkYAgTTYRQmjDfH4LAlLV0Twe1IHiMEI1mYfvrMY,3760
|
|
329
329
|
mqt/core/share/cmake/mqt-core/mqt-core-config.cmake,sha256=InZRhVzU2des2J4GMZt1rl6ZNm575B1_sBJg0TF2JcE,1720
|
|
330
330
|
mqt/core/share/cmake/mqt-core/mqt-core-targets-release.cmake,sha256=W3DRpQq-vQSXGat_qGpMKdJi0xbNzTVcATYhEiPK1bc,4872
|
|
331
331
|
mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake,sha256=l5gjZRpcItft5IQ1OadS9qrJAu_8UArQI0RhmAxh4Pc,30835
|
|
@@ -334,10 +334,10 @@ mqt/core/share/cmake/mqt-core/PreventInSourceBuilds.cmake,sha256=a_bKW96S3wbdb4F
|
|
|
334
334
|
mqt/core/share/cmake/mqt-core/StandardProjectSettings.cmake,sha256=qrsK6mTrfOx5-ZWbKq6i60zIdu5p1APUVWcxXmEDq8w,3110
|
|
335
335
|
mqt/core/_compat/typing.py,sha256=Ug5WlI-rVB95uG27tD9tI9ZJ1FrXXlOj8uVLkwEHR-A,664
|
|
336
336
|
mqt/core/_compat/__init__.py,sha256=AMtqqQ2XqcETMLOQzFsEKB5999ktwEjt66FVwq4zhDU,282
|
|
337
|
-
mqt_core-3.2.
|
|
338
|
-
mqt_core-3.2.
|
|
339
|
-
mqt_core-3.2.
|
|
340
|
-
mqt_core-3.2.
|
|
341
|
-
mqt_core-3.2.
|
|
342
|
-
mqt_core-3.2.
|
|
337
|
+
mqt_core-3.2.1.dist-info/DELVEWHEEL,sha256=ah07aRcPdcfgz-gwU37P7Mdg5wOyyCMy0f7JaXy6eo4,448
|
|
338
|
+
mqt_core-3.2.1.dist-info/entry_points.txt,sha256=mCvuLe8oe3Frh1UMVdRkE1ITs1tHq1K_GyK8GbgAthg,107
|
|
339
|
+
mqt_core-3.2.1.dist-info/METADATA,sha256=Kq49kjGStR4HWhUq0j3OQVoCp-S7vtKjFY2l6gzIcpg,9170
|
|
340
|
+
mqt_core-3.2.1.dist-info/RECORD,,
|
|
341
|
+
mqt_core-3.2.1.dist-info/WHEEL,sha256=_PdgJ-W7uMAsWwnGnEdiicDU_PKcobRdffEM23gmN6g,106
|
|
342
|
+
mqt_core-3.2.1.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
|
|
343
343
|
mqt_core.libs/msvcp140.dll,sha256=pMIim9wqKmMKzcCVtNhgCOXD47x3cxdDVPPaT1vrnN4,575056
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
Version: 1.11.0
|
|
2
|
-
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-9nqpxncg\\cp313-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-9nqpxncg\\cp313-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-9nqpxncg\\cp313-win_amd64\\built_wheel\\mqt_core-3.2.0-cp313-cp313-win_amd64.whl', '--namespace-pkg', 'mqt', '--ignore-existing']
|
|
File without changes
|
|
File without changes
|
|
File without changes
|