mqt-core 3.0.2__cp313-cp313-win_amd64.whl → 3.1.0__cp313-cp313-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of mqt-core might be problematic. Click here for more details.

Files changed (105) hide show
  1. mqt/core/__init__.py +3 -3
  2. mqt/core/_version.py +2 -2
  3. mqt/core/bin/mqt-core-algorithms.dll +0 -0
  4. mqt/core/bin/mqt-core-circuit-optimizer.dll +0 -0
  5. mqt/core/bin/mqt-core-dd.dll +0 -0
  6. mqt/core/bin/mqt-core-ds.dll +0 -0
  7. mqt/core/bin/mqt-core-ir.dll +0 -0
  8. mqt/core/bin/mqt-core-na.dll +0 -0
  9. mqt/core/bin/mqt-core-qasm.dll +0 -0
  10. mqt/core/bin/mqt-core-zx.dll +0 -0
  11. mqt/core/dd.cp313-win_amd64.pyd +0 -0
  12. mqt/core/include/mqt-core/dd/Approximation.hpp +45 -0
  13. mqt/core/include/mqt-core/dd/Complex.hpp +6 -0
  14. mqt/core/include/mqt-core/dd/ComplexNumbers.hpp +0 -18
  15. mqt/core/include/mqt-core/dd/ComputeTable.hpp +4 -1
  16. mqt/core/include/mqt-core/dd/DDDefinitions.hpp +0 -7
  17. mqt/core/include/mqt-core/dd/Edge.hpp +16 -0
  18. mqt/core/include/mqt-core/dd/Export.hpp +1 -2
  19. mqt/core/include/mqt-core/dd/Node.hpp +26 -49
  20. mqt/core/include/mqt-core/dd/Operations.hpp +27 -0
  21. mqt/core/include/mqt-core/dd/Package.hpp +138 -120
  22. mqt/core/include/mqt-core/dd/RealNumber.hpp +49 -66
  23. mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp +14 -25
  24. mqt/core/include/mqt-core/dd/StateGeneration.hpp +143 -0
  25. mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp +6 -4
  26. mqt/core/include/mqt-core/dd/UniqueTable.hpp +13 -39
  27. mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp +8 -7
  28. mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -10
  29. mqt/core/include/mqt-core/ir/QuantumComputation.hpp +3 -0
  30. mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp +2 -0
  31. mqt/core/include/mqt-core/ir/operations/Operation.hpp +2 -2
  32. mqt/core/ir.cp313-win_amd64.pyd +0 -0
  33. mqt/core/lib/mqt-core-algorithms.lib +0 -0
  34. mqt/core/lib/mqt-core-circuit-optimizer.lib +0 -0
  35. mqt/core/lib/mqt-core-dd.lib +0 -0
  36. mqt/core/lib/mqt-core-ds.lib +0 -0
  37. mqt/core/lib/mqt-core-ir.lib +0 -0
  38. mqt/core/lib/mqt-core-na.lib +0 -0
  39. mqt/core/lib/mqt-core-qasm.lib +0 -0
  40. mqt/core/lib/mqt-core-zx.lib +0 -0
  41. mqt/core/plugins/__init__.py +0 -8
  42. mqt/core/plugins/qiskit/qiskit_to_mqt.py +6 -0
  43. mqt/core/share/cmake/mqt-core/AddMQTPythonBinding.cmake +52 -0
  44. mqt/core/share/cmake/mqt-core/PackageAddTest.cmake +4 -4
  45. mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake +3 -3
  46. mqt/core/share/cmake/mqt-core/mqt-core-config.cmake +1 -0
  47. mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake +1 -1
  48. mqt_core-3.1.0.dist-info/DELVEWHEEL +2 -0
  49. {mqt_core-3.0.2.dist-info → mqt_core-3.1.0.dist-info}/METADATA +46 -21
  50. {mqt_core-3.0.2.dist-info → mqt_core-3.1.0.dist-info}/RECORD +54 -101
  51. {mqt_core-3.0.2.dist-info → mqt_core-3.1.0.dist-info}/WHEEL +1 -1
  52. mqt_core.libs/msvcp140.dll +0 -0
  53. mqt/core/include/nlohmann/adl_serializer.hpp +0 -55
  54. mqt/core/include/nlohmann/byte_container_with_subtype.hpp +0 -103
  55. mqt/core/include/nlohmann/detail/abi_macros.hpp +0 -100
  56. mqt/core/include/nlohmann/detail/conversions/from_json.hpp +0 -497
  57. mqt/core/include/nlohmann/detail/conversions/to_chars.hpp +0 -1118
  58. mqt/core/include/nlohmann/detail/conversions/to_json.hpp +0 -446
  59. mqt/core/include/nlohmann/detail/exceptions.hpp +0 -257
  60. mqt/core/include/nlohmann/detail/hash.hpp +0 -129
  61. mqt/core/include/nlohmann/detail/input/binary_reader.hpp +0 -3009
  62. mqt/core/include/nlohmann/detail/input/input_adapters.hpp +0 -492
  63. mqt/core/include/nlohmann/detail/input/json_sax.hpp +0 -727
  64. mqt/core/include/nlohmann/detail/input/lexer.hpp +0 -1633
  65. mqt/core/include/nlohmann/detail/input/parser.hpp +0 -519
  66. mqt/core/include/nlohmann/detail/input/position_t.hpp +0 -37
  67. mqt/core/include/nlohmann/detail/iterators/internal_iterator.hpp +0 -35
  68. mqt/core/include/nlohmann/detail/iterators/iter_impl.hpp +0 -751
  69. mqt/core/include/nlohmann/detail/iterators/iteration_proxy.hpp +0 -242
  70. mqt/core/include/nlohmann/detail/iterators/iterator_traits.hpp +0 -61
  71. mqt/core/include/nlohmann/detail/iterators/json_reverse_iterator.hpp +0 -130
  72. mqt/core/include/nlohmann/detail/iterators/primitive_iterator.hpp +0 -132
  73. mqt/core/include/nlohmann/detail/json_custom_base_class.hpp +0 -39
  74. mqt/core/include/nlohmann/detail/json_pointer.hpp +0 -988
  75. mqt/core/include/nlohmann/detail/json_ref.hpp +0 -78
  76. mqt/core/include/nlohmann/detail/macro_scope.hpp +0 -482
  77. mqt/core/include/nlohmann/detail/macro_unscope.hpp +0 -45
  78. mqt/core/include/nlohmann/detail/meta/call_std/begin.hpp +0 -17
  79. mqt/core/include/nlohmann/detail/meta/call_std/end.hpp +0 -17
  80. mqt/core/include/nlohmann/detail/meta/cpp_future.hpp +0 -171
  81. mqt/core/include/nlohmann/detail/meta/detected.hpp +0 -70
  82. mqt/core/include/nlohmann/detail/meta/identity_tag.hpp +0 -21
  83. mqt/core/include/nlohmann/detail/meta/is_sax.hpp +0 -159
  84. mqt/core/include/nlohmann/detail/meta/std_fs.hpp +0 -29
  85. mqt/core/include/nlohmann/detail/meta/type_traits.hpp +0 -795
  86. mqt/core/include/nlohmann/detail/meta/void_t.hpp +0 -24
  87. mqt/core/include/nlohmann/detail/output/binary_writer.hpp +0 -1838
  88. mqt/core/include/nlohmann/detail/output/output_adapters.hpp +0 -147
  89. mqt/core/include/nlohmann/detail/output/serializer.hpp +0 -988
  90. mqt/core/include/nlohmann/detail/string_concat.hpp +0 -146
  91. mqt/core/include/nlohmann/detail/string_escape.hpp +0 -72
  92. mqt/core/include/nlohmann/detail/value_t.hpp +0 -118
  93. mqt/core/include/nlohmann/json.hpp +0 -5258
  94. mqt/core/include/nlohmann/json_fwd.hpp +0 -75
  95. mqt/core/include/nlohmann/ordered_map.hpp +0 -359
  96. mqt/core/include/nlohmann/thirdparty/hedley/hedley.hpp +0 -2045
  97. mqt/core/include/nlohmann/thirdparty/hedley/hedley_undef.hpp +0 -158
  98. mqt/core/nlohmann_json.natvis +0 -278
  99. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake +0 -15
  100. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake +0 -20
  101. mqt/core/share/cmake/nlohmann_json/nlohmann_jsonTargets.cmake +0 -110
  102. mqt/core/share/pkgconfig/nlohmann_json.pc +0 -4
  103. mqt_core-3.0.2.dist-info/DELVEWHEEL +0 -2
  104. {mqt_core-3.0.2.dist-info → mqt_core-3.1.0.dist-info}/entry_points.txt +0 -0
  105. {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 MQT::ProjectOptions
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 MQT::ProjectOptions
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.2")
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.2" MATCHES "^([0-9]+)\\.([0-9]+)")
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.2")
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\\cp313-win_amd64\\build\\venv\\Scripts\\delvewheel', 'repair', '-w', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-horcz0kp\\cp313-win_amd64\\repaired_wheel', 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\cibw-run-horcz0kp\\cp313-win_amd64\\built_wheel\\mqt_core-3.1.0-cp313-cp313-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.2
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-banner-dark.svg" width="90%">
51
- <img src="https://raw.githubusercontent.com/munich-quantum-toolkit/.github/refs/heads/main/docs/_static/mqt-banner-light.svg" width="90%" alt="MQT Banner">
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) [^1].
59
- To this end, it consists of multiple components that are used throughout the MQT, including a fully fledged intermediate representation (IR) for quantum computations, a state-of-the-art decision diagram (DD) package for quantum computing, and a dedicated ZX-diagram package for working with the ZX-calculus.
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
- If you want to cite MQT Core, please use the following BibTeX entry:
66
+ ## Key Features
68
67
 
