mqt-core 3.0.2__cp313-cp313-win_amd64.whl → 3.2.0__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.

Files changed (111) hide show
  1. mqt/core/__init__.py +3 -3
  2. mqt/core/_version.py +2 -2
  3. mqt/core/bin/mqt-core-algorithms.dll +0 -0
  4. mqt/core/bin/mqt-core-circuit-optimizer.dll +0 -0
  5. mqt/core/bin/mqt-core-dd.dll +0 -0
  6. mqt/core/bin/mqt-core-ds.dll +0 -0
  7. mqt/core/bin/mqt-core-ir.dll +0 -0
  8. mqt/core/bin/mqt-core-na.dll +0 -0
  9. mqt/core/bin/mqt-core-qasm.dll +0 -0
  10. mqt/core/bin/mqt-core-zx.dll +0 -0
  11. mqt/core/dd.cp313-win_amd64.pyd +0 -0
  12. mqt/core/dd.pyi +9 -22
  13. mqt/core/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +4 -4
  14. mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp +7 -7
  15. mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp +8 -8
  16. mqt/core/include/mqt-core/dd/Approximation.hpp +45 -0
  17. mqt/core/include/mqt-core/dd/Complex.hpp +6 -0
  18. mqt/core/include/mqt-core/dd/ComplexNumbers.hpp +0 -18
  19. mqt/core/include/mqt-core/dd/ComputeTable.hpp +4 -1
  20. mqt/core/include/mqt-core/dd/DDDefinitions.hpp +0 -7
  21. mqt/core/include/mqt-core/dd/Edge.hpp +16 -0
  22. mqt/core/include/mqt-core/dd/Export.hpp +1 -2
  23. mqt/core/include/mqt-core/dd/Node.hpp +26 -49
  24. mqt/core/include/mqt-core/dd/Operations.hpp +27 -0
  25. mqt/core/include/mqt-core/dd/Package.hpp +141 -123
  26. mqt/core/include/mqt-core/dd/RealNumber.hpp +49 -66
  27. mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp +14 -25
  28. mqt/core/include/mqt-core/dd/StateGeneration.hpp +143 -0
  29. mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp +6 -4
  30. mqt/core/include/mqt-core/dd/UniqueTable.hpp +13 -39
  31. mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp +8 -7
  32. mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -10
  33. mqt/core/include/mqt-core/ir/QuantumComputation.hpp +3 -0
  34. mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp +2 -0
  35. mqt/core/include/mqt-core/ir/operations/Expression.hpp +1 -1
  36. mqt/core/include/mqt-core/ir/operations/Operation.hpp +2 -2
  37. mqt/core/ir/operations.pyi +58 -86
  38. mqt/core/ir.cp313-win_amd64.pyd +0 -0
  39. mqt/core/lib/mqt-core-algorithms.lib +0 -0
  40. mqt/core/lib/mqt-core-circuit-optimizer.lib +0 -0
  41. mqt/core/lib/mqt-core-dd.lib +0 -0
  42. mqt/core/lib/mqt-core-ds.lib +0 -0
  43. mqt/core/lib/mqt-core-ir.lib +0 -0
  44. mqt/core/lib/mqt-core-na.lib +0 -0
  45. mqt/core/lib/mqt-core-qasm.lib +0 -0
  46. mqt/core/lib/mqt-core-zx.lib +0 -0
  47. mqt/core/plugins/__init__.py +0 -8
  48. mqt/core/plugins/qiskit/qiskit_to_mqt.py +6 -0
  49. mqt/core/share/cmake/mqt-core/AddMQTPythonBinding.cmake +52 -0
  50. mqt/core/share/cmake/mqt-core/PackageAddTest.cmake +4 -4
  51. mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake +3 -3
  52. mqt/core/share/cmake/mqt-core/mqt-core-config.cmake +1 -0
  53. mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake +2 -2
  54. mqt_core-3.2.0.dist-info/DELVEWHEEL +2 -0
  55. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/METADATA +49 -23
  56. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/RECORD +60 -107
  57. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/WHEEL +1 -1
  58. mqt_core.libs/msvcp140.dll +0 -0
  59. mqt/core/include/nlohmann/adl_serializer.hpp +0 -55
  60. mqt/core/include/nlohmann/byte_container_with_subtype.hpp +0 -103
  61. mqt/core/include/nlohmann/detail/abi_macros.hpp +0 -100
  62. mqt/core/include/nlohmann/detail/conversions/from_json.hpp +0 -497
  63. mqt/core/include/nlohmann/detail/conversions/to_chars.hpp +0 -1118
  64. mqt/core/include/nlohmann/detail/conversions/to_json.hpp +0 -446
  65. mqt/core/include/nlohmann/detail/exceptions.hpp +0 -257
  66. mqt/core/include/nlohmann/detail/hash.hpp +0 -129
  67. mqt/core/include/nlohmann/detail/input/binary_reader.hpp +0 -3009
  68. mqt/core/include/nlohmann/detail/input/input_adapters.hpp +0 -492
  69. mqt/core/include/nlohmann/detail/input/json_sax.hpp +0 -727
  70. mqt/core/include/nlohmann/detail/input/lexer.hpp +0 -1633
  71. mqt/core/include/nlohmann/detail/input/parser.hpp +0 -519
  72. mqt/core/include/nlohmann/detail/input/position_t.hpp +0 -37
  73. mqt/core/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -35
  74. mqt/core/include/nlohmann/detail/iterators/iter_impl.hpp +0 -751
  75. mqt/core/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -242
  76. mqt/core/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -61
  77. mqt/core/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -130
  78. mqt/core/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -132
  79. mqt/core/include/nlohmann/detail/json_custom_base_class.hpp +0 -39
  80. mqt/core/include/nlohmann/detail/json_pointer.hpp +0 -988
  81. mqt/core/include/nlohmann/detail/json_ref.hpp +0 -78
  82. mqt/core/include/nlohmann/detail/macro_scope.hpp +0 -482
  83. mqt/core/include/nlohmann/detail/macro_unscope.hpp +0 -45
  84. mqt/core/include/nlohmann/detail/meta/call_std/begin.hpp +0 -17
  85. mqt/core/include/nlohmann/detail/meta/call_std/end.hpp +0 -17
  86. mqt/core/include/nlohmann/detail/meta/cpp_future.hpp +0 -171
  87. mqt/core/include/nlohmann/detail/meta/detected.hpp +0 -70
  88. mqt/core/include/nlohmann/detail/meta/identity_tag.hpp +0 -21
  89. mqt/core/include/nlohmann/detail/meta/is_sax.hpp +0 -159
  90. mqt/core/include/nlohmann/detail/meta/std_fs.hpp +0 -29
  91. mqt/core/include/nlohmann/detail/meta/type_traits.hpp +0 -795
  92. mqt/core/include/nlohmann/detail/meta/void_t.hpp +0 -24
  93. mqt/core/include/nlohmann/detail/output/binary_writer.hpp +0 -1838
  94. mqt/core/include/nlohmann/detail/output/output_adapters.hpp +0 -147
  95. mqt/core/include/nlohmann/detail/output/serializer.hpp +0 -988
  96. mqt/core/include/nlohmann/detail/string_concat.hpp +0 -146
  97. mqt/core/include/nlohmann/detail/string_escape.hpp +0 -72
  98. mqt/core/include/nlohmann/detail/value_t.hpp +0 -118
  99. mqt/core/include/nlohmann/json.hpp +0 -5258
  100. mqt/core/include/nlohmann/json_fwd.hpp +0 -75
  101. mqt/core/include/nlohmann/ordered_map.hpp +0 -359
  102. mqt/core/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -2045
  103. mqt/core/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -158
  104. mqt/core/nlohmann_json.natvis +0 -278
  105. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake +0 -15
  106. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake +0 -20
  107. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake +0 -110
  108. mqt/core/share/pkgconfig/nlohmann_json.pc +0 -4
  109. mqt_core-3.0.2.dist-info/DELVEWHEEL +0 -2
  110. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/entry_points.txt +0 -0
  111. {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/licenses/LICENSE.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mqt-core
3
- Version: 3.0.2
3
+ Version: 3.2.0
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>
@@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
23
24
  Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
24
25
  Classifier: Typing :: Typed
25
26
  Project-URL: Homepage, https://github.com/munich-quantum-toolkit/core
@@ -47,16 +48,15 @@ Description-Content-Type: text/markdown
47
48
  <p align="center">
48
49
  <a href="https://mqt.readthedocs.io">
49
50
  <picture>
50
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/mqt-banner-dark.svg" width="90%">
51
- <img src="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/mqt-banner-light.svg" width="90%" alt="MQT Banner">
51
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/logo-mqt-dark.svg" width="60%">
52
+ <img src="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/logo-mqt-light.svg" width="60%" alt="MQT Logo">
52
53
  </picture>
53
54
  </a>
54
55
  </p>
55
56
 
56
57
  # MQT Core - The Backbone of the Munich Quantum Toolkit (MQT)
57
58
 
58
- MQT Core is an open-source C++17 and Python library for quantum computing that forms the backbone of the quantum software tools developed as part of the [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io) [^1].
59
- To this end, it consists of multiple components that are used throughout the MQT, including a fully fledged intermediate representation (IR) for quantum computations, a state-of-the-art decision diagram (DD) package for quantum computing, and a dedicated ZX-diagram package for working with the ZX-calculus.
59
+ MQT Core is an open-source C++20 and Python library for quantum computing that forms the backbone of the quantum software tools developed as part of the [_Munich Quantum Toolkit (MQT)_](https://mqt.readthedocs.io).
60
60
 
61
61
  <p align="center">
62
62
  <a href="https://mqt.readthedocs.io/projects/core">
@@ -64,28 +64,37 @@ To this end, it consists of multiple components that are used throughout the MQT
64
64
  </a>
65
65
  </p>
66
66
 
67
- If you want to cite MQT Core, please use the following BibTeX entry:
67
+ ## Key Features
68
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
- ```
69
+ - Fully fledged intermediate representation (IR) for quantum computations.
70
+ - A state-of-the-art decision diagram (DD) package for quantum computing.
71
+ - A dedicated ZX-diagram package for working with the ZX-calculus.
83
72
 
84
73
  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).
85
74
 
75
+ ## Contributors and Supporters
76
+
77
+ The _[Munich Quantum Toolkit (MQT)](https://mqt.readthedocs.io)_ is developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/) and supported by the [Munich Quantum Software Company (MQSC)](https://munichquantum.software).
78
+ Among others, it is part of the [Munich Quantum Software Stack (MQSS)](https://www.munich-quantum-valley.de/research/research-areas/mqss) ecosystem, which is being developed as part of the [Munich Quantum Valley (MQV)](https://www.munich-quantum-valley.de) initiative.
79
+
80
+ <p align="center">
81
+ <picture>
82
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/mqt-logo-banner-dark.svg" width="90%">
83
+ <img src="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/mqt-logo-banner-light.svg" width="90%" alt="MQT Partner Logos">
84
+ </picture>
85
+ </p>
86
+
87
+ Thank you to all the contributors who have helped make MQT Core a reality!
88
+
89
+ <p align="center">
90
+ <a href="https://github.com/munich-quantum-toolkit/core/graphs/contributors">
91
+ <img src="https://contrib.rocks/image?repo=munich-quantum-toolkit/core" />
92
+ </a>
93
+ </p>
94
+
86
95
  ## Getting Started
87
96
 
88
- `mqt.core` is available via [PyPI](https://pypi.org/project/mqt.core/) for all major operating systems and supports Python 3.9 to 3.13.
97
+ `mqt.core` is available via [PyPI](https://pypi.org/project/mqt.core/) for all major operating systems and supports Python 3.9 to 3.14.
89
98
 
90
99
  ```console
91
100
  (.venv) $ pip install mqt.core
@@ -109,7 +118,7 @@ print(qc)
109
118
  ## System Requirements
110
119
 
111
120
  Building (and running) is continuously tested under Linux, MacOS, and Windows using the [latest available system versions for GitHub Actions](https://github.com/actions/runner-images).
112
- However, the implementation should be compatible with any current C++ compiler supporting C++17 and a minimum CMake version of 3.24.
121
+ However, the implementation should be compatible with any current C++ compiler supporting C++20 and a minimum CMake version of 3.24.
113
122
 
114
123
  MQT Core relies on some external dependencies:
115
124
 
@@ -124,7 +133,24 @@ It is recommended (although not required) to have [GraphViz](https://www.graphvi
124
133
 
125
134
  If you want to use the ZX library, it is recommended (although not strictly necessary) to have [GMP](https://gmplib.org/) installed in your system.
126
135
 
127
- [^1]: The _[Munich Quantum Toolkit (MQT)](https://mqt.readthedocs.io)_ is a collection of software tools for quantum computing developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/) as well as the [Munich Quantum Software Company (MQSC)](https://munichquantum.software). Among others, it is part of the [Munich Quantum Software Stack (MQSS)](https://www.munich-quantum-valley.de/research/research-areas/mqss) ecosystem, which is being developed as part of the [Munich Quantum Valley (MQV)](https://www.munich-quantum-valley.de) initiative.
136
+ ## Cite This
137
+
138
+ If you want to cite MQT Core, please use the following BibTeX entry:
139
+
140
+ ```bibtex
141
+ @article{burgholzer2025MQTCore,
142
+ title = {{{MQT Core}}: {{The}} Backbone of the {{Munich Quantum Toolkit (MQT)}}},
143
+ author = {Lukas Burgholzer and Yannick Stade and Tom Peham and Robert Wille},
144
+ year = {2025},
145
+ journal = {Journal of Open Source Software},
146
+ publisher = {The Open Journal},
147
+ volume = {10},
148
+ number = {108},
149
+ pages = {7478},
150
+ doi = {10.21105/joss.07478},
151
+ url = {https://doi.org/10.21105/joss.07478},
152
+ }
153
+ ```
128
154
 
129
155
  ---
130
156
 
@@ -1,22 +1,21 @@
1
- mqt/core/dd.cp313-win_amd64.pyd,sha256=3QMOyk3x_ncJznouug_OLphGDrecvs2ye4Nzm-Py6EU,311808
2
- mqt/core/dd.pyi,sha256=9_IoalzBpMP9M92uQhl0HF-IskmhzCmnSIQqIAb3uFk,38388
1
+ mqt/core/dd.cp313-win_amd64.pyd,sha256=bnlMxT1ZtuoYiw94QKV-MvdwRLHv0rf03GVXn_ql6Ys,321024
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=SqCkggGHw5udFGWqxLHfbnI0zlM_kAQErImP_YpiZfE,520192
5
- mqt/core/nlohmann_json.natvis,sha256=FiZm56tNclpuliHw0xCXgCtYuDjpB65URcfJOP0CV7E,19578
4
+ mqt/core/ir.cp313-win_amd64.pyd,sha256=gvbfUrgWBRBGXsDLuUKd2WByodhjOnvjD0vT4fZIDEw,536064
6
5
  mqt/core/py.typed,sha256=husfEbE4Pj90ywT42RX6LTRKsGA05aTLQRjjxVotcH4,95
7
6
  mqt/core/_commands.py,sha256=6QK6KoYMucIyxwFQE1aDAA2FWPuNWj3gCO76PzaGj0A,1888
8
- mqt/core/_version.py,sha256=UxZscCCEUq6VBGBljEq9-wnp6xRLd-efFVxd1kgsYxs,532
7
+ mqt/core/_version.py,sha256=c4yvOPRvY3QrwlPt-6S9j8pRyOG3bUmVkLSL7_jwHwQ,532
9
8
  mqt/core/_version.pyi,sha256=NRxzqx_-YD6DsAcy2DQ6DmBXMlWGo-9_2sZjXv80-xM,395
10
- mqt/core/__init__.py,sha256=zNARWpkItzusqH4cX15qfMHnYJEDlQbZSZa0wbg8ZUE,3113
9
+ mqt/core/__init__.py,sha256=0fyxnrRjr82zz05gGHLDS9KB92S1dt3gnZj59ar4eNM,3113
11
10
  mqt/core/__main__.py,sha256=afcpODVbIMV2W_Q26VhQn-e-xHCl3PyUSHV_aOxTXCQ,1658
12
- mqt/core/bin/mqt-core-algorithms.dll,sha256=sr9e3bUXj4QRpNMuEMzdgFcNuGD3jO6JOYEtCnL6WEY,374272
13
- mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=7QD0bePI943veqcSQ5aL5PUjum6E0mYrCq4Hty-lKoQ,675840
14
- mqt/core/bin/mqt-core-dd.dll,sha256=8Zr1_I_Wf2yssxXVP8eWgV_sumX3-iuhOeB5CVAdaCI,1672704
15
- mqt/core/bin/mqt-core-ds.dll,sha256=OSYzXk-wnmWlgBQGRzI8u5k0VkgyW60PQsQ7QgxTjok,296960
16
- mqt/core/bin/mqt-core-ir.dll,sha256=HjJdlylKTyQ-HV7zpwX0E-iy2AQ5xW3UYkYXf5PvnGs,1496576
17
- mqt/core/bin/mqt-core-na.dll,sha256=UXrn4_BS5bEJj2SlzUJP9DrhiQG2s2zYRNER2mcUlxQ,168960
18
- mqt/core/bin/mqt-core-qasm.dll,sha256=OnsQbBuom5lMMuiW8n7llFOveJulwhHcKA05EwnKYFQ,1832448
19
- mqt/core/bin/mqt-core-zx.dll,sha256=45xQl7IVb5yhTI4UpnayBHOpksDUXPhLhE6jsNNjXjY,565248
11
+ mqt/core/bin/mqt-core-algorithms.dll,sha256=VxR1x3Z2-21SVKmJxtk-7XfdwQbV-hYyc2SEjWjI7x8,116736
12
+ mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=kFU73kuGdA0PGFT0fJG6Ll7MMcHYXRGykax9uUzMAJc,173568
13
+ mqt/core/bin/mqt-core-dd.dll,sha256=sXTQdBlFeNKiiAOV_UHyBjXdDspr8zEK2qydCow0VZo,545280
14
+ mqt/core/bin/mqt-core-ds.dll,sha256=N2Obq3JC7fN4nyltMAwHojOhrIQ1NF3Ua_Nsw9WNA10,75264
15
+ mqt/core/bin/mqt-core-ir.dll,sha256=8t0KrP1jxp_LksJcBmWGbTgr1qtw3MBYwrQkTuayo6s,452608
16
+ mqt/core/bin/mqt-core-na.dll,sha256=a_KCJVh71V49Osy8mFp8Ew6hnmQ7v9mPmnJh3s7mTCs,60416
17
+ mqt/core/bin/mqt-core-qasm.dll,sha256=WZ3uHjkL1D7-_jkMb_9QIAPstw7R_6JZt6vGg6aice0,609792
18
+ mqt/core/bin/mqt-core-zx.dll,sha256=LnLGOMGSL9pryiW9L4ox8HZQeiLnZedQLhSIFIjTum8,230912
20
19
  mqt/core/include/mqt-core/algorithms/BernsteinVazirani.hpp,sha256=XyXVCqRdheDdBKDC5fM4QRn7LkjDX8XHf5uCQ9k1Gxk,1213
21
20
  mqt/core/include/mqt-core/algorithms/GHZState.hpp,sha256=AAFJmGyI7Q8fYI34ZWsAwlZmJV_OwYRHdTUs-jtVufk,425
22
21
  mqt/core/include/mqt-core/algorithms/Grover.hpp,sha256=3doZWNpMcmGuybkV6BtkOF5l3FN3IMH_kphxz_Yb4qc,965
@@ -210,56 +209,58 @@ mqt/core/include/mqt-core/boost/multiprecision/traits/std_integer_traits.hpp,sha
210
209
  mqt/core/include/mqt-core/boost/multiprecision/traits/transcendental_reduction_type.hpp,sha256=iM8PK72TVZ2tBSZCch27L7HbY_M6CQ7vPHnk_2slppo,621
211
210
  mqt/core/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp,sha256=-tsSd86O-_zj9DyoX_3yPiiLCP6FebYu8sz3Ex2nghc,3888
212
211
  mqt/core/include/mqt-core/circuit_optimizer/mqt_core_circuit_optimizer_export.h,sha256=ImtFedS9gjLSs7OPTNNDE00XO16vCoDR433d2cl7A3k,1519
213
- mqt/core/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp,sha256=JhgH0jc6pFHtayi-6x8BBO7H1gnxOpyfgfGMdCRL2fU,3749
214
- mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp,sha256=VWPZeiSQkXmH_sm9cS4M-lPLdHVa5lDEwCgv_xu2J3U,5319
212
+ mqt/core/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp,sha256=9QioHjX5zcDJf4caousJTGewgRUpWASg3IA-QlQaIyQ,3677
213
+ mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp,sha256=n06s52oObFTNiOP_1lDju60GdfOWKiU2ex2nrHc2G-o,5234
215
214
  mqt/core/include/mqt-core/datastructures/DisjointSet.hpp,sha256=iNxYd782_uUemz_H7vFVe6BPaTi0SnyKtf_8LGccal0,1150
216
215
  mqt/core/include/mqt-core/datastructures/Layer.hpp,sha256=fsn3W7HhI7DsROFVjbCeeQbrIY1RSKB5QMIK1j0ecjo,5902
217
216
  mqt/core/include/mqt-core/datastructures/mqt_core_ds_export.h,sha256=wEJFgO0uDp5IpBJaqX2fh7c_dd3ASmAV48RWrf6sMjA,1159
218
217
  mqt/core/include/mqt-core/datastructures/SymmetricMatrix.hpp,sha256=SnXxOzIFwnGylYxDRfXXQu2lf8Bho4Cqu1HmHjTsa4A,1368
219
- mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp,sha256=bQ2lRzIIEfOPRpsxQ5kDCsuETpmLMJc5p4B0H4sGAR8,8036
218
+ mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp,sha256=-7ZQJOvYxtW7auL7SLUMwt-qZ0hUq5v4crvAP3HrUOM,7940
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
- mqt/core/include/mqt-core/dd/Complex.hpp,sha256=8Xul2INdX6onDOWcMFAqlHw4hVn-nt8k-KBDimSGyzw,5331
222
- mqt/core/include/mqt-core/dd/ComplexNumbers.hpp,sha256=6l1BPk0SoImn-Eq56JOfCKrWoaETryB62n0x8oFQZyQ,4966
221
+ mqt/core/include/mqt-core/dd/Complex.hpp,sha256=Bu6JT8A7SKBEhVZFJA99OOs5xEUfGzjHIslE0Xt7gRg,5487
222
+ mqt/core/include/mqt-core/dd/ComplexNumbers.hpp,sha256=wSPYwxiHgua-govC8B7qHIc3AuEYA8A79Qe6-eeSezI,4232
223
223
  mqt/core/include/mqt-core/dd/ComplexValue.hpp,sha256=fQuq_zDjyPlLBwXZ-VT6LABYSZc1DwSWXtF7w2SYNfk,6792
224
- mqt/core/include/mqt-core/dd/ComputeTable.hpp,sha256=W2wkPF60Cq8otanzlbTAsV8P3poqZXbkGE7C3NLrFGE,5776
225
- mqt/core/include/mqt-core/dd/DDDefinitions.hpp,sha256=asdCASJtrsiAnR0SgnzqbNRiaZ9ImDXnwWkfk4-869o,4603
224
+ mqt/core/include/mqt-core/dd/ComputeTable.hpp,sha256=5Vn8dBax8xAWnRZ1_7pB4_AWHnq5tmHYYUd0WQk409I,5908
225
+ mqt/core/include/mqt-core/dd/DDDefinitions.hpp,sha256=Wa7iSTJtXA1fFW_p6ZhUtEWbQsxklXGxfaV2QAShJes,4360
226
226
  mqt/core/include/mqt-core/dd/DDpackageConfig.hpp,sha256=GddETXpNMfZw0je_5AI8hVO6Bp6gZM3N7XePi0mG-cw,3530
227
227
  mqt/core/include/mqt-core/dd/DensityNoiseTable.hpp,sha256=-MuZlXEQhMqZ7w7qkZEG5yoULAR0ZA5_3SAA3aXP3kg,3187
228
- mqt/core/include/mqt-core/dd/Edge.hpp,sha256=r7lKDMUeH0jaxQDjeamEyh6-68s8VmfDfgDstaX5x54,15149
229
- mqt/core/include/mqt-core/dd/Export.hpp,sha256=MlcIpjWq0UNrKvtkxTcl5AaR5K_z7q_OZQt4t70b9GM,14689
228
+ mqt/core/include/mqt-core/dd/Edge.hpp,sha256=i27rlnjLfUX0qk05Y6wyYCcz9zi6VSF6Gt5P5QdD1d4,15632
229
+ mqt/core/include/mqt-core/dd/Export.hpp,sha256=fzVkyBrqR3JTXaeH4lzDXJ5edM3Rf6_Ukjx11C5Gm0g,14659
230
230
  mqt/core/include/mqt-core/dd/FunctionalityConstruction.hpp,sha256=Wpdvb2McIqanKWT4RfF210L4PehnzqTBLL4cvu6PotY,2837
231
231
  mqt/core/include/mqt-core/dd/GateMatrixDefinitions.hpp,sha256=N2x8nhQ-RwLbGFi9_itFOiQ-tt8_ZYMHN6FZUJ5Qdvk,1424
232
232
  mqt/core/include/mqt-core/dd/LinkedListBase.hpp,sha256=2PqPw5YvTBNwm7YQMB-ymnX44Cs9CwI5N3QLcU9EI6I,1238
233
233
  mqt/core/include/mqt-core/dd/MemoryManager.hpp,sha256=xpsWSxivEz8GRo36ePMy3_FmHeBuu0xFalMmtZZloJ8,6993
234
234
  mqt/core/include/mqt-core/dd/mqt_core_dd_export.h,sha256=mWZABiNpVg1zXtu0Qk9HPQK1ZnidNnB_tI6WLNS9Zi4,1159
235
- mqt/core/include/mqt-core/dd/Node.hpp,sha256=0EvRJuziKeJ6NwC37jUTy6J5pnOZJJqHzBBGhRV_2nQ,8563
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
- mqt/core/include/mqt-core/dd/Operations.hpp,sha256=ihmoKPpkdAYsKmehW6Hj6bhv505QrO_7erI4iwhcR6w,10478
238
- mqt/core/include/mqt-core/dd/Package.hpp,sha256=OdZfGp6qyQwGLLAZAVxhKCf4-OUOUVGWXVgEXOm-jys,75032
237
+ mqt/core/include/mqt-core/dd/Operations.hpp,sha256=_LwTBONmqiFEKkCPFnaa9XVW8uyShoUFD2-jJqHIRw8,11255
238
+ mqt/core/include/mqt-core/dd/Package.hpp,sha256=FVN5f9mPrGkrSDsJJ4sdhKn705DaoTbdhSH5q3HKLqo,74152
239
239
  mqt/core/include/mqt-core/dd/Package_fwd.hpp,sha256=tZXPFjsIsIxzEV7s9kwip97Q54IlC6ffGkNMR1b3CGE,454
240
- mqt/core/include/mqt-core/dd/RealNumber.hpp,sha256=-2ibF06mPkNiMoZBW9XM1FUfwaGYA8r2TRrJR2p8hO0,10826
241
- mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp,sha256=rqiVmkNjMm5pFtMek_mC_BWNGdK1Y-XLxFHjK95Ifpg,9197
240
+ mqt/core/include/mqt-core/dd/RealNumber.hpp,sha256=k4vUoPyWn2js2VtED4gU8Y6NNSHnPMJuuwfs4ktYPHc,9468
241
+ mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp,sha256=cglroBz9IXE13HWWHVAzNBQQDQvcL3pr97aybg_65zQ,8462
242
242
  mqt/core/include/mqt-core/dd/Simulation.hpp,sha256=ThgtDEbkobqam8Kjz17ZkdacizNlhMmMxYFjm8cORGk,3924
243
+ mqt/core/include/mqt-core/dd/StateGeneration.hpp,sha256=LJRXbxX2gIeEqh_1cMKy0zO7deNfBfl3WgNW1cTtSD0,5624
243
244
  mqt/core/include/mqt-core/dd/StochasticNoiseOperationTable.hpp,sha256=yGhgnKJNeZYL_dvt0-HhXp62JZ2q7Ffp0TpNcY1kKIg,2642
244
- mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp,sha256=9W-CFlPftddH1hFwfjmWGAzJswstJu1DjIQ4BJheDCQ,3260
245
- mqt/core/include/mqt-core/dd/UniqueTable.hpp,sha256=A-LBOO2RrnyRkQtJNGTdQuPZ1QnQaYNMA7bHM1gjk80,8882
245
+ mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp,sha256=E9X6wCpQWUmDODJU8VqL-2amBkEvUbHHv2-AOAALm4E,3371
246
+ mqt/core/include/mqt-core/dd/UniqueTable.hpp,sha256=VjEIX9DwLfFGazK876aYAsZbJYBA47fe3LGu6unf2lo,7564
246
247
  mqt/core/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp,sha256=jN5171-saApdZOAaDxD9E_2f6PtnjVWpormZkUeMzHE,2612
247
- mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp,sha256=DW6_Gx89XBBe4hfGBoTT3zko0dHt-CEoWzLSWIvvsuo,1711
248
+ mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp,sha256=4hFELgAR1ZM5k20xkq6S8jX_OgtTjVT1GQ6_7dA_7gc,1799
248
249
  mqt/core/include/mqt-core/dd/statistics/Statistics.hpp,sha256=NdF2Cov_VoXEdjIkqo0Cuj-q5xUajGm0iaoCqqs-u6w,1267
249
250
  mqt/core/include/mqt-core/dd/statistics/TableStatistics.hpp,sha256=0fOOahUCH2CWtfB2It-ccEBjR-cxfRUx5F-_YBHXWD0,2326
250
- mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp,sha256=0V7944DFv1OSqonfcwFIaKhEkViiY_CbklHtfMXhX6Y,1138
251
+ mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp,sha256=71Nyf7NKFHzfGW4MXWD2AAZK-hrK65KsGveCxYlrmig,789
251
252
  mqt/core/include/mqt-core/ir/Definitions.hpp,sha256=4DgMwdgzBYRCWNOG4V4c4Buj7OuieRantpl5R7GZnDs,3449
252
253
  mqt/core/include/mqt-core/ir/mqt_core_ir_export.h,sha256=ccu1MlbKglOAx8t_EcnlUl7bdDju03nyeMfznojd9Ls,1159
253
254
  mqt/core/include/mqt-core/ir/Permutation.hpp,sha256=SaPP_5t1iTybv5bTuwR7dR6GnbJz17K4uyOL6zLaFKg,6822
254
- mqt/core/include/mqt-core/ir/QuantumComputation.hpp,sha256=040dAmt2tcQmKi6V1zt4sFT9QiVF2iL10XMTcK3uEeQ,25167
255
+ mqt/core/include/mqt-core/ir/QuantumComputation.hpp,sha256=f0jYqzUFVKqC_fCZvPeqMuqgOBG-_uHeoimBafvRN4o,25272
255
256
  mqt/core/include/mqt-core/ir/Register.hpp,sha256=BtzXUyM_HnfrUf4l4EyM-RcIKScaXLOjUwbJHoDVsG0,3869
256
257
  mqt/core/include/mqt-core/ir/operations/AodOperation.hpp,sha256=1K0oycjyKGtW9lgbqv4yXPYqo0m8T6_8J0MWO9zCZKU,3015
257
258
  mqt/core/include/mqt-core/ir/operations/ClassicControlledOperation.hpp,sha256=XNCwykUjpmOK7GU_DvMbzKeEi45DhGvj4l6zI4sRvs4,4721
258
- mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp,sha256=mAB3_jzAQ-Zx6ksEr4GjZTt_NQR3vpK_YgqGueZBdBs,7478
259
+ mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp,sha256=ZujQKQX4pd69jbYNbr8BHHLktwHrw-Xlrhicp9pI5XY,7533
259
260
  mqt/core/include/mqt-core/ir/operations/Control.hpp,sha256=6m6HTr0nwOE4sgpeYLvpccGRqyUpxNkswZo3M0wcVcM,4249
260
- mqt/core/include/mqt-core/ir/operations/Expression.hpp,sha256=eFfn3xfPPvandblwq7OT3RQjvH8YDj6h5c1-dDHr7S8,26454
261
+ mqt/core/include/mqt-core/ir/operations/Expression.hpp,sha256=gO-waNndEgvyAOvDRwYT_QJJ6FIc8RvYnUANhd1Lo6k,26438
261
262
  mqt/core/include/mqt-core/ir/operations/NonUnitaryOperation.hpp,sha256=4UTzigpbVn-ygLsawT_cO9U4he7OzAB8qa3Qn8CNHnQ,3939
262
- mqt/core/include/mqt-core/ir/operations/Operation.hpp,sha256=8o1OQQTz6Sgf9hZl68xaB12ey5WhH7UZMhR_LBFkQuc,7884
263
+ mqt/core/include/mqt-core/ir/operations/Operation.hpp,sha256=83Fdexd_fmYEdRwVfY0T2LliCcRcp-qDJl8jYwNS2y8,7900
263
264
  mqt/core/include/mqt-core/ir/operations/OpType.hpp,sha256=fJ-7romCkIbnM-GprVBoVja3HWzyrUm44lmMZHkOxKI,2316
264
265
  mqt/core/include/mqt-core/ir/operations/OpType.inc,sha256=6LFm0plv_J-bQ5Xa9P8MJCKcfoKE6a4MNM4KxbP6SNw,2632
265
266
  mqt/core/include/mqt-core/ir/operations/StandardOperation.hpp,sha256=pV5gCR59CTkVCyrwYqKKFfCU8tMBMITOeCN1OcpGuD4,4500
@@ -305,86 +306,38 @@ mqt/core/include/mqt-core/zx/Simplify.hpp,sha256=LTCEwAZgw5HSSSga3kjAEmIHE_fQqeC
305
306
  mqt/core/include/mqt-core/zx/Utils.hpp,sha256=daakVxoqPgaPG5Y48BKXplXVCEKce3isLzUHWSBrgmA,6632
306
307
  mqt/core/include/mqt-core/zx/ZXDefinitions.hpp,sha256=fNf_20tI-6uCuEIHtWOzGFuomlmrC2na5n_RWC4w1hc,2367
307
308
  mqt/core/include/mqt-core/zx/ZXDiagram.hpp,sha256=QDIyjj9UNQ0dK3RVw9q4ZHczyYCc2nRz3XPWvTfa5nw,14651
308
- mqt/core/include/nlohmann/adl_serializer.hpp,sha256=JCtXjhpByX3saJC9iL24JM23ap7dhJwQgpmllGnTJ-A,2279
309
- mqt/core/include/nlohmann/byte_container_with_subtype.hpp,sha256=x9wZfLtUuRaDc7S5o-HMV8xVg7_PUAi3IrNjM1vFNRE,3533
310
- mqt/core/include/nlohmann/json.hpp,sha256=JDLL9_QlhFNTjsoZPNk3_Hd0Yq4s6O6fRubuRg71a-o,198618
311
- mqt/core/include/nlohmann/json_fwd.hpp,sha256=xblQtChTSGG1hpJU_Xc6_HJBEvyeFBvR_IkYlkCjrl0,2541
312
- mqt/core/include/nlohmann/ordered_map.hpp,sha256=MdG7AlALc04JwnzizCFsivGINE-8GaaUauMBoSx7Yt8,11692
313
- mqt/core/include/nlohmann/detail/abi_macros.hpp,sha256=HH3HxQYrGZo1hT9AVu0A7TWe-Ppcf7FaWLx5WY7CFCI,3807
314
- mqt/core/include/nlohmann/detail/exceptions.hpp,sha256=VSmcVRBt4mJMp6pqVwWtb_U4FMG1L4_o0ocvE8lWyVo,9267
315
- mqt/core/include/nlohmann/detail/hash.hpp,sha256=dKnjr3chJ88LEu55SryMR7W-p0zmWNDSAXmia-XZXQ0,4016
316
- mqt/core/include/nlohmann/detail/json_custom_base_class.hpp,sha256=cNp8Wxd3f42m2DMQ1lJoVlQlhe-ooHjbYSJ7Ear57As,1178
317
- mqt/core/include/nlohmann/detail/json_pointer.hpp,sha256=TPU3rYiy1obVo0mybafgErqaWLAaCrK62qeW2RUOabs,37143
318
- mqt/core/include/nlohmann/detail/json_ref.hpp,sha256=FmB1DdEKViqsHuo3Ah8ecTil1tULBRgVcISXqNML9g0,1811
319
- mqt/core/include/nlohmann/detail/macro_scope.hpp,sha256=cNKyqkmpMXDe09DA0bD3YQP90JcEul7MhivAMJWSCEc,43639
320
- mqt/core/include/nlohmann/detail/macro_unscope.hpp,sha256=X3BA30deLJQ9myLDNbYWAN6xSx5Ipps0UN5MSgjDILw,1252
321
- mqt/core/include/nlohmann/detail/string_concat.hpp,sha256=6AAWMARfgAwOvPwZ4rL5ATmk0gqaNZ4TRld2f9b6mqI,5951
322
- mqt/core/include/nlohmann/detail/string_escape.hpp,sha256=O_Zof_p_b9MDRZGt_dbqBzWE34NpTGtX_u2a2pZYAec,2168
323
- mqt/core/include/nlohmann/detail/value_t.hpp,sha256=YKfiSzTpO4ukDuzzEKQMVQQnVDKCccJG-cwQafaiWVg,4326
324
- mqt/core/include/nlohmann/detail/conversions/from_json.hpp,sha256=s3ztC6MvisWDS0yWBYyl5EW8zqJ_RimaNZ7tDsvy5Y4,18880
325
- mqt/core/include/nlohmann/detail/conversions/to_chars.hpp,sha256=X-ESBcRdvQg3MkTXQ_OOic7vuMm1_ExoB3EXx4bVO-8,38562
326
- mqt/core/include/nlohmann/detail/conversions/to_json.hpp,sha256=c7rVJIVtR1pgcf17VCL4DfE7p1hvDUtIFBwuxgzrz4k,16274
327
- mqt/core/include/nlohmann/detail/input/binary_reader.hpp,sha256=SEvMJ2xPpsfGGpOoIj8-U7tNyWbmiOlmQak6UNflA-k,103146
328
- mqt/core/include/nlohmann/detail/input/input_adapters.hpp,sha256=vVSUGVBgicgslERvk5WHNi_wFRa45mJMRy5wTSexvkI,17402
329
- mqt/core/include/nlohmann/detail/input/json_sax.hpp,sha256=kUfJ0HeEpfPeiQ1oQBrgfQPQvA2yTry-e-uKMc_YWKA,21420
330
- mqt/core/include/nlohmann/detail/input/lexer.hpp,sha256=VQwnXwnVXesXBbl7ihWwLyEeoLqH6VRS56AjuFS7Akw,54569
331
- mqt/core/include/nlohmann/detail/input/parser.hpp,sha256=CUrtIs_dZBrBXvWb_vjdHiP9kjc2M6ku2SjLWA8MvX4,19661
332
- mqt/core/include/nlohmann/detail/input/position_t.hpp,sha256=DJxb4mAgwKeSnzzB5-AGVYnWqPTcG9LuE_EO8afvqiQ,958
333
- mqt/core/include/nlohmann/detail/iterators/internal_iterator.hpp,sha256=51z148muNYBVvzM1-ixba7-9HiTqPf22LBh_N6jitIU,1071
334
- mqt/core/include/nlohmann/detail/iterators/iteration_proxy.hpp,sha256=g577oUf28VxpPHQQOdqj04PC9K-4_mU-Ta1JqfmY0dE,8238
335
- mqt/core/include/nlohmann/detail/iterators/iterator_traits.hpp,sha256=BLDtrrIUqhyTK5B4hJqPu72px6JBtMvCipC20RyVlEM,1757
336
- mqt/core/include/nlohmann/detail/iterators/iter_impl.hpp,sha256=cNgeu5MdtDoZ_jhyo_sbyR-rJ1CcjSnuTE3SR7OEyuE,24046
337
- mqt/core/include/nlohmann/detail/iterators/json_reverse_iterator.hpp,sha256=AxtFxPkKt9ZOy2YG-tiA2GeiP8Y6Qx8N408PwQQwe2Y,3861
338
- mqt/core/include/nlohmann/detail/iterators/primitive_iterator.hpp,sha256=bJSRB7t3nOy4vroINfcpJla1KwjD9qbTsnIptYworv4,3227
339
- mqt/core/include/nlohmann/detail/meta/cpp_future.hpp,sha256=SGulo3JBMdDBZG422aSph3UFspFAeDR-YGe7ZVk_Ac4,5178
340
- mqt/core/include/nlohmann/detail/meta/detected.hpp,sha256=95qh8Qfk39RVR1Pm_gU2ShFH70SY0xJc_JOaVTTS1Sc,2109
341
- mqt/core/include/nlohmann/detail/meta/identity_tag.hpp,sha256=u6lVneyFGd4wRLU36WpZpgGDF5elo8OL-AI6bZSRGNA,526
342
- mqt/core/include/nlohmann/detail/meta/is_sax.hpp,sha256=H4HWCYuarQKpXCfsMzu7E-7DxRcblo45t-yxsGsWxVs,6960
343
- mqt/core/include/nlohmann/detail/meta/std_fs.hpp,sha256=-1FBVOqMEcBKAO_rLontv9QPFJ7TnvNlaNmyoQYuheA,766
344
- mqt/core/include/nlohmann/detail/meta/type_traits.hpp,sha256=H5AfnkvNWF_yLGsMCVZWa6ikoSOKSQpk53VaLDEwQNU,29454
345
- mqt/core/include/nlohmann/detail/meta/void_t.hpp,sha256=WB57FXRX65xIh5PyzXBmssG6MdXp_qbw1nyMcytQiOQ,597
346
- mqt/core/include/nlohmann/detail/meta/call_std/begin.hpp,sha256=N5ZgwVowuE_ypn4ic0Y49gjMN7NGSEYcfpFn2hFT2GE,453
347
- mqt/core/include/nlohmann/detail/meta/call_std/end.hpp,sha256=3spgm_IARC9FK4SMGfKO4wh53wyjXpWe07QfhhyS31U,451
348
- mqt/core/include/nlohmann/detail/output/binary_writer.hpp,sha256=Zlzh6l-yy0JYlrcTvdjY1abWloiST6bi76_7Tp0TIBE,71152
349
- mqt/core/include/nlohmann/detail/output/output_adapters.hpp,sha256=HgvMN1tNhBgGSRmOL4Bh9ZaKEKaRMjH-4JdonSge1WU,4067
350
- mqt/core/include/nlohmann/detail/output/serializer.hpp,sha256=JZxhHUsRR-NibSW8BZlLKPkfT8yi5Xjkhtz1HAI05cg,40163
351
- mqt/core/include/nlohmann/thirdparty/hedley/hedley.hpp,sha256=INbBxtbDA2X2ikUJN5iTeXG1k5GfswUUMfDAFd-mcfs,86068
352
- mqt/core/include/nlohmann/thirdparty/hedley/hedley_undef.hpp,sha256=D4kC8mhy9AolFOnJvi_Ov85s3gAi6TZP3dF_tJV1sUY,5500
353
- mqt/core/ir/operations.pyi,sha256=2hxPlRg0ItcxIlRUIpjobq3sGS_pnztwt6q4BtQ8kCQ,28917
309
+ mqt/core/ir/operations.pyi,sha256=fpbUBq6vbQFmL6mVvZnlH3ZQ8zTl_2fY-Su5ZgntJKA,27097
354
310
  mqt/core/ir/registers.pyi,sha256=0w_7LbvAMvL_d3w3A704RZdEFGg-w3_evtAXeSZbuCM,3057
355
311
  mqt/core/ir/symbolic.pyi,sha256=oS99apV6PliKFLMLwXdqmmed53lTqgQpMuxxBBweQHQ,5580
356
312
  mqt/core/ir/__init__.pyi,sha256=4NRX3DRrKUq82-CDpEKgJnHKJRq5LpDbMnDzgv8J4Ws,63239
357
- mqt/core/lib/mqt-core-algorithms.lib,sha256=4V2vi7IEqIHA1HCzdtxin4aBKg15R3YEcFPbouxCLlI,1342072
358
- mqt/core/lib/mqt-core-circuit-optimizer.lib,sha256=auBn6JY347uXE6pG7XonY2TIXYoiIGaAHcX2y76l1L0,2731436
359
- mqt/core/lib/mqt-core-dd.lib,sha256=ntjSovr17N_IT0KJHAUty-DanMW_qxMKpP9OXGSp9HE,6620702
360
- mqt/core/lib/mqt-core-ds.lib,sha256=6_1Hvo01hDVfSoqqcmnqpMg-nEcZXUZpHD5VNn6YIVk,1149688
361
- mqt/core/lib/mqt-core-ir.lib,sha256=PwWU4DQ5kA5hZx-eGPJFj-slvyAv4gfkez4xnx41Uus,5793286
362
- mqt/core/lib/mqt-core-na.lib,sha256=8XW1dPz7t68WP9tlfc6GRppLMJK_F3vC8nv8JyImwqQ,558198
363
- mqt/core/lib/mqt-core-qasm.lib,sha256=bINyHpIT79OV6lgzPhCeoyXdkgIGKDJiOCoMdjwTYWY,6820016
364
- mqt/core/lib/mqt-core-zx.lib,sha256=j7tLAvIdVfNQnWgKsMdZLl0vcQL4eURjOrm-dITttrs,1728830
365
- mqt/core/plugins/__init__.py,sha256=6jLrzyTE1bYgBopB0R--DQHc7j-qMir8U8rT59F6Upg,351
313
+ mqt/core/lib/mqt-core-algorithms.lib,sha256=DPp9anfm_fnMyxRf73Q-gyD06AOn2JbUOM6ozKG-VV0,130150
314
+ mqt/core/lib/mqt-core-circuit-optimizer.lib,sha256=jE79-94bJBIE-q_jX_SfpvIlVzdX5lh6hFcawkjl1kc,293808
315
+ mqt/core/lib/mqt-core-dd.lib,sha256=ezTp_s1G_QgwmjS64WEwNXg8kmVNuxD4vVR4lgABtkA,1083736
316
+ mqt/core/lib/mqt-core-ds.lib,sha256=ZIqLf0TiJYFoVU9yWGsbCwipcu9ltTDiDjIzmQf-EWo,130446
317
+ mqt/core/lib/mqt-core-ir.lib,sha256=6__pjrK91LUMhcvOqKEDa3HGTEW-wC5hhcfiziy9_ak,855984
318
+ mqt/core/lib/mqt-core-na.lib,sha256=qrhvBipgE6dj78kJfTXKKIk3VMA52wpw342zwJtNzZI,74466
319
+ mqt/core/lib/mqt-core-qasm.lib,sha256=E7ruLZnqOjajFxLagv8Uim4uV7Ixtm2uIvWv4QvjtX4,1043912
320
+ mqt/core/lib/mqt-core-zx.lib,sha256=q04Gevw67Z7zoC9RL3bAbTLEqhQ5aVlw7QbD-VKJEfM,263248
321
+ mqt/core/plugins/__init__.py,sha256=lhizMH2ZxsZ0WgmHe3gCSBjwYz15Qxk7lT1u95yCSl0,256
366
322
  mqt/core/plugins/qiskit/mqt_to_qiskit.py,sha256=jvzJXdR8acPSOlxR3N4jU8n2yDQ1jfj2YHfbEa5bkUc,12098
367
- mqt/core/plugins/qiskit/qiskit_to_mqt.py,sha256=vFh-zZWBNGJEu4jMYrkzlmWbJzGyJMSb10rPDhgvMv4,13765
323
+ mqt/core/plugins/qiskit/qiskit_to_mqt.py,sha256=iX1TjiU_iaBVCKwGdshokyTXWgmmiSgw-9EiMLv2-3w,14142
368
324
  mqt/core/plugins/qiskit/__init__.py,sha256=dO9JctQj6loeWPO1cfgjUxKHgunA4JMKZDAHTe6cjXc,431
325
+ mqt/core/share/cmake/mqt-core/AddMQTPythonBinding.cmake,sha256=jRsHD2FM9sNw1ZPysBy3rbFshJbXWWNlvB-9Jz4iXpA,1716
369
326
  mqt/core/share/cmake/mqt-core/Cache.cmake,sha256=PQ6waFO-oWqD062wrJueZNMlCdjtCZn-kABRmjFIYDU,1084
370
327
  mqt/core/share/cmake/mqt-core/FindGMP.cmake,sha256=GvBOMi1qei3a46g0EaGpprzGp9ps378qAPrxbCnzsco,3158
371
- mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=s8ZRtQm7mJ3Wtc96xiOUdcz0voQIOsnwikrY9a59xm0,3760
372
- mqt/core/share/cmake/mqt-core/mqt-core-config.cmake,sha256=CP220BGay6aYK04jlVDTaJUSisMd1sAD0jJtr45sizs,1656
328
+ mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=m1wP7fbEuA2JFnXiGJ8emgH00MFnKCJwKgCgo9DJsDU,3760
329
+ mqt/core/share/cmake/mqt-core/mqt-core-config.cmake,sha256=InZRhVzU2des2J4GMZt1rl6ZNm575B1_sBJg0TF2JcE,1720
373
330
  mqt/core/share/cmake/mqt-core/mqt-core-targets-release.cmake,sha256=W3DRpQq-vQSXGat_qGpMKdJi0xbNzTVcATYhEiPK1bc,4872
374
- mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake,sha256=qUMg52ke541LqYfnK4KHe7Cx7MyFN8l-LuahSsDcHYY,30717
375
- mqt/core/share/cmake/mqt-core/PackageAddTest.cmake,sha256=P42Mi0BzbaseF8lQnKBFygtgVnLwK-DAWNLmt_xehB0,1812
331
+ mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake,sha256=l5gjZRpcItft5IQ1OadS9qrJAu_8UArQI0RhmAxh4Pc,30835
332
+ mqt/core/share/cmake/mqt-core/PackageAddTest.cmake,sha256=zrzUwnc2Hm9pVoe203DSl4Uyxl8zJNAbQxO2LBTzIUo,1840
376
333
  mqt/core/share/cmake/mqt-core/PreventInSourceBuilds.cmake,sha256=a_bKW96S3wbdb4Fu0WFdKpd19lx4zDBhMiDWY5PyCj4,954
377
334
  mqt/core/share/cmake/mqt-core/StandardProjectSettings.cmake,sha256=qrsK6mTrfOx5-ZWbKq6i60zIdu5p1APUVWcxXmEDq8w,3110
378
- mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake,sha256=qHncK2SOF6wyg275ATtabPEjSnS5pglizAgcN3bJ8T8,635
379
- mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake,sha256=ttczN9FtPetLGSBW0ayefpYpKeyZP3-WUqlJ3j04zo8,696
380
- mqt/core/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake,sha256=IbxnladS8nQsTfbkwV_X9QXQeGJl1EFOf_BBEeiIfkU,4756
381
- mqt/core/share/pkgconfig/nlohmann_json.pc,sha256=ec0X2zt5Zj29raB3PMki591e4KAb73_p0Le0h--P6pU,166
382
335
  mqt/core/_compat/typing.py,sha256=Ug5WlI-rVB95uG27tD9tI9ZJ1FrXXlOj8uVLkwEHR-A,664
383
336
  mqt/core/_compat/__init__.py,sha256=AMtqqQ2XqcETMLOQzFsEKB5999ktwEjt66FVwq4zhDU,282
384
- mqt_core-3.0.2.dist-info/DELVEWHEEL,sha256=8xvkgJR2ho27fT_fieAOUlCIOU5AXQoTEfczDhlRSmQ,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=xwjTh-mFvAONxbW8av7jDNts8DLqzqCA-klxw1kaHPA,106
389
- mqt_core-3.0.2.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
390
- mqt_core.libs/msvcp140.dll,sha256=cDrXxV8uCWYH7Gp3qLX1LVNdvnH93wIel8vLvCP3SSo,576128
337
+ mqt_core-3.2.0.dist-info/DELVEWHEEL,sha256=QGnlBmLX_EE0G-6d-2gJueKhe2Q3CsokNlruEhzRxAw,448
338
+ mqt_core-3.2.0.dist-info/entry_points.txt,sha256=mCvuLe8oe3Frh1UMVdRkE1ITs1tHq1K_GyK8GbgAthg,107
339
+ mqt_core-3.2.0.dist-info/METADATA,sha256=14fv9tfn1JPBoobGc4q0KPWwSYUwEp69sDJpyZt9fr8,9170
340
+ mqt_core-3.2.0.dist-info/RECORD,,
341
+ mqt_core-3.2.0.dist-info/WHEEL,sha256=_PdgJ-W7uMAsWwnGnEdiicDU_PKcobRdffEM23gmN6g,106
342
+ mqt_core-3.2.0.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
343
+ mqt_core.libs/msvcp140.dll,sha256=pMIim9wqKmMKzcCVtNhgCOXD47x3cxdDVPPaT1vrnN4,575056
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.11.1
2
+ Generator: scikit-build-core 0.11.5
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-win_amd64
5
5
 
Binary file
@@ -1,55 +0,0 @@
1
- // __ _____ _____ _____
2
- // __| | __| | | | JSON for Modern C++
3
- // | | |__ | | | | | | version 3.11.3
4
- // |_____|_____|_____|_|___| https://github.com/nlohmann/json
5
- //
6
- // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
7
- // SPDX-License-Identifier: MIT
8
-
9
- #pragma once
10
-
11
- #include <utility>
12
-
13
- #include <nlohmann/detail/abi_macros.hpp>
14
- #include <nlohmann/detail/conversions/from_json.hpp>
15
- #include <nlohmann/detail/conversions/to_json.hpp>
16
- #include <nlohmann/detail/meta/identity_tag.hpp>
17
-
18
- NLOHMANN_JSON_NAMESPACE_BEGIN
19
-
20
- /// @sa https://json.nlohmann.me/api/adl_serializer/
21
- template<typename ValueType, typename>
22
- struct adl_serializer
23
- {
24
- /// @brief convert a JSON value to any value type
25
- /// @sa https://json.nlohmann.me/api/adl_serializer/from_json/
26
- template<typename BasicJsonType, typename TargetType = ValueType>
27
- static auto from_json(BasicJsonType && j, TargetType& val) noexcept(
28
- noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), val)))
29
- -> decltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), val), void())
30
- {
31
- ::nlohmann::from_json(std::forward<BasicJsonType>(j), val);
32
- }
33
-
34
- /// @brief convert a JSON value to any value type
35
- /// @sa https://json.nlohmann.me/api/adl_serializer/from_json/
36
- template<typename BasicJsonType, typename TargetType = ValueType>
37
- static auto from_json(BasicJsonType && j) noexcept(
38
- noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {})))
39
- -> decltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}))
40
- {
41
- return ::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {});
42
- }
43
-
44
- /// @brief convert any value type to a JSON value
45
- /// @sa https://json.nlohmann.me/api/adl_serializer/to_json/
46
- template<typename BasicJsonType, typename TargetType = ValueType>
47
- static auto to_json(BasicJsonType& j, TargetType && val) noexcept(
48
- noexcept(::nlohmann::to_json(j, std::forward<TargetType>(val))))
49
- -> decltype(::nlohmann::to_json(j, std::forward<TargetType>(val)), void())
50
- {
51
- ::nlohmann::to_json(j, std::forward<TargetType>(val));
52
- }
53
- };
54
-
55
- NLOHMANN_JSON_NAMESPACE_END
@@ -1,103 +0,0 @@
1
- // __ _____ _____ _____
2
- // __| | __| | | | JSON for Modern C++
3
- // | | |__ | | | | | | version 3.11.3
4
- // |_____|_____|_____|_|___| https://github.com/nlohmann/json
5
- //
6
- // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
7
- // SPDX-License-Identifier: MIT
8
-
9
- #pragma once
10
-
11
- #include <cstdint> // uint8_t, uint64_t
12
- #include <tuple> // tie
13
- #include <utility> // move
14
-
15
- #include <nlohmann/detail/abi_macros.hpp>
16
-
17
- NLOHMANN_JSON_NAMESPACE_BEGIN
18
-
19
- /// @brief an internal type for a backed binary type
20
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/
21
- template<typename BinaryType>
22
- class byte_container_with_subtype : public BinaryType
23
- {
24
- public:
25
- using container_type = BinaryType;
26
- using subtype_type = std::uint64_t;
27
-
28
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/byte_container_with_subtype/
29
- byte_container_with_subtype() noexcept(noexcept(container_type()))
30
- : container_type()
31
- {}
32
-
33
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/byte_container_with_subtype/
34
- byte_container_with_subtype(const container_type& b) noexcept(noexcept(container_type(b)))
35
- : container_type(b)
36
- {}
37
-
38
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/byte_container_with_subtype/
39
- byte_container_with_subtype(container_type&& b) noexcept(noexcept(container_type(std::move(b))))
40
- : container_type(std::move(b))
41
- {}
42
-
43
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/byte_container_with_subtype/
44
- byte_container_with_subtype(const container_type& b, subtype_type subtype_) noexcept(noexcept(container_type(b)))
45
- : container_type(b)
46
- , m_subtype(subtype_)
47
- , m_has_subtype(true)
48
- {}
49
-
50
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/byte_container_with_subtype/
51
- byte_container_with_subtype(container_type&& b, subtype_type subtype_) noexcept(noexcept(container_type(std::move(b))))
52
- : container_type(std::move(b))
53
- , m_subtype(subtype_)
54
- , m_has_subtype(true)
55
- {}
56
-
57
- bool operator==(const byte_container_with_subtype& rhs) const
58
- {
59
- return std::tie(static_cast<const BinaryType&>(*this), m_subtype, m_has_subtype) ==
60
- std::tie(static_cast<const BinaryType&>(rhs), rhs.m_subtype, rhs.m_has_subtype);
61
- }
62
-
63
- bool operator!=(const byte_container_with_subtype& rhs) const
64
- {
65
- return !(rhs == *this);
66
- }
67
-
68
- /// @brief sets the binary subtype
69
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
70
- void set_subtype(subtype_type subtype_) noexcept
71
- {
72
- m_subtype = subtype_;
73
- m_has_subtype = true;
74
- }
75
-
76
- /// @brief return the binary subtype
77
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
78
- constexpr subtype_type subtype() const noexcept
79
- {
80
- return m_has_subtype ? m_subtype : static_cast<subtype_type>(-1);
81
- }
82
-
83
- /// @brief return whether the value has a subtype
84
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
85
- constexpr bool has_subtype() const noexcept
86
- {
87
- return m_has_subtype;
88
- }
89
-
90
- /// @brief clears the binary subtype
91
- /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
92
- void clear_subtype() noexcept
93
- {
94
- m_subtype = 0;
95
- m_has_subtype = false;
96
- }
97
-
98
- private:
99
- subtype_type m_subtype = 0;
100
- bool m_has_subtype = false;
101
- };
102
-
103
- NLOHMANN_JSON_NAMESPACE_END