mqt-core 3.0.2__cp311-cp311-win_amd64.whl → 3.1.0__cp311-cp311-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.cp311-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.cp311-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.2.dist-info → mqt_core-3.1.0.dist-info}/METADATA +46 -21
- {mqt_core-3.0.2.dist-info → mqt_core-3.1.0.dist-info}/RECORD +54 -101
- {mqt_core-3.0.2.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.2.dist-info/DELVEWHEEL +0 -2
- {mqt_core-3.0.2.dist-info → mqt_core-3.1.0.dist-info}/entry_points.txt +0 -0
- {mqt_core-3.0.2.dist-info → mqt_core-3.1.0.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Copyright (c) 2023 - 2025 Chair for Design Automation, TUM
|
|
2
|
+
# Copyright (c) 2025 Munich Quantum Software Company GmbH
|
|
3
|
+
# All rights reserved.
|
|
4
|
+
#
|
|
5
|
+
# SPDX-License-Identifier: MIT
|
|
6
|
+
#
|
|
7
|
+
# Licensed under the MIT License
|
|
8
|
+
|
|
9
|
+
function(add_mqt_python_binding package_name target_name)
|
|
10
|
+
# parse the arguments
|
|
11
|
+
cmake_parse_arguments(ARG "" "MODULE_NAME;INSTALL_DIR" "LINK_LIBS" ${ARGN})
|
|
12
|
+
set(SOURCES ${ARG_UNPARSED_ARGUMENTS})
|
|
13
|
+
|
|
14
|
+
# declare the Python module
|
|
15
|
+
pybind11_add_module(
|
|
16
|
+
# name of the extension
|
|
17
|
+
${target_name}
|
|
18
|
+
# Pprefer thin LTO if available
|
|
19
|
+
THIN_LTO
|
|
20
|
+
# optimize the bindings for size
|
|
21
|
+
OPT_SIZE
|
|
22
|
+
# source code goes here
|
|
23
|
+
${SOURCES})
|
|
24
|
+
|
|
25
|
+
# set default "." for INSTALL_DIR
|
|
26
|
+
if(NOT ARG_INSTALL_DIR)
|
|
27
|
+
set(ARG_INSTALL_DIR ".")
|
|
28
|
+
endif()
|
|
29
|
+
|
|
30
|
+
if(ARG_MODULE_NAME)
|
|
31
|
+
# the library name must be the same as the module name
|
|
32
|
+
set_target_properties(${target_name} PROPERTIES OUTPUT_NAME ${ARG_MODULE_NAME})
|
|
33
|
+
target_compile_definitions(${target_name}
|
|
34
|
+
PRIVATE MQT_${package_name}_MODULE_NAME=${ARG_MODULE_NAME})
|
|
35
|
+
else()
|
|
36
|
+
# use the target name as the module name
|
|
37
|
+
target_compile_definitions(${target_name}
|
|
38
|
+
PRIVATE MQT_${package_name}_MODULE_NAME=${target_name})
|
|
39
|
+
endif()
|
|
40
|
+
|
|
41
|
+
# add project libraries to the link libraries
|
|
42
|
+
list(APPEND ARG_LINK_LIBS MQT::ProjectOptions MQT::ProjectWarnings)
|
|
43
|
+
|
|
44
|
+
# link the required libraries
|
|
45
|
+
target_link_libraries(${target_name} PRIVATE ${ARG_LINK_LIBS})
|
|
46
|
+
|
|
47
|
+
# install directive for scikit-build-core
|
|
48
|
+
install(
|
|
49
|
+
TARGETS ${target_name}
|
|
50
|
+
DESTINATION ${ARG_INSTALL_DIR}
|
|
51
|
+
COMPONENT ${MQT_${package_name}_TARGET_NAME}_Python)
|
|
52
|
+
endfunction()
|
|
@@ -12,8 +12,8 @@ macro(PACKAGE_ADD_TEST testname linklibs)
|
|
|
12
12
|
# create an executable in which the tests will be stored
|
|
13
13
|
add_executable(${testname} ${ARGN})
|
|
14
14
|
# link the Google test infrastructure and a default main function to the test executable.
|
|
15
|
-
target_link_libraries(${testname} PRIVATE ${linklibs} gmock gtest_main
|
|
16
|
-
MQT::ProjectWarnings)
|
|
15
|
+
target_link_libraries(${testname} PRIVATE ${linklibs} GTest::gmock GTest::gtest_main
|
|
16
|
+
MQT::ProjectOptions MQT::ProjectWarnings)
|
|
17
17
|
# discover tests
|
|
18
18
|
gtest_discover_tests(
|
|
19
19
|
${testname}
|
|
@@ -28,8 +28,8 @@ macro(PACKAGE_ADD_TEST_WITH_WORKING_DIR testname linklibs test_working_directory
|
|
|
28
28
|
# create an executable in which the tests will be stored
|
|
29
29
|
add_executable(${testname} ${ARGN})
|
|
30
30
|
# link the Google test infrastructure and a default main function to the test executable.
|
|
31
|
-
target_link_libraries(${testname} PRIVATE ${linklibs} gmock gtest_main
|
|
32
|
-
MQT::ProjectWarnings)
|
|
31
|
+
target_link_libraries(${testname} PRIVATE ${linklibs} GTest::gmock GTest::gtest_main
|
|
32
|
+
MQT::ProjectOptions MQT::ProjectWarnings)
|
|
33
33
|
# discover tests
|
|
34
34
|
gtest_discover_tests(
|
|
35
35
|
${testname}
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
# The variable CVF_VERSION must be set before calling configure_file().
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
set(PACKAGE_VERSION "3.0
|
|
13
|
+
set(PACKAGE_VERSION "3.1.0")
|
|
14
14
|
|
|
15
15
|
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
|
16
16
|
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
17
17
|
else()
|
|
18
18
|
|
|
19
|
-
if("3.0
|
|
19
|
+
if("3.1.0" MATCHES "^([0-9]+)\\.([0-9]+)")
|
|
20
20
|
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
|
21
21
|
set(CVF_VERSION_MINOR "${CMAKE_MATCH_2}")
|
|
22
22
|
|
|
@@ -27,7 +27,7 @@ else()
|
|
|
27
27
|
string(REGEX REPLACE "^0+" "" CVF_VERSION_MINOR "${CVF_VERSION_MINOR}")
|
|
28
28
|
endif()
|
|
29
29
|
else()
|
|
30
|
-
set(CVF_VERSION_MAJOR "3.0
|
|
30
|
+
set(CVF_VERSION_MAJOR "3.1.0")
|
|
31
31
|
set(CVF_VERSION_MINOR "")
|
|
32
32
|
endif()
|
|
33
33
|
|
|
@@ -37,6 +37,7 @@ if(TARGET MQT::Core)
|
|
|
37
37
|
return()
|
|
38
38
|
endif()
|
|
39
39
|
|
|
40
|
+
include("${CMAKE_CURRENT_LIST_DIR}/AddMQTPythonBinding.cmake")
|
|
40
41
|
include("${CMAKE_CURRENT_LIST_DIR}/Cache.cmake")
|
|
41
42
|
include("${CMAKE_CURRENT_LIST_DIR}/PackageAddTest.cmake")
|
|
42
43
|
include("${CMAKE_CURRENT_LIST_DIR}/PreventInSourceBuilds.cmake")
|
|
@@ -193,7 +193,7 @@ if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
|
|
|
193
193
|
FILE_SET "HEADERS"
|
|
194
194
|
TYPE "HEADERS"
|
|
195
195
|
BASE_DIRS "${_IMPORT_PREFIX}/include/mqt-core"
|
|
196
|
-
FILES "${_IMPORT_PREFIX}/include/mqt-core/dd/CachedEdge.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Complex.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/ComplexNumbers.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/ComplexValue.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/ComputeTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/DDDefinitions.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/DDpackageConfig.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/DensityNoiseTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Edge.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Export.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/FunctionalityConstruction.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/GateMatrixDefinitions.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/LinkedListBase.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/MemoryManager.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Node.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/NoiseFunctionality.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Operations.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Package.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Package_fwd.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/RealNumber.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/RealNumberUniqueTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Simulation.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/StochasticNoiseOperationTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/UnaryComputeTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/UniqueTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/mqt_core_dd_export.h" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/PackageStatistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/Statistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/TableStatistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp"
|
|
196
|
+
FILES "${_IMPORT_PREFIX}/include/mqt-core/dd/Approximation.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/CachedEdge.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Complex.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/ComplexNumbers.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/ComplexValue.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/ComputeTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/DDDefinitions.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/DDpackageConfig.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/DensityNoiseTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Edge.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Export.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/FunctionalityConstruction.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/GateMatrixDefinitions.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/LinkedListBase.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/MemoryManager.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Node.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/NoiseFunctionality.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Operations.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Package.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Package_fwd.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/RealNumber.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/RealNumberUniqueTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/Simulation.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/StateGeneration.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/StochasticNoiseOperationTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/UnaryComputeTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/UniqueTable.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/mqt_core_dd_export.h" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/PackageStatistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/Statistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/TableStatistics.hpp" "${_IMPORT_PREFIX}/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp"
|
|
197
197
|
)
|
|
198
198
|
else()
|
|
199
199
|
set_property(TARGET MQT::CoreDD
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
Version: 1.10.1
|
|
2
|
+
Arguments: ['C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-horcz0kp\\cp311-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-horcz0kp\\cp311-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-horcz0kp\\cp311-win_amd64\\built_wheel\\mqt_core-3.1.0-cp311-cp311-win_amd64.whl', '--namespace-pkg', 'mqt', '--ignore-existing']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mqt-core
|
|
3
|
-
Version: 3.0
|
|
3
|
+
Version: 3.1.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>
|
|
@@ -47,16 +47,15 @@ Description-Content-Type: text/markdown
|
|
|
47
47
|
<p align="center">
|
|
48
48
|
<a href="https://mqt.readthedocs.io">
|
|
49
49
|
<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-
|
|
50
|
+
<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%">
|
|
51
|
+
<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
52
|
</picture>
|
|
53
53
|
</a>
|
|
54
54
|
</p>
|
|
55
55
|
|
|
56
56
|
# MQT Core - The Backbone of the Munich Quantum Toolkit (MQT)
|
|
57
57
|
|
|
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)
|
|
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.
|
|
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).
|
|
60
59
|
|
|
61
60
|
<p align="center">
|
|
62
61
|
<a href="https://mqt.readthedocs.io/projects/core">
|
|
@@ -64,25 +63,34 @@ To this end, it consists of multiple components that are used throughout the MQT
|
|
|
64
63
|
</a>
|
|
65
64
|
</p>
|
|
66
65
|
|
|
67
|
-
|
|
66
|
+
## Key Features
|
|
68
67
|
|
|
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
|
-
```
|
|
68
|
+
- Fully fledged intermediate representation (IR) for quantum computations.
|
|
69
|
+
- A state-of-the-art decision diagram (DD) package for quantum computing.
|
|
70
|
+
- A dedicated ZX-diagram package for working with the ZX-calculus.
|
|
83
71
|
|
|
84
72
|
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
73
|
|
|
74
|
+
## Contributors and Supporters
|
|
75
|
+
|
|
76
|
+
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).
|
|
77
|
+
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.
|
|
78
|
+
|
|
79
|
+
<p align="center">
|
|
80
|
+
<picture>
|
|
81
|
+
<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%">
|
|
82
|
+
<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">
|
|
83
|
+
</picture>
|
|
84
|
+
</p>
|
|
85
|
+
|
|
86
|
+
Thank you to all the contributors who have helped make MQT Core a reality!
|
|
87
|
+
|
|
88
|
+
<p align="center">
|
|
89
|
+
<a href="https://github.com/munich-quantum-toolkit/core/graphs/contributors">
|
|
90
|
+
<img src="https://contrib.rocks/image?repo=munich-quantum-toolkit/core" />
|
|
91
|
+
</a>
|
|
92
|
+
</p>
|
|
93
|
+
|
|
86
94
|
## Getting Started
|
|
87
95
|
|
|
88
96
|
`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.
|
|
@@ -124,7 +132,24 @@ It is recommended (although not required) to have [GraphViz](https://www.graphvi
|
|
|
124
132
|
|
|
125
133
|
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
134
|
|
|
127
|
-
|
|
135
|
+
## Cite This
|
|
136
|
+
|
|
137
|
+
If you want to cite MQT Core, please use the following BibTeX entry:
|
|
138
|
+
|
|
139
|
+
```bibtex
|
|
140
|
+
@article{burgholzer2025MQTCore,
|
|
141
|
+
title = {{{MQT Core}}: {{The}} Backbone of the {{Munich Quantum Toolkit (MQT)}}},
|
|
142
|
+
author = {Lukas Burgholzer and Yannick Stade and Tom Peham and Robert Wille},
|
|
143
|
+
year = {2025},
|
|
144
|
+
journal = {Journal of Open Source Software},
|
|
145
|
+
publisher = {The Open Journal},
|
|
146
|
+
volume = {10},
|
|
147
|
+
number = {108},
|
|
148
|
+
pages = {7478},
|
|
149
|
+
doi = {10.21105/joss.07478},
|
|
150
|
+
url = {https://doi.org/10.21105/joss.07478},
|
|
151
|
+
}
|
|
152
|
+
```
|
|
128
153
|
|
|
129
154
|
---
|
|
130
155
|
|
|
@@ -1,22 +1,21 @@
|
|
|
1
|
-
mqt/core/dd.cp311-win_amd64.pyd,sha256=
|
|
1
|
+
mqt/core/dd.cp311-win_amd64.pyd,sha256=nkOx0FJlJA9rOJzbtgaB7pgklYBrJZGj8q9nuAcC--U,325632
|
|
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.cp311-win_amd64.pyd,sha256=
|
|
5
|
-
mqt/core/nlohmann_json.natvis,sha256=FiZm56tNclpuliHw0xCXgCtYuDjpB65URcfJOP0CV7E,19578
|
|
4
|
+
mqt/core/ir.cp311-win_amd64.pyd,sha256=0GcJjgHCR-VlUMFJgm1opMtJSLYQperSZnH2q9MI918,548864
|
|
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=bAuewOG04A4f88kw6yHgHdHwgm1lULn586U-X_U5YuE,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=Ss2oM0_XGw0JDQaLtNXYLO450pzN5RWmcfxvEK6dv8s,116224
|
|
12
|
+
mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=lTRRmaO5IH6NE2AiTvsJQ6as_itkBG_Z9fTqHc-8g04,174080
|
|
13
|
+
mqt/core/bin/mqt-core-dd.dll,sha256=K6BynEFX_2uFVL_AF3CAYOkhzle5NuLKDita3pO7xUI,546816
|
|
14
|
+
mqt/core/bin/mqt-core-ds.dll,sha256=DW5p1iB1_PbkdnjGsjXQMKShvbajS2QAvti_mcSSSSs,75776
|
|
15
|
+
mqt/core/bin/mqt-core-ir.dll,sha256=bNOzw901HXb_e31q8v5mfELgIrcdxC3NvJB8MBqAmtY,454656
|
|
16
|
+
mqt/core/bin/mqt-core-na.dll,sha256=75jPl9GtVzNwMI19XY8sKzE_vJeKuz0ercXPCobvW4k,59904
|
|
17
|
+
mqt/core/bin/mqt-core-qasm.dll,sha256=9bpZC0gSfDOZt8vlUQ_YfsDZi5FUo_EyLPBIWZD70fA,608256
|
|
18
|
+
mqt/core/bin/mqt-core-zx.dll,sha256=ZH1hJsOcUbsgQX6jau0e7y0-NEdkvZSb_uoeHw9rqlI,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,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
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=i1pELT8zMWo6p6wXFEqYHYMVNc6d7D97a9b8hYyy3RI,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.1.0.dist-info/DELVEWHEEL,sha256=MN6csnS00f3ieQv6gh5zEaHKeBni0LcGg625vRKjhQY,448
|
|
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=RKWfL8d6R7y9dzb5_AyhPLMoBaKZaDpOTwy7YMg9zGI,106
|
|
342
|
+
mqt_core-3.1.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
|