69
- ```bibtex
70
- @article{burgholzer2025MQTCore,
71
- title = {{{MQT Core}}: {{The}} Backbone of the {{Munich Quantum Toolkit (MQT)}}},
72
- author = {Lukas Burgholzer and Yannick Stade and Tom Peham and Robert Wille},
73
- year = {2025},
74
- journal = {Journal of Open Source Software},
75
- publisher = {The Open Journal},
76
- volume = {10},
77
- number = {108},
78
- pages = {7478},
79
- doi = {10.21105/joss.07478},
80
- url = {https://doi.org/10.21105/joss.07478},
81
- }
82
- ```
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
- [^1]: The _[Munich Quantum Toolkit (MQT)](https://mqt.readthedocs.io)_ is a collection of software tools for quantum computing developed by the [Chair for Design Automation](https://www.cda.cit.tum.de/) at the [Technical University of Munich](https://www.tum.de/) as well as the [Munich Quantum Software Company (MQSC)](https://munichquantum.software). Among others, it is part of the [Munich Quantum Software Stack (MQSS)](https://www.munich-quantum-valley.de/research/research-areas/mqss) ecosystem, which is being developed as part of the [Munich Quantum Valley (MQV)](https://www.munich-quantum-valley.de) initiative.
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.cp313-win_amd64.pyd,sha256=3QMOyk3x_ncJznouug_OLphGDrecvs2ye4Nzm-Py6EU,311808
1
+ mqt/core/dd.cp313-win_amd64.pyd,sha256=6RajJBaiIiXSk4qft89qCC7wMkrAz1XxdSCpAL3_gOI,331776
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.cp313-win_amd64.pyd,sha256=SqCkggGHw5udFGWqxLHfbnI0zlM_kAQErImP_YpiZfE,520192
5
- mqt/core/nlohmann_json.natvis,sha256=FiZm56tNclpuliHw0xCXgCtYuDjpB65URcfJOP0CV7E,19578
4
+ mqt/core/ir.cp313-win_amd64.pyd,sha256=a6tcJ0OeyAcFT6arofBgpRuwStQQz1ekFVV-qK58MDw,561664
6
5
  mqt/core/py.typed,sha256=husfEbE4Pj90ywT42RX6LTRKsGA05aTLQRjjxVotcH4,95
7
6
  mqt/core/_commands.py,sha256=6QK6KoYMucIyxwFQE1aDAA2FWPuNWj3gCO76PzaGj0A,1888
8
- mqt/core/_version.py,sha256=UxZscCCEUq6VBGBljEq9-wnp6xRLd-efFVxd1kgsYxs,532
7
+ mqt/core/_version.py,sha256=AH3GkS53I3XkOxH_QKmdQDaXOaym66lZkgKYYXlKk_I,532
9
8
  mqt/core/_version.pyi,sha256=NRxzqx_-YD6DsAcy2DQ6DmBXMlWGo-9_2sZjXv80-xM,395
10
- mqt/core/__init__.py,sha256=zNARWpkItzusqH4cX15qfMHnYJEDlQbZSZa0wbg8ZUE,3113
9
+ mqt/core/__init__.py,sha256=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=sr9e3bUXj4QRpNMuEMzdgFcNuGD3jO6JOYEtCnL6WEY,374272
13
- mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=7QD0bePI943veqcSQ5aL5PUjum6E0mYrCq4Hty-lKoQ,675840
14
- mqt/core/bin/mqt-core-dd.dll,sha256=8Zr1_I_Wf2yssxXVP8eWgV_sumX3-iuhOeB5CVAdaCI,1672704
15
- mqt/core/bin/mqt-core-ds.dll,sha256=OSYzXk-wnmWlgBQGRzI8u5k0VkgyW60PQsQ7QgxTjok,296960
16
- mqt/core/bin/mqt-core-ir.dll,sha256=HjJdlylKTyQ-HV7zpwX0E-iy2AQ5xW3UYkYXf5PvnGs,1496576
17
- mqt/core/bin/mqt-core-na.dll,sha256=UXrn4_BS5bEJj2SlzUJP9DrhiQG2s2zYRNER2mcUlxQ,168960
18
- mqt/core/bin/mqt-core-qasm.dll,sha256=OnsQbBuom5lMMuiW8n7llFOveJulwhHcKA05EwnKYFQ,1832448
19
- mqt/core/bin/mqt-core-zx.dll,sha256=45xQl7IVb5yhTI4UpnayBHOpksDUXPhLhE6jsNNjXjY,565248
11
+ mqt/core/bin/mqt-core-algorithms.dll,sha256=hvQjqfCfrFvFHiJ_tS2ATfjzXGVuLyQv0XwKKr0vzQg,116224
12
+ mqt/core/bin/mqt-core-circuit-optimizer.dll,sha256=osvemepyl6q1k7c1VqJdbqBAXVMT5U1nivy12DQepKk,174080
13
+ mqt/core/bin/mqt-core-dd.dll,sha256=YoQo5L8_uctxHXLYpsbAMp2eWCYM192sqi9FKCYyXUo,546816
14
+ mqt/core/bin/mqt-core-ds.dll,sha256=oWmh6xK_70rbd1vVQIL6cwr5oiwsX2BMllRAbVBzBAA,75776
15
+ mqt/core/bin/mqt-core-ir.dll,sha256=JmMkOWCZ1EVydI9kQi3DJ0rwf-DMjq_Qi73mwfY9mFY,454656
16
+ mqt/core/bin/mqt-core-na.dll,sha256=-GI-XUY09RqL0FJiLK_dnWHHL9oB331nijR1eSisiA0,59904
17
+ mqt/core/bin/mqt-core-qasm.dll,sha256=PhC0JYRwsdv78gYIfe7lZJ-fjCwaeSFHfKO9KIU0ql4,608256
18
+ mqt/core/bin/mqt-core-zx.dll,sha256=7CSrh-NQ11td49t6K0kECNAZyWvMvAkBGCQUmPSPRcc,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=8Xul2INdX6onDOWcMFAqlHw4hVn-nt8k-KBDimSGyzw,5331
222
- mqt/core/include/mqt-core/dd/ComplexNumbers.hpp,sha256=6l1BPk0SoImn-Eq56JOfCKrWoaETryB62n0x8oFQZyQ,4966
221
+ mqt/core/include/mqt-core/dd/Complex.hpp,sha256=Bu6JT8A7SKBEhVZFJA99OOs5xEUfGzjHIslE0Xt7gRg,5487
222
+ mqt/core/include/mqt-core/dd/ComplexNumbers.hpp,sha256=wSPYwxiHgua-govC8B7qHIc3AuEYA8A79Qe6-eeSezI,4232
223
223
  mqt/core/include/mqt-core/dd/ComplexValue.hpp,sha256=fQuq_zDjyPlLBwXZ-VT6LABYSZc1DwSWXtF7w2SYNfk,6792
224
- mqt/core/include/mqt-core/dd/ComputeTable.hpp,sha256=W2wkPF60Cq8otanzlbTAsV8P3poqZXbkGE7C3NLrFGE,5776
225
- mqt/core/include/mqt-core/dd/DDDefinitions.hpp,sha256=asdCASJtrsiAnR0SgnzqbNRiaZ9ImDXnwWkfk4-869o,4603
224
+ mqt/core/include/mqt-core/dd/ComputeTable.hpp,sha256=5Vn8dBax8xAWnRZ1_7pB4_AWHnq5tmHYYUd0WQk409I,5908
225
+ mqt/core/include/mqt-core/dd/DDDefinitions.hpp,sha256=Wa7iSTJtXA1fFW_p6ZhUtEWbQsxklXGxfaV2QAShJes,4360
226
226
  mqt/core/include/mqt-core/dd/DDpackageConfig.hpp,sha256=GddETXpNMfZw0je_5AI8hVO6Bp6gZM3N7XePi0mG-cw,3530
227
227
  mqt/core/include/mqt-core/dd/DensityNoiseTable.hpp,sha256=-MuZlXEQhMqZ7w7qkZEG5yoULAR0ZA5_3SAA3aXP3kg,3187
228
- mqt/core/include/mqt-core/dd/Edge.hpp,sha256=r7lKDMUeH0jaxQDjeamEyh6-68s8VmfDfgDstaX5x54,15149
229
- mqt/core/include/mqt-core/dd/Export.hpp,sha256=MlcIpjWq0UNrKvtkxTcl5AaR5K_z7q_OZQt4t70b9GM,14689
228
+ mqt/core/include/mqt-core/dd/Edge.hpp,sha256=i27rlnjLfUX0qk05Y6wyYCcz9zi6VSF6Gt5P5QdD1d4,15632
229
+ mqt/core/include/mqt-core/dd/Export.hpp,sha256=fzVkyBrqR3JTXaeH4lzDXJ5edM3Rf6_Ukjx11C5Gm0g,14659
230
230
  mqt/core/include/mqt-core/dd/FunctionalityConstruction.hpp,sha256=Wpdvb2McIqanKWT4RfF210L4PehnzqTBLL4cvu6PotY,2837
231
231
  mqt/core/include/mqt-core/dd/GateMatrixDefinitions.hpp,sha256=N2x8nhQ-RwLbGFi9_itFOiQ-tt8_ZYMHN6FZUJ5Qdvk,1424
232
232
  mqt/core/include/mqt-core/dd/LinkedListBase.hpp,sha256=2PqPw5YvTBNwm7YQMB-ymnX44Cs9CwI5N3QLcU9EI6I,1238
233
233
  mqt/core/include/mqt-core/dd/MemoryManager.hpp,sha256=xpsWSxivEz8GRo36ePMy3_FmHeBuu0xFalMmtZZloJ8,6993
234
234
  mqt/core/include/mqt-core/dd/mqt_core_dd_export.h,sha256=mWZABiNpVg1zXtu0Qk9HPQK1ZnidNnB_tI6WLNS9Zi4,1159
235
- mqt/core/include/mqt-core/dd/Node.hpp,sha256=0EvRJuziKeJ6NwC37jUTy6J5pnOZJJqHzBBGhRV_2nQ,8563
235
+ mqt/core/include/mqt-core/dd/Node.hpp,sha256=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=ihmoKPpkdAYsKmehW6Hj6bhv505QrO_7erI4iwhcR6w,10478
238
- mqt/core/include/mqt-core/dd/Package.hpp,sha256=OdZfGp6qyQwGLLAZAVxhKCf4-OUOUVGWXVgEXOm-jys,75032
237
+ mqt/core/include/mqt-core/dd/Operations.hpp,sha256=_LwTBONmqiFEKkCPFnaa9XVW8uyShoUFD2-jJqHIRw8,11255
238
+ mqt/core/include/mqt-core/dd/Package.hpp,sha256=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=-2ibF06mPkNiMoZBW9XM1FUfwaGYA8r2TRrJR2p8hO0,10826
241
- mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp,sha256=rqiVmkNjMm5pFtMek_mC_BWNGdK1Y-XLxFHjK95Ifpg,9197
240
+ mqt/core/include/mqt-core/dd/RealNumber.hpp,sha256=k4vUoPyWn2js2VtED4gU8Y6NNSHnPMJuuwfs4ktYPHc,9468
241
+ mqt/core/include/mqt-core/dd/RealNumberUniqueTable.hpp,sha256=cglroBz9IXE13HWWHVAzNBQQDQvcL3pr97aybg_65zQ,8462
242
242
  mqt/core/include/mqt-core/dd/Simulation.hpp,sha256=ThgtDEbkobqam8Kjz17ZkdacizNlhMmMxYFjm8cORGk,3924
243
+ mqt/core/include/mqt-core/dd/StateGeneration.hpp,sha256=LJRXbxX2gIeEqh_1cMKy0zO7deNfBfl3WgNW1cTtSD0,5624
243
244
  mqt/core/include/mqt-core/dd/StochasticNoiseOperationTable.hpp,sha256=yGhgnKJNeZYL_dvt0-HhXp62JZ2q7Ffp0TpNcY1kKIg,2642
244
- mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp,sha256=9W-CFlPftddH1hFwfjmWGAzJswstJu1DjIQ4BJheDCQ,3260
245
- mqt/core/include/mqt-core/dd/UniqueTable.hpp,sha256=A-LBOO2RrnyRkQtJNGTdQuPZ1QnQaYNMA7bHM1gjk80,8882
245
+ mqt/core/include/mqt-core/dd/UnaryComputeTable.hpp,sha256=E9X6wCpQWUmDODJU8VqL-2amBkEvUbHHv2-AOAALm4E,3371
246
+ mqt/core/include/mqt-core/dd/UniqueTable.hpp,sha256=VjEIX9DwLfFGazK876aYAsZbJYBA47fe3LGu6unf2lo,7564
246
247
  mqt/core/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp,sha256=jN5171-saApdZOAaDxD9E_2f6PtnjVWpormZkUeMzHE,2612
247
- mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp,sha256=DW6_Gx89XBBe4hfGBoTT3zko0dHt-CEoWzLSWIvvsuo,1711
248
+ mqt/core/include/mqt-core/dd/statistics/PackageStatistics.hpp,sha256=4hFELgAR1ZM5k20xkq6S8jX_OgtTjVT1GQ6_7dA_7gc,1799
248
249
  mqt/core/include/mqt-core/dd/statistics/Statistics.hpp,sha256=NdF2Cov_VoXEdjIkqo0Cuj-q5xUajGm0iaoCqqs-u6w,1267
249
250
  mqt/core/include/mqt-core/dd/statistics/TableStatistics.hpp,sha256=0fOOahUCH2CWtfB2It-ccEBjR-cxfRUx5F-_YBHXWD0,2326
250
- mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp,sha256=0V7944DFv1OSqonfcwFIaKhEkViiY_CbklHtfMXhX6Y,1138
251
+ mqt/core/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp,sha256=71Nyf7NKFHzfGW4MXWD2AAZK-hrK65KsGveCxYlrmig,789
251
252
  mqt/core/include/mqt-core/ir/Definitions.hpp,sha256=4DgMwdgzBYRCWNOG4V4c4Buj7OuieRantpl5R7GZnDs,3449
252
253
  mqt/core/include/mqt-core/ir/mqt_core_ir_export.h,sha256=ccu1MlbKglOAx8t_EcnlUl7bdDju03nyeMfznojd9Ls,1159
253
254
  mqt/core/include/mqt-core/ir/Permutation.hpp,sha256=SaPP_5t1iTybv5bTuwR7dR6GnbJz17K4uyOL6zLaFKg,6822
254
- mqt/core/include/mqt-core/ir/QuantumComputation.hpp,sha256=040dAmt2tcQmKi6V1zt4sFT9QiVF2iL10XMTcK3uEeQ,25167
255
+ mqt/core/include/mqt-core/ir/QuantumComputation.hpp,sha256=f0jYqzUFVKqC_fCZvPeqMuqgOBG-_uHeoimBafvRN4o,25272
255
256
  mqt/core/include/mqt-core/ir/Register.hpp,sha256=BtzXUyM_HnfrUf4l4EyM-RcIKScaXLOjUwbJHoDVsG0,3869
256
257
  mqt/core/include/mqt-core/ir/operations/AodOperation.hpp,sha256=1K0oycjyKGtW9lgbqv4yXPYqo0m8T6_8J0MWO9zCZKU,3015
257
258
  mqt/core/include/mqt-core/ir/operations/ClassicControlledOperation.hpp,sha256=XNCwykUjpmOK7GU_DvMbzKeEi45DhGvj4l6zI4sRvs4,4721
258
- mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp,sha256=mAB3_jzAQ-Zx6ksEr4GjZTt_NQR3vpK_YgqGueZBdBs,7478
259
+ mqt/core/include/mqt-core/ir/operations/CompoundOperation.hpp,sha256=ZujQKQX4pd69jbYNbr8BHHLktwHrw-Xlrhicp9pI5XY,7533
259
260
  mqt/core/include/mqt-core/ir/operations/Control.hpp,sha256=6m6HTr0nwOE4sgpeYLvpccGRqyUpxNkswZo3M0wcVcM,4249
260
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=8o1OQQTz6Sgf9hZl68xaB12ey5WhH7UZMhR_LBFkQuc,7884
263
+ mqt/core/include/mqt-core/ir/operations/Operation.hpp,sha256=83Fdexd_fmYEdRwVfY0T2LliCcRcp-qDJl8jYwNS2y8,7900
263
264
  mqt/core/include/mqt-core/ir/operations/OpType.hpp,sha256=fJ-7romCkIbnM-GprVBoVja3HWzyrUm44lmMZHkOxKI,2316
264
265
  mqt/core/include/mqt-core/ir/operations/OpType.inc,sha256=6LFm0plv_J-bQ5Xa9P8MJCKcfoKE6a4MNM4KxbP6SNw,2632
265
266
  mqt/core/include/mqt-core/ir/operations/StandardOperation.hpp,sha256=pV5gCR59CTkVCyrwYqKKFfCU8tMBMITOeCN1OcpGuD4,4500
@@ -305,86 +306,38 @@ mqt/core/include/mqt-core/zx/Simplify.hpp,sha256=LTCEwAZgw5HSSSga3kjAEmIHE_fQqeC
305
306
  mqt/core/include/mqt-core/zx/Utils.hpp,sha256=daakVxoqPgaPG5Y48BKXplXVCEKce3isLzUHWSBrgmA,6632
306
307
  mqt/core/include/mqt-core/zx/ZXDefinitions.hpp,sha256=fNf_20tI-6uCuEIHtWOzGFuomlmrC2na5n_RWC4w1hc,2367
307
308
  mqt/core/include/mqt-core/zx/ZXDiagram.hpp,sha256=QDIyjj9UNQ0dK3RVw9q4ZHczyYCc2nRz3XPWvTfa5nw,14651
308
- mqt/core/include/nlohmann/adl_serializer.hpp,sha256=JCtXjhpByX3saJC9iL24JM23ap7dhJwQgpmllGnTJ-A,2279
309
- mqt/core/include/nlohmann/byte_container_with_subtype.hpp,sha256=x9wZfLtUuRaDc7S5o-HMV8xVg7_PUAi3IrNjM1vFNRE,3533
310
- mqt/core/include/nlohmann/json.hpp,sha256=JDLL9_QlhFNTjsoZPNk3_Hd0Yq4s6O6fRubuRg71a-o,198618
311
- mqt/core/include/nlohmann/json_fwd.hpp,sha256=xblQtChTSGG1hpJU_Xc6_HJBEvyeFBvR_IkYlkCjrl0,2541
312
- mqt/core/include/nlohmann/ordered_map.hpp,sha256=MdG7AlALc04JwnzizCFsivGINE-8GaaUauMBoSx7Yt8,11692
313
- mqt/core/include/nlohmann/detail/abi_macros.hpp,sha256=HH3HxQYrGZo1hT9AVu0A7TWe-Ppcf7FaWLx5WY7CFCI,3807
314
- mqt/core/include/nlohmann/detail/exceptions.hpp,sha256=VSmcVRBt4mJMp6pqVwWtb_U4FMG1L4_o0ocvE8lWyVo,9267
315
- mqt/core/include/nlohmann/detail/hash.hpp,sha256=dKnjr3chJ88LEu55SryMR7W-p0zmWNDSAXmia-XZXQ0,4016
316
- mqt/core/include/nlohmann/detail/json_custom_base_class.hpp,sha256=cNp8Wxd3f42m2DMQ1lJoVlQlhe-ooHjbYSJ7Ear57As,1178
317
- mqt/core/include/nlohmann/detail/json_pointer.hpp,sha256=TPU3rYiy1obVo0mybafgErqaWLAaCrK62qeW2RUOabs,37143
318
- mqt/core/include/nlohmann/detail/json_ref.hpp,sha256=FmB1DdEKViqsHuo3Ah8ecTil1tULBRgVcISXqNML9g0,1811
319
- mqt/core/include/nlohmann/detail/macro_scope.hpp,sha256=cNKyqkmpMXDe09DA0bD3YQP90JcEul7MhivAMJWSCEc,43639
320
- mqt/core/include/nlohmann/detail/macro_unscope.hpp,sha256=X3BA30deLJQ9myLDNbYWAN6xSx5Ipps0UN5MSgjDILw,1252
321
- mqt/core/include/nlohmann/detail/string_concat.hpp,sha256=6AAWMARfgAwOvPwZ4rL5ATmk0gqaNZ4TRld2f9b6mqI,5951
322
- mqt/core/include/nlohmann/detail/string_escape.hpp,sha256=O_Zof_p_b9MDRZGt_dbqBzWE34NpTGtX_u2a2pZYAec,2168
323
- mqt/core/include/nlohmann/detail/value_t.hpp,sha256=YKfiSzTpO4ukDuzzEKQMVQQnVDKCccJG-cwQafaiWVg,4326
324
- mqt/core/include/nlohmann/detail/conversions/from_json.hpp,sha256=s3ztC6MvisWDS0yWBYyl5EW8zqJ_RimaNZ7tDsvy5Y4,18880
325
- mqt/core/include/nlohmann/detail/conversions/to_chars.hpp,sha256=X-ESBcRdvQg3MkTXQ_OOic7vuMm1_ExoB3EXx4bVO-8,38562
326
- mqt/core/include/nlohmann/detail/conversions/to_json.hpp,sha256=c7rVJIVtR1pgcf17VCL4DfE7p1hvDUtIFBwuxgzrz4k,16274
327
- mqt/core/include/nlohmann/detail/input/binary_reader.hpp,sha256=SEvMJ2xPpsfGGpOoIj8-U7tNyWbmiOlmQak6UNflA-k,103146
328
- mqt/core/include/nlohmann/detail/input/input_adapters.hpp,sha256=vVSUGVBgicgslERvk5WHNi_wFRa45mJMRy5wTSexvkI,17402
329
- mqt/core/include/nlohmann/detail/input/json_sax.hpp,sha256=kUfJ0HeEpfPeiQ1oQBrgfQPQvA2yTry-e-uKMc_YWKA,21420
330
- mqt/core/include/nlohmann/detail/input/lexer.hpp,sha256=VQwnXwnVXesXBbl7ihWwLyEeoLqH6VRS56AjuFS7Akw,54569
331
- mqt/core/include/nlohmann/detail/input/parser.hpp,sha256=CUrtIs_dZBrBXvWb_vjdHiP9kjc2M6ku2SjLWA8MvX4,19661
332
- mqt/core/include/nlohmann/detail/input/position_t.hpp,sha256=DJxb4mAgwKeSnzzB5-AGVYnWqPTcG9LuE_EO8afvqiQ,958
333
- mqt/core/include/nlohmann/detail/iterators/internal_iterator.hpp,sha256=51z148muNYBVvzM1-ixba7-9HiTqPf22LBh_N6jitIU,1071
334
- mqt/core/include/nlohmann/detail/iterators/iteration_proxy.hpp,sha256=g577oUf28VxpPHQQOdqj04PC9K-4_mU-Ta1JqfmY0dE,8238
335
- mqt/core/include/nlohmann/detail/iterators/iterator_traits.hpp,sha256=BLDtrrIUqhyTK5B4hJqPu72px6JBtMvCipC20RyVlEM,1757
336
- mqt/core/include/nlohmann/detail/iterators/iter_impl.hpp,sha256=cNgeu5MdtDoZ_jhyo_sbyR-rJ1CcjSnuTE3SR7OEyuE,24046
337
- mqt/core/include/nlohmann/detail/iterators/json_reverse_iterator.hpp,sha256=AxtFxPkKt9ZOy2YG-tiA2GeiP8Y6Qx8N408PwQQwe2Y,3861
338
- mqt/core/include/nlohmann/detail/iterators/primitive_iterator.hpp,sha256=bJSRB7t3nOy4vroINfcpJla1KwjD9qbTsnIptYworv4,3227
339
- mqt/core/include/nlohmann/detail/meta/cpp_future.hpp,sha256=SGulo3JBMdDBZG422aSph3UFspFAeDR-YGe7ZVk_Ac4,5178
340
- mqt/core/include/nlohmann/detail/meta/detected.hpp,sha256=95qh8Qfk39RVR1Pm_gU2ShFH70SY0xJc_JOaVTTS1Sc,2109
341
- mqt/core/include/nlohmann/detail/meta/identity_tag.hpp,sha256=u6lVneyFGd4wRLU36WpZpgGDF5elo8OL-AI6bZSRGNA,526
342
- mqt/core/include/nlohmann/detail/meta/is_sax.hpp,sha256=H4HWCYuarQKpXCfsMzu7E-7DxRcblo45t-yxsGsWxVs,6960
343
- mqt/core/include/nlohmann/detail/meta/std_fs.hpp,sha256=-1FBVOqMEcBKAO_rLontv9QPFJ7TnvNlaNmyoQYuheA,766
344
- mqt/core/include/nlohmann/detail/meta/type_traits.hpp,sha256=H5AfnkvNWF_yLGsMCVZWa6ikoSOKSQpk53VaLDEwQNU,29454
345
- mqt/core/include/nlohmann/detail/meta/void_t.hpp,sha256=WB57FXRX65xIh5PyzXBmssG6MdXp_qbw1nyMcytQiOQ,597
346
- mqt/core/include/nlohmann/detail/meta/call_std/begin.hpp,sha256=N5ZgwVowuE_ypn4ic0Y49gjMN7NGSEYcfpFn2hFT2GE,453
347
- mqt/core/include/nlohmann/detail/meta/call_std/end.hpp,sha256=3spgm_IARC9FK4SMGfKO4wh53wyjXpWe07QfhhyS31U,451
348
- mqt/core/include/nlohmann/detail/output/binary_writer.hpp,sha256=Zlzh6l-yy0JYlrcTvdjY1abWloiST6bi76_7Tp0TIBE,71152
349
- mqt/core/include/nlohmann/detail/output/output_adapters.hpp,sha256=HgvMN1tNhBgGSRmOL4Bh9ZaKEKaRMjH-4JdonSge1WU,4067
350
- mqt/core/include/nlohmann/detail/output/serializer.hpp,sha256=JZxhHUsRR-NibSW8BZlLKPkfT8yi5Xjkhtz1HAI05cg,40163
351
- mqt/core/include/nlohmann/thirdparty/hedley/hedley.hpp,sha256=INbBxtbDA2X2ikUJN5iTeXG1k5GfswUUMfDAFd-mcfs,86068
352
- mqt/core/include/nlohmann/thirdparty/hedley/hedley_undef.hpp,sha256=D4kC8mhy9AolFOnJvi_Ov85s3gAi6TZP3dF_tJV1sUY,5500
353
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=4V2vi7IEqIHA1HCzdtxin4aBKg15R3YEcFPbouxCLlI,1342072
358
- mqt/core/lib/mqt-core-circuit-optimizer.lib,sha256=auBn6JY347uXE6pG7XonY2TIXYoiIGaAHcX2y76l1L0,2731436
359
- mqt/core/lib/mqt-core-dd.lib,sha256=ntjSovr17N_IT0KJHAUty-DanMW_qxMKpP9OXGSp9HE,6620702
360
- mqt/core/lib/mqt-core-ds.lib,sha256=6_1Hvo01hDVfSoqqcmnqpMg-nEcZXUZpHD5VNn6YIVk,1149688
361
- mqt/core/lib/mqt-core-ir.lib,sha256=PwWU4DQ5kA5hZx-eGPJFj-slvyAv4gfkez4xnx41Uus,5793286
362
- mqt/core/lib/mqt-core-na.lib,sha256=8XW1dPz7t68WP9tlfc6GRppLMJK_F3vC8nv8JyImwqQ,558198
363
- mqt/core/lib/mqt-core-qasm.lib,sha256=bINyHpIT79OV6lgzPhCeoyXdkgIGKDJiOCoMdjwTYWY,6820016
364
- mqt/core/lib/mqt-core-zx.lib,sha256=j7tLAvIdVfNQnWgKsMdZLl0vcQL4eURjOrm-dITttrs,1728830
365
- mqt/core/plugins/__init__.py,sha256=6jLrzyTE1bYgBopB0R--DQHc7j-qMir8U8rT59F6Upg,351
313
+ mqt/core/lib/mqt-core-algorithms.lib,sha256=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=vFh-zZWBNGJEu4jMYrkzlmWbJzGyJMSb10rPDhgvMv4,13765
323
+ mqt/core/plugins/qiskit/qiskit_to_mqt.py,sha256=iX1TjiU_iaBVCKwGdshokyTXWgmmiSgw-9EiMLv2-3w,14142
368
324
  mqt/core/plugins/qiskit/__init__.py,sha256=dO9JctQj6loeWPO1cfgjUxKHgunA4JMKZDAHTe6cjXc,431
325
+ mqt/core/share/cmake/mqt-core/AddMQTPythonBinding.cmake,sha256=jRsHD2FM9sNw1ZPysBy3rbFshJbXWWNlvB-9Jz4iXpA,1716
369
326
  mqt/core/share/cmake/mqt-core/Cache.cmake,sha256=PQ6waFO-oWqD062wrJueZNMlCdjtCZn-kABRmjFIYDU,1084
370
327
  mqt/core/share/cmake/mqt-core/FindGMP.cmake,sha256=GvBOMi1qei3a46g0EaGpprzGp9ps378qAPrxbCnzsco,3158
371
- mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=s8ZRtQm7mJ3Wtc96xiOUdcz0voQIOsnwikrY9a59xm0,3760
372
- mqt/core/share/cmake/mqt-core/mqt-core-config.cmake,sha256=CP220BGay6aYK04jlVDTaJUSisMd1sAD0jJtr45sizs,1656
328
+ mqt/core/share/cmake/mqt-core/mqt-core-config-version.cmake,sha256=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=qUMg52ke541LqYfnK4KHe7Cx7MyFN8l-LuahSsDcHYY,30717
375
- mqt/core/share/cmake/mqt-core/PackageAddTest.cmake,sha256=P42Mi0BzbaseF8lQnKBFygtgVnLwK-DAWNLmt_xehB0,1812
331
+ mqt/core/share/cmake/mqt-core/mqt-core-targets.cmake,sha256=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=ec0X2zt5Zj29raB3PMki591e4KAb73_p0Le0h--P6pU,166
382
335
  mqt/core/_compat/typing.py,sha256=Ug5WlI-rVB95uG27tD9tI9ZJ1FrXXlOj8uVLkwEHR-A,664
383
336
  mqt/core/_compat/__init__.py,sha256=AMtqqQ2XqcETMLOQzFsEKB5999ktwEjt66FVwq4zhDU,282
384
- mqt_core-3.0.2.dist-info/DELVEWHEEL,sha256=8xvkgJR2ho27fT_fieAOUlCIOU5AXQoTEfczDhlRSmQ,448
385
- mqt_core-3.0.2.dist-info/entry_points.txt,sha256=mCvuLe8oe3Frh1UMVdRkE1ITs1tHq1K_GyK8GbgAthg,107
386
- mqt_core-3.0.2.dist-info/METADATA,sha256=LT2QxpU4O13Ii-icaApcRtcOR1SOMDWmoqlcYZkku1Q,8540
387
- mqt_core-3.0.2.dist-info/RECORD,,
388
- mqt_core-3.0.2.dist-info/WHEEL,sha256=xwjTh-mFvAONxbW8av7jDNts8DLqzqCA-klxw1kaHPA,106
389
- mqt_core-3.0.2.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
390
- mqt_core.libs/msvcp140.dll,sha256=cDrXxV8uCWYH7Gp3qLX1LVNdvnH93wIel8vLvCP3SSo,576128
337
+ mqt_core-3.1.0.dist-info/DELVEWHEEL,sha256=c34Ijb3DwH_xOr7rbMeF7vEisV63r4ho0VXP0SEhUiw,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=_PdgJ-W7uMAsWwnGnEdiicDU_PKcobRdffEM23gmN6g,106
342
+ mqt_core-3.1.0.dist-info/licenses/LICENSE.md,sha256=T2LcLM4fquxU4Fe7TUQ81wRy0o97DrNkLIfSJpujQqA,1174
343
+ mqt_core.libs/msvcp140.dll,sha256=pMIim9wqKmMKzcCVtNhgCOXD47x3cxdDVPPaT1vrnN4,575056
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.11.1
2
+ Generator: scikit-build-core 0.11.5
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp313-cp313-win_amd64
5
5
 
Binary file
@@ -1,55 +0,0 @@
1
- // __ _____ _____ _____
2
- // __| | __| | | | JSON for Modern C++
3
- // | | |__ | | | | | | version 3.11.3
4
- // |_____|_____|_____|_|___| https://github.com/nlohmann/json
5
- //
6
- // SPDX-FileCopyrightText: 2013-2023 Niels Lohmann <https://nlohmann.me>
7
- // SPDX-License-Identifier: MIT
8
-
9
- #pragma once
10
-
11
- #include <utility>
12
-
13
- #include <nlohmann/detail/abi_macros.hpp>
14
- #include <nlohmann/detail/conversions/from_json.hpp>
15
- #include <nlohmann/detail/conversions/to_json.hpp>
16
- #include <nlohmann/detail/meta/identity_tag.hpp>
17
-
18
- NLOHMANN_JSON_NAMESPACE_BEGIN
19
-
20
- /// @sa https://json.nlohmann.me/api/adl_serializer/
21
- template<typename ValueType, typename>
22
- struct adl_serializer
23
- {
24
- /// @brief convert a JSON value to any value type
25
- /// @sa https://json.nlohmann.me/api/adl_serializer/from_json/
26
- template<typename BasicJsonType, typename TargetType = ValueType>
27
- static auto from_json(BasicJsonType && j, TargetType& val) noexcept(
28
- noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), val)))
29
- -> decltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), val), void())
30
- {
31
- ::nlohmann::from_json(std::forward<BasicJsonType>(j), val);
32
- }
33
-
34
- /// @brief convert a JSON value to any value type
35
- /// @sa https://json.nlohmann.me/api/adl_serializer/from_json/
36
- template<typename BasicJsonType, typename TargetType = ValueType>
37
- static auto from_json(BasicJsonType && j) noexcept(
38
- noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {})))
39
- -> decltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {}))
40
- {
41
- return ::nlohmann::from_json(std::forward<BasicJsonType>(j), detail::identity_tag<TargetType> {});
42
- }
43
-
44
- /// @brief convert any value type to a JSON value
45
- /// @sa https://json.nlohmann.me/api/adl_serializer/to_json/
46
- template<typename BasicJsonType, typename TargetType = ValueType>
47
- static auto to_json(BasicJsonType& j, TargetType && val) noexcept(
48
- noexcept(::nlohmann::to_json(j, std::forward<TargetType>(val))))
49
- -> decltype(::nlohmann::to_json(j, std::forward<TargetType>(val)), void())
50
- {
51
- ::nlohmann::to_json(j, std::forward<TargetType>(val));
52
- }
53
- };
54
-
55
- NLOHMANN_JSON_NAMESPACE_END