mqt-core 3.0.2__cp313-cp313t-win_amd64.whl → 3.2.0__cp313-cp313t-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/__init__.py +3 -3
- 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.cp313t-win_amd64.pyd +0 -0
- mqt/core/dd.pyi +9 -22
- mqt/core/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +4 -4
- mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp +7 -7
- mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp +8 -8
- mqt/core/include/mqt-core/dd/Approximation.hpp +45 -0
- mqt/core/include/mqt-core/dd/Complex.hpp +6 -0
- mqt/core/include/mqt-core/dd/ComplexNumbers.hpp +0 -18
- mqt/core/include/mqt-core/dd/ComputeTable.hpp +4 -1
- mqt/core/include/mqt-core/dd/DDDefinitions.hpp +0 -7
- mqt/core/include/mqt-core/dd/Edge.hpp +16 -0
- mqt/core/include/mqt-core/dd/Export.hpp +1 -2
- mqt/core/include/mqt-core/dd/Node.hpp +26 -49
- mqt/core/include/mqt-core/dd/Operations.hpp +27 -0
- mqt/core/include/mqt-core/dd/Package.hpp +141 -123
- mqt/core/include/mqt-core/dd/RealNumber.hpp +49 -66
- mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp +14 -25
- mqt/core/include/mqt-core/dd/StateGeneration.hpp +143 -0
- mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp +6 -4
- mqt/core/include/mqt-core/dd/UniqueTable.hpp +13 -39
- mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp +8 -7
- mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -10
- mqt/core/include/mqt-core/ir/QuantumComputation.hpp +3 -0
- mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp +2 -0
- mqt/core/include/mqt-core/ir/operations/Expression.hpp +1 -1
- mqt/core/include/mqt-core/ir/operations/Operation.hpp +2 -2
- mqt/core/ir/operations.pyi +58 -86
- mqt/core/ir.cp313t-win_amd64.pyd +0 -0
- mqt/core/lib/mqt-core-algorithms.lib +0 -0
- mqt/core/lib/mqt-core-circuit-optimizer.lib +0 -0
- mqt/core/lib/mqt-core-dd.lib +0 -0
- mqt/core/lib/mqt-core-ds.lib +0 -0
- mqt/core/lib/mqt-core-ir.lib +0 -0
- mqt/core/lib/mqt-core-na.lib +0 -0
- mqt/core/lib/mqt-core-qasm.lib +0 -0
- mqt/core/lib/mqt-core-zx.lib +0 -0
- mqt/core/plugins/__init__.py +0 -8
- mqt/core/plugins/qiskit/qiskit_to_mqt.py +6 -0
- mqt/core/share/cmake/mqt-core/AddMQTPythonBinding.cmake +52 -0
- mqt/core/share/cmake/mqt-core/PackageAddTest.cmake +4 -4
- mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake +3 -3
- mqt/core/share/cmake/mqt-core/mqt-core-config.cmake +1 -0
- mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake +2 -2
- mqt_core-3.2.0.dist-info/DELVEWHEEL +2 -0
- {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/METADATA +49 -23
- {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/RECORD +60 -107
- {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/WHEEL +1 -1
- mqt_core.libs/msvcp140.dll +0 -0
- mqt/core/include/nlohmann/adl_serializer.hpp +0 -55
- mqt/core/include/nlohmann/byte_container_with_subtype.hpp +0 -103
- mqt/core/include/nlohmann/detail/abi_macros.hpp +0 -100
- mqt/core/include/nlohmann/detail/conversions/from_json.hpp +0 -497
- mqt/core/include/nlohmann/detail/conversions/to_chars.hpp +0 -1118
- mqt/core/include/nlohmann/detail/conversions/to_json.hpp +0 -446
- mqt/core/include/nlohmann/detail/exceptions.hpp +0 -257
- mqt/core/include/nlohmann/detail/hash.hpp +0 -129
- mqt/core/include/nlohmann/detail/input/binary_reader.hpp +0 -3009
- mqt/core/include/nlohmann/detail/input/input_adapters.hpp +0 -492
- mqt/core/include/nlohmann/detail/input/json_sax.hpp +0 -727
- mqt/core/include/nlohmann/detail/input/lexer.hpp +0 -1633
- mqt/core/include/nlohmann/detail/input/parser.hpp +0 -519
- mqt/core/include/nlohmann/detail/input/position_t.hpp +0 -37
- mqt/core/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -35
- mqt/core/include/nlohmann/detail/iterators/iter_impl.hpp +0 -751
- mqt/core/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -242
- mqt/core/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -61
- mqt/core/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -130
- mqt/core/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -132
- mqt/core/include/nlohmann/detail/json_custom_base_class.hpp +0 -39
- mqt/core/include/nlohmann/detail/json_pointer.hpp +0 -988
- mqt/core/include/nlohmann/detail/json_ref.hpp +0 -78
- mqt/core/include/nlohmann/detail/macro_scope.hpp +0 -482
- mqt/core/include/nlohmann/detail/macro_unscope.hpp +0 -45
- mqt/core/include/nlohmann/detail/meta/call_std/begin.hpp +0 -17
- mqt/core/include/nlohmann/detail/meta/call_std/end.hpp +0 -17
- mqt/core/include/nlohmann/detail/meta/cpp_future.hpp +0 -171
- mqt/core/include/nlohmann/detail/meta/detected.hpp +0 -70
- mqt/core/include/nlohmann/detail/meta/identity_tag.hpp +0 -21
- mqt/core/include/nlohmann/detail/meta/is_sax.hpp +0 -159
- mqt/core/include/nlohmann/detail/meta/std_fs.hpp +0 -29
- mqt/core/include/nlohmann/detail/meta/type_traits.hpp +0 -795
- mqt/core/include/nlohmann/detail/meta/void_t.hpp +0 -24
- mqt/core/include/nlohmann/detail/output/binary_writer.hpp +0 -1838
- mqt/core/include/nlohmann/detail/output/output_adapters.hpp +0 -147
- mqt/core/include/nlohmann/detail/output/serializer.hpp +0 -988
- mqt/core/include/nlohmann/detail/string_concat.hpp +0 -146
- mqt/core/include/nlohmann/detail/string_escape.hpp +0 -72
- mqt/core/include/nlohmann/detail/value_t.hpp +0 -118
- mqt/core/include/nlohmann/json.hpp +0 -5258
- mqt/core/include/nlohmann/json_fwd.hpp +0 -75
- mqt/core/include/nlohmann/ordered_map.hpp +0 -359
- mqt/core/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -2045
- mqt/core/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -158
- mqt/core/nlohmann_json.natvis +0 -278
- mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake +0 -15
- mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake +0 -20
- mqt/core/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake +0 -110
- mqt/core/share/pkgconfig/nlohmann_json.pc +0 -4
- mqt_core-3.0.2.dist-info/DELVEWHEEL +0 -2
- {mqt_core-3.0.2.dist-info → mqt_core-3.2.0.dist-info}/entry_points.txt +0 -0
- {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
|
|
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-
|
|
51
|
-
<img src="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/mqt-
|
|
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++
|
|
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
|
-
|
|
67
|
+
## Key Features
|
|
68
68
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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.
|
|
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++
|
|
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
|
-
|
|
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.cp313t-win_amd64.pyd,sha256=
|
|
2
|
-
mqt/core/dd.pyi,sha256=
|
|
1
|
+
mqt/core/dd.cp313t-win_amd64.pyd,sha256=Ap-DA5gYgiaTXq81D4iPqLMjuiS_1Np7QBLOoO5O0oc,357888
|
|
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.cp313t-win_amd64.pyd,sha256=
|
|
5
|
-
mqt/core/nlohmann_json.natvis,sha256=FiZm56tNclpuliHw0xCXgCtYuDjpB65URcfJOP0CV7E,19578
|
|
4
|
+
mqt/core/ir.cp313t-win_amd64.pyd,sha256=i_-iIe6wiRFV61MFtBMyi-Ad_LnPIMebTvSOHdIHCXw,615424
|
|
6
5
|
mqt/core/py.typed,sha256=husfEbE4Pj90ywT42RX6LTRKsGA05aTLQRjjxVotcH4,95
|
|
7
6
|
mqt/core/_commands.py,sha256=6QK6KoYMucIyxwFQE1aDAA2FWPuNWj3gCO76PzaGj0A,1888
|
|
8
|
-
mqt/core/_version.py,sha256=
|
|
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=
|
|
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=
|
|
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=
|
|
11
|
+
mqt/core/bin/mqt-core-algorithms.dll,sha256=M4AXbTFN1Pu7p_pq491R_ZJmEHYrstfJ1_BqwZbX5SY,116736
|
|
12
|
+
mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=A35PxEQw1vTn9nwqVPo6ddEWZgs0V9BG5ZSxcEYkPjU,173568
|
|
13
|
+
mqt/core/bin/mqt-core-dd.dll,sha256=sC12WKSznQkbg92t_23ol7bkUUqju5kGi9RAY844itg,545280
|
|
14
|
+
mqt/core/bin/mqt-core-ds.dll,sha256=PMpxgwa3BZWoW7CcOrGjJIJXa6eDH-RtuNZsdE3bas8,75264
|
|
15
|
+
mqt/core/bin/mqt-core-ir.dll,sha256=ncpCNPsf4lTPL7Ofy7I5DnsAotL9T87pNnMqXjE_2co,452608
|
|
16
|
+
mqt/core/bin/mqt-core-na.dll,sha256=kr-YlabYw_rs81653_vJzMlcI9B5yw9Ygkaqj3H4c0s,60416
|
|
17
|
+
mqt/core/bin/mqt-core-qasm.dll,sha256=3GKPHKBMiePktjBqqwKq5_VdQ7MN4QczFuHGmo8S0sQ,609792
|
|
18
|
+
mqt/core/bin/mqt-core-zx.dll,sha256=eH0n2lbbBOcnO4VFsTCHwjm3AuE3cUnWFTkm4TGaBZ8,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=
|
|
214
|
-
mqt/core/include/mqt-core/datastructures/DirectedGraph.hpp,sha256=
|
|
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
|
|
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=
|
|
222
|
-
mqt/core/include/mqt-core/dd/ComplexNumbers.hpp,sha256=
|
|
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=
|
|
225
|
-
mqt/core/include/mqt-core/dd/DDDefinitions.hpp,sha256=
|
|
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=
|
|
229
|
-
mqt/core/include/mqt-core/dd/Export.hpp,sha256=
|
|
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=
|
|
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=
|
|
238
|
-
mqt/core/include/mqt-core/dd/Package.hpp,sha256=
|
|
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
|
|
241
|
-
mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp,sha256=
|
|
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=
|
|
245
|
-
mqt/core/include/mqt-core/dd/UniqueTable.hpp,sha256=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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=
|
|
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/
|
|
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=
|
|
358
|
-
mqt/core/lib/mqt-core-circuit-optimizer.lib,sha256=
|
|
359
|
-
mqt/core/lib/mqt-core-dd.lib,sha256=
|
|
360
|
-
mqt/core/lib/mqt-core-ds.lib,sha256=
|
|
361
|
-
mqt/core/lib/mqt-core-ir.lib,sha256=
|
|
362
|
-
mqt/core/lib/mqt-core-na.lib,sha256=
|
|
363
|
-
mqt/core/lib/mqt-core-qasm.lib,sha256=
|
|
364
|
-
mqt/core/lib/mqt-core-zx.lib,sha256=
|
|
365
|
-
mqt/core/plugins/__init__.py,sha256=
|
|
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=
|
|
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=
|
|
372
|
-
mqt/core/share/cmake/mqt-core/mqt-core-config.cmake,sha256=
|
|
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=
|
|
375
|
-
mqt/core/share/cmake/mqt-core/PackageAddTest.cmake,sha256=
|
|
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=1_vMC5A2F9_9Kl4yz4MPl4HX8ergJlz2cfjAqs-mtl0,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.
|
|
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.
|
|
390
|
-
mqt_core.libs/msvcp140.dll,sha256=
|
|
337
|
+
mqt_core-3.2.0.dist-info/DELVEWHEEL,sha256=MuvTiL25W9Ej_KWfsYHTVwVRoCffPs8PqANXu8C1FVg,452
|
|
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=oaVTHmKXZyuvZQME0ieQq_X-rB5N7H2W6TpajjXbGYk,107
|
|
342
|
+
mqt_core-3.2.0.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
|
|
343
|
+
mqt_core.libs/msvcp140.dll,sha256=pMIim9wqKmMKzcCVtNhgCOXD47x3cxdDVPPaT1vrnN4,575056
|
mqt_core.libs/msvcp140.dll
CHANGED
|
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
|