mqt-core 3.0.1__cp39-cp39-win_amd64.whl → 3.1.0__cp39-cp39-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.
- mqt/core/__init__.py +5 -5
- 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.cp39-win_amd64.pyd +0 -0
- 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 +138 -120
- 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/Operation.hpp +2 -2
- mqt/core/ir.cp39-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 +1 -1
- mqt_core-3.1.0.dist-info/DELVEWHEEL +2 -0
- {mqt_core-3.0.1.dist-info → mqt_core-3.1.0.dist-info}/METADATA +54 -9
- {mqt_core-3.0.1.dist-info → mqt_core-3.1.0.dist-info}/RECORD +55 -102
- {mqt_core-3.0.1.dist-info → mqt_core-3.1.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.1.dist-info/DELVEWHEEL +0 -2
- {mqt_core-3.0.1.dist-info → mqt_core-3.1.0.dist-info}/entry_points.txt +0 -0
- {mqt_core-3.0.1.dist-info → mqt_core-3.1.0.dist-info}/licenses/LICENSE.md +0 -0
- /mqt_core.libs/{.load-order-mqt_core-3.0.1 → .load-order-mqt_core-3.1.0} +0 -0
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
mqt/core/dd.cp39-win_amd64.pyd,sha256=
|
|
1
|
+
mqt/core/dd.cp39-win_amd64.pyd,sha256=BEWSptJ0zThs7O2kps-XnjCIRh1HLJMCqh2blCrULMc,324096
|
|
2
2
|
mqt/core/dd.pyi,sha256=9_IoalzBpMP9M92uQhl0HF-IskmhzCmnSIQqIAb3uFk,38388
|
|
3
3
|
mqt/core/dd_evaluation.py,sha256=fCH9ZZdA4Qgpm-CUXJOfntvEntKqgDCjVKhYkb5evgE,13953
|
|
4
|
-
mqt/core/ir.cp39-win_amd64.pyd,sha256=
|
|
5
|
-
mqt/core/nlohmann_json.natvis,sha256=FiZm56tNclpuliHw0xCXgCtYuDjpB65URcfJOP0CV7E,19578
|
|
4
|
+
mqt/core/ir.cp39-win_amd64.pyd,sha256=B2mQXcX9EgSl5WsXC7m8HrM7xOWaIX2PFZrxcb23pls,547328
|
|
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=AH3GkS53I3XkOxH_QKmdQDaXOaym66lZkgKYYXlKk_I,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=luCb5XjhKKLYlC5iKbLJI6LZKskvUtwVMT3R74MqoHE,4355
|
|
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=bfsfDuws163aHImAwy6wBWA_2jhBStTcw9YlZfsDhxI,116224
|
|
12
|
+
mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=YRQRtfPlXYCCVSOH5IaarzD6IpCE8-neMDsK6JsFCSA,174080
|
|
13
|
+
mqt/core/bin/mqt-core-dd.dll,sha256=UMPhaw--Zq6e926etEF7QPguI1GS2yGOR1tDfcdkTPU,546816
|
|
14
|
+
mqt/core/bin/mqt-core-ds.dll,sha256=tLiWMPnbsCBGNfdmd8Zuitj-ZijyGW6SBiVe7gm0ins,75776
|
|
15
|
+
mqt/core/bin/mqt-core-ir.dll,sha256=Ufz7368Unv1FlJ_QhLTOXLHWTemD7kx-WQTlpUsjBqM,454656
|
|
16
|
+
mqt/core/bin/mqt-core-na.dll,sha256=EG36GVwLRPWnR32HefTSh30VRnJduJAIgdqGdVDvAtY,59904
|
|
17
|
+
mqt/core/bin/mqt-core-qasm.dll,sha256=sdlRfz405B5AOfybxXLAOFgkX84XLbri8DLlQcVqp64,608256
|
|
18
|
+
mqt/core/bin/mqt-core-zx.dll,sha256=I5_alZu8n3kw0Y6PT-W0Hi0u4VFR1bAQ2hI6mYwTENI,231424
|
|
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
|
|
@@ -217,49 +216,51 @@ mqt/core/include/mqt-core/datastructures/Layer.hpp,sha256=fsn3W7HhI7DsROFVjbCeeQ
|
|
|
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
218
|
mqt/core/include/mqt-core/datastructures/UndirectedGraph.hpp,sha256=bQ2lRzIIEfOPRpsxQ5kDCsuETpmLMJc5p4B0H4sGAR8,8036
|
|
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=0U1tXdeJVIiY0LL5OVrX3fwc8JnxwYW51oD6TolMYvk,7558
|
|
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=d0qOdlcjpOzr-ZxnD7f6vbRgzsPLAyuvBkL8QV4JLEY,74199
|
|
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
261
|
mqt/core/include/mqt-core/ir/operations/Expression.hpp,sha256=eFfn3xfPPvandblwq7OT3RQjvH8YDj6h5c1-dDHr7S8,26454
|
|
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,87 +306,39 @@ 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
309
|
mqt/core/ir/operations.pyi,sha256=2hxPlRg0ItcxIlRUIpjobq3sGS_pnztwt6q4BtQ8kCQ,28917
|
|
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=E5NzobsnLefDs7Jidca7XtnZQSSM452xYek9T5LbCeU,127856
|
|
314
|
+
mqt/core/lib/mqt-core-circuit-optimizer.lib,sha256=3AIttkycJK0hTT4ftF4-QVkwLPSXMTL_hwvIkmhVTdY,291634
|
|
315
|
+
mqt/core/lib/mqt-core-dd.lib,sha256=Db1vZgRm8rPFuja0EtZbSlpXUNI3pUJzDRxO4cjGmr4,1081086
|
|
316
|
+
mqt/core/lib/mqt-core-ds.lib,sha256=RrUPhYUVPBbv2oYq4j3b2UAtJnNE_3n_L0TGthMqvZw,130056
|
|
317
|
+
mqt/core/lib/mqt-core-ir.lib,sha256=48S09ch2RuWkihzUsOEVVlYJbRB6ECEw0pfbFTRQvbw,863456
|
|
318
|
+
mqt/core/lib/mqt-core-na.lib,sha256=wr5mHT5QH9N71rE4ai26fFNtKECJzTJViSw3Cs4lUxU,73102
|
|
319
|
+
mqt/core/lib/mqt-core-qasm.lib,sha256=xaQ4tOInF947uHLHaT0oMQlcVRU6VoPyqohfRd2I6bY,1038742
|
|
320
|
+
mqt/core/lib/mqt-core-zx.lib,sha256=dAZDp27RA7FujWhWxt_OQNx9lcl8zoL2iN3gJqGy-Hc,262592
|
|
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=g-cfjrAWykuNc7AKMTyMa3VZPP3c4J3aXptVxlqxLN8,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=pmqbYTzP2G2ofnUaZZXt2QVmIY1tPMb7FFk-03wft8I,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=soLuZt3wqW9q5Qk8lIztKgzLOh3SN5u6l1jPs98mviY,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/.load-order-mqt_core-3.0
|
|
391
|
-
mqt_core.libs/msvcp140.dll,sha256=
|
|
337
|
+
mqt_core-3.1.0.dist-info/DELVEWHEEL,sha256=TkiJUP65ogepkiRgh8D7TaLJQDzXXy3Dq9E0HlN6N8k,443
|
|
338
|
+
mqt_core-3.1.0.dist-info/entry_points.txt,sha256=mCvuLe8oe3Frh1UMVdRkE1ITs1tHq1K_GyK8GbgAthg,107
|
|
339
|
+
mqt_core-3.1.0.dist-info/METADATA,sha256=B59E-D7o1xPEusXk13SCt0ZbUHHNWgZr2JLjqbCOJkM,9119
|
|
340
|
+
mqt_core-3.1.0.dist-info/RECORD,,
|
|
341
|
+
mqt_core-3.1.0.dist-info/WHEEL,sha256=BefOjTL_b4WZlwJ4C4BXPpIj10wTxAz3mJOqVtKKI1U,104
|
|
342
|
+
mqt_core-3.1.0.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
|
|
343
|
+
mqt_core.libs/.load-order-mqt_core-3.1.0,sha256=V_TEVm9CzQEzGW922sVvjfYgzdhz-JalPeA5-XCw76A,13
|
|
344
|
+
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
|
|
@@ -1,100 +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
|
-
// This file contains all macro definitions affecting or depending on the ABI
|
|
12
|
-
|
|
13
|
-
#ifndef JSON_SKIP_LIBRARY_VERSION_CHECK
|
|
14
|
-
#if defined(NLOHMANN_JSON_VERSION_MAJOR) && defined(NLOHMANN_JSON_VERSION_MINOR) && defined(NLOHMANN_JSON_VERSION_PATCH)
|
|
15
|
-
#if NLOHMANN_JSON_VERSION_MAJOR != 3 || NLOHMANN_JSON_VERSION_MINOR != 11 || NLOHMANN_JSON_VERSION_PATCH != 3
|
|
16
|
-
#warning "Already included a different version of the library!"
|
|
17
|
-
#endif
|
|
18
|
-
#endif
|
|
19
|
-
#endif
|
|
20
|
-
|
|
21
|
-
#define NLOHMANN_JSON_VERSION_MAJOR 3 // NOLINT(modernize-macro-to-enum)
|
|
22
|
-
#define NLOHMANN_JSON_VERSION_MINOR 11 // NOLINT(modernize-macro-to-enum)
|
|
23
|
-
#define NLOHMANN_JSON_VERSION_PATCH 3 // NOLINT(modernize-macro-to-enum)
|
|
24
|
-
|
|
25
|
-
#ifndef JSON_DIAGNOSTICS
|
|
26
|
-
#define JSON_DIAGNOSTICS 0
|
|
27
|
-
#endif
|
|
28
|
-
|
|
29
|
-
#ifndef JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
|
|
30
|
-
#define JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON 0
|
|
31
|
-
#endif
|
|
32
|
-
|
|
33
|
-
#if JSON_DIAGNOSTICS
|
|
34
|
-
#define NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS _diag
|
|
35
|
-
#else
|
|
36
|
-
#define NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS
|
|
37
|
-
#endif
|
|
38
|
-
|
|
39
|
-
#if JSON_USE_LEGACY_DISCARDED_VALUE_COMPARISON
|
|
40
|
-
#define NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON _ldvcmp
|
|
41
|
-
#else
|
|
42
|
-
#define NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON
|
|
43
|
-
#endif
|
|
44
|
-
|
|
45
|
-
#ifndef NLOHMANN_JSON_NAMESPACE_NO_VERSION
|
|
46
|
-
#define NLOHMANN_JSON_NAMESPACE_NO_VERSION 0
|
|
47
|
-
#endif
|
|
48
|
-
|
|
49
|
-
// Construct the namespace ABI tags component
|
|
50
|
-
#define NLOHMANN_JSON_ABI_TAGS_CONCAT_EX(a, b) json_abi ## a ## b
|
|
51
|
-
#define NLOHMANN_JSON_ABI_TAGS_CONCAT(a, b) \
|
|
52
|
-
NLOHMANN_JSON_ABI_TAGS_CONCAT_EX(a, b)
|
|
53
|
-
|
|
54
|
-
#define NLOHMANN_JSON_ABI_TAGS \
|
|
55
|
-
NLOHMANN_JSON_ABI_TAGS_CONCAT( \
|
|
56
|
-
NLOHMANN_JSON_ABI_TAG_DIAGNOSTICS, \
|
|
57
|
-
NLOHMANN_JSON_ABI_TAG_LEGACY_DISCARDED_VALUE_COMPARISON)
|
|
58
|
-
|
|
59
|
-
// Construct the namespace version component
|
|
60
|
-
#define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT_EX(major, minor, patch) \
|
|
61
|
-
_v ## major ## _ ## minor ## _ ## patch
|
|
62
|
-
#define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(major, minor, patch) \
|
|
63
|
-
NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT_EX(major, minor, patch)
|
|
64
|
-
|
|
65
|
-
#if NLOHMANN_JSON_NAMESPACE_NO_VERSION
|
|
66
|
-
#define NLOHMANN_JSON_NAMESPACE_VERSION
|
|
67
|
-
#else
|
|
68
|
-
#define NLOHMANN_JSON_NAMESPACE_VERSION \
|
|
69
|
-
NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(NLOHMANN_JSON_VERSION_MAJOR, \
|
|
70
|
-
NLOHMANN_JSON_VERSION_MINOR, \
|
|
71
|
-
NLOHMANN_JSON_VERSION_PATCH)
|
|
72
|
-
#endif
|
|
73
|
-
|
|
74
|
-
// Combine namespace components
|
|
75
|
-
#define NLOHMANN_JSON_NAMESPACE_CONCAT_EX(a, b) a ## b
|
|
76
|
-
#define NLOHMANN_JSON_NAMESPACE_CONCAT(a, b) \
|
|
77
|
-
NLOHMANN_JSON_NAMESPACE_CONCAT_EX(a, b)
|
|
78
|
-
|
|
79
|
-
#ifndef NLOHMANN_JSON_NAMESPACE
|
|
80
|
-
#define NLOHMANN_JSON_NAMESPACE \
|
|
81
|
-
nlohmann::NLOHMANN_JSON_NAMESPACE_CONCAT( \
|
|
82
|
-
NLOHMANN_JSON_ABI_TAGS, \
|
|
83
|
-
NLOHMANN_JSON_NAMESPACE_VERSION)
|
|
84
|
-
#endif
|
|
85
|
-
|
|
86
|
-
#ifndef NLOHMANN_JSON_NAMESPACE_BEGIN
|
|
87
|
-
#define NLOHMANN_JSON_NAMESPACE_BEGIN \
|
|
88
|
-
namespace nlohmann \
|
|
89
|
-
{ \
|
|
90
|
-
inline namespace NLOHMANN_JSON_NAMESPACE_CONCAT( \
|
|
91
|
-
NLOHMANN_JSON_ABI_TAGS, \
|
|
92
|
-
NLOHMANN_JSON_NAMESPACE_VERSION) \
|
|
93
|
-
{
|
|
94
|
-
#endif
|
|
95
|
-
|
|
96
|
-
#ifndef NLOHMANN_JSON_NAMESPACE_END
|
|
97
|
-
#define NLOHMANN_JSON_NAMESPACE_END \
|
|
98
|
-
} /* namespace (inline namespace) NOLINT(readability/namespace) */ \
|
|
99
|
-
} // namespace nlohmann
|
|
100
|
-
#endif
|