mqt-core 3.2.0__tar.gz → 3.2.1__tar.gz

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 (289) hide show
  1. {mqt_core-3.2.0 → mqt_core-3.2.1}/CHANGELOG.md +14 -2
  2. {mqt_core-3.2.0 → mqt_core-3.2.1}/PKG-INFO +1 -1
  3. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/DirectedGraph.hpp +1 -1
  4. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/UndirectedGraph.hpp +1 -1
  5. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Package.hpp +1 -1
  6. {mqt_core-3.2.0 → mqt_core-3.2.1}/pyproject.toml +1 -1
  7. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_version.py +2 -2
  8. {mqt_core-3.2.0 → mqt_core-3.2.1}/.clang-format +0 -0
  9. {mqt_core-3.2.0 → mqt_core-3.2.1}/.clang-tidy +0 -0
  10. {mqt_core-3.2.0 → mqt_core-3.2.1}/.cmake-format.yaml +0 -0
  11. {mqt_core-3.2.0 → mqt_core-3.2.1}/.editorconfig +0 -0
  12. {mqt_core-3.2.0 → mqt_core-3.2.1}/.git_archival.txt +0 -0
  13. {mqt_core-3.2.0 → mqt_core-3.2.1}/.gitattributes +0 -0
  14. {mqt_core-3.2.0 → mqt_core-3.2.1}/.gitignore +0 -0
  15. {mqt_core-3.2.0 → mqt_core-3.2.1}/.license-tools-config.json +0 -0
  16. {mqt_core-3.2.0 → mqt_core-3.2.1}/.pre-commit-config.yaml +0 -0
  17. {mqt_core-3.2.0 → mqt_core-3.2.1}/.python_version +0 -0
  18. {mqt_core-3.2.0 → mqt_core-3.2.1}/.readthedocs.yaml +0 -0
  19. {mqt_core-3.2.0 → mqt_core-3.2.1}/CITATION.cff +0 -0
  20. {mqt_core-3.2.0 → mqt_core-3.2.1}/CMakeLists.txt +0 -0
  21. {mqt_core-3.2.0 → mqt_core-3.2.1}/LICENSE.md +0 -0
  22. {mqt_core-3.2.0 → mqt_core-3.2.1}/README.md +0 -0
  23. {mqt_core-3.2.0 → mqt_core-3.2.1}/UPGRADING.md +0 -0
  24. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/CMakeLists.txt +0 -0
  25. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/CMakeLists.txt +0 -0
  26. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_dd.cpp +0 -0
  27. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_dd_package.cpp +0 -0
  28. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_matrix_dds.cpp +0 -0
  29. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_vector_dds.cpp +0 -0
  30. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/CMakeLists.txt +0 -0
  31. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_classic_controlled_operation.cpp +0 -0
  32. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_compound_operation.cpp +0 -0
  33. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_control.cpp +0 -0
  34. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_non_unitary_operation.cpp +0 -0
  35. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_operation.cpp +0 -0
  36. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_optype.cpp +0 -0
  37. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_standard_operation.cpp +0 -0
  38. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_symbolic_operation.cpp +0 -0
  39. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_ir.cpp +0 -0
  40. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_operations.cpp +0 -0
  41. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_permutation.cpp +0 -0
  42. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_quantum_computation.cpp +0 -0
  43. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_registers.cpp +0 -0
  44. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_symbolic.cpp +0 -0
  45. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/symbolic/register_expression.cpp +0 -0
  46. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/symbolic/register_term.cpp +0 -0
  47. {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/symbolic/register_variable.cpp +0 -0
  48. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/AddMQTCoreLibrary.cmake +0 -0
  49. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/AddMQTPythonBinding.cmake +0 -0
  50. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/Cache.cmake +0 -0
  51. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/CompilerOptions.cmake +0 -0
  52. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/CompilerWarnings.cmake +0 -0
  53. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/ExternalDependencies.cmake +0 -0
  54. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/FindGMP.cmake +0 -0
  55. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/GetVersion.cmake +0 -0
  56. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/PackageAddTest.cmake +0 -0
  57. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/PreventInSourceBuilds.cmake +0 -0
  58. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/Sanitizers.cmake +0 -0
  59. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/SetupMLIR.cmake +0 -0
  60. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/StandardProjectSettings.cmake +0 -0
  61. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/cmake_uninstall.cmake.in +0 -0
  62. {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/mqt-core-config.cmake.in +0 -0
  63. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/BernsteinVazirani.hpp +0 -0
  64. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/GHZState.hpp +0 -0
  65. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/Grover.hpp +0 -0
  66. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/QFT.hpp +0 -0
  67. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/QPE.hpp +0 -0
  68. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/RandomCliffordCircuit.hpp +0 -0
  69. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/StatePreparation.hpp +0 -0
  70. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/WState.hpp +0 -0
  71. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp +0 -0
  72. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +0 -0
  73. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/DisjointSet.hpp +0 -0
  74. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/Layer.hpp +0 -0
  75. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/SymmetricMatrix.hpp +0 -0
  76. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Approximation.hpp +0 -0
  77. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/CachedEdge.hpp +0 -0
  78. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Complex.hpp +0 -0
  79. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/ComplexNumbers.hpp +0 -0
  80. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/ComplexValue.hpp +0 -0
  81. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/ComputeTable.hpp +0 -0
  82. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/DDDefinitions.hpp +0 -0
  83. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/DDpackageConfig.hpp +0 -0
  84. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/DensityNoiseTable.hpp +0 -0
  85. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Edge.hpp +0 -0
  86. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Export.hpp +0 -0
  87. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/FunctionalityConstruction.hpp +0 -0
  88. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/GateMatrixDefinitions.hpp +0 -0
  89. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/LinkedListBase.hpp +0 -0
  90. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/MemoryManager.hpp +0 -0
  91. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Node.hpp +0 -0
  92. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/NoiseFunctionality.hpp +0 -0
  93. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Operations.hpp +0 -0
  94. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Package_fwd.hpp +0 -0
  95. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/RealNumber.hpp +0 -0
  96. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/RealNumberUniqueTable.hpp +0 -0
  97. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Simulation.hpp +0 -0
  98. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/StateGeneration.hpp +0 -0
  99. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/StochasticNoiseOperationTable.hpp +0 -0
  100. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/UnaryComputeTable.hpp +0 -0
  101. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/UniqueTable.hpp +0 -0
  102. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp +0 -0
  103. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/PackageStatistics.hpp +0 -0
  104. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/Statistics.hpp +0 -0
  105. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/TableStatistics.hpp +0 -0
  106. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -0
  107. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/Definitions.hpp +0 -0
  108. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/Permutation.hpp +0 -0
  109. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/QuantumComputation.hpp +0 -0
  110. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/Register.hpp +0 -0
  111. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/AodOperation.hpp +0 -0
  112. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/ClassicControlledOperation.hpp +0 -0
  113. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/CompoundOperation.hpp +0 -0
  114. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/Control.hpp +0 -0
  115. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/Expression.hpp +0 -0
  116. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/NonUnitaryOperation.hpp +0 -0
  117. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/OpType.hpp +0 -0
  118. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/OpType.inc +0 -0
  119. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/Operation.hpp +0 -0
  120. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/StandardOperation.hpp +0 -0
  121. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/SymbolicOperation.hpp +0 -0
  122. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/NAComputation.hpp +0 -0
  123. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/entities/Atom.hpp +0 -0
  124. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/entities/Location.hpp +0 -0
  125. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/entities/Zone.hpp +0 -0
  126. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/GlobalCZOp.hpp +0 -0
  127. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/GlobalOp.hpp +0 -0
  128. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/GlobalRYOp.hpp +0 -0
  129. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LoadOp.hpp +0 -0
  130. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LocalOp.hpp +0 -0
  131. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LocalRZOp.hpp +0 -0
  132. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LocalUOp.hpp +0 -0
  133. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/MoveOp.hpp +0 -0
  134. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/Op.hpp +0 -0
  135. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/ShuttlingOp.hpp +0 -0
  136. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/StoreOp.hpp +0 -0
  137. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Exception.hpp +0 -0
  138. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Gate.hpp +0 -0
  139. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Importer.hpp +0 -0
  140. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/InstVisitor.hpp +0 -0
  141. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/NestedEnvironment.hpp +0 -0
  142. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Parser.hpp +0 -0
  143. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Scanner.hpp +0 -0
  144. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Statement.hpp +0 -0
  145. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Statement_fwd.hpp +0 -0
  146. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/StdGates.hpp +0 -0
  147. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Token.hpp +0 -0
  148. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Types.hpp +0 -0
  149. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Types_fwd.hpp +0 -0
  150. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/passes/CompilerPass.hpp +0 -0
  151. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/passes/ConstEvalPass.hpp +0 -0
  152. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/passes/TypeCheckPass.hpp +0 -0
  153. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/FunctionalityConstruction.hpp +0 -0
  154. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Rational.hpp +0 -0
  155. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Rules.hpp +0 -0
  156. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Simplify.hpp +0 -0
  157. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Utils.hpp +0 -0
  158. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/ZXDefinitions.hpp +0 -0
  159. {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/ZXDiagram.hpp +0 -0
  160. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/.gitignore +0 -0
  161. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/CMakeLists.txt +0 -0
  162. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/CMakeLists.txt +0 -0
  163. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/CMakeLists.txt +0 -0
  164. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/CMakeLists.txt +0 -0
  165. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/CMakeLists.txt +0 -0
  166. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/MQTDynToMQTOpt.h +0 -0
  167. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/MQTDynToMQTOpt.td +0 -0
  168. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/CMakeLists.txt +0 -0
  169. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/MQTOptToMQTDyn.h +0 -0
  170. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/MQTOptToMQTDyn.td +0 -0
  171. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/CMakeLists.txt +0 -0
  172. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/Compat.h +0 -0
  173. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.h +0 -0
  174. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.td +0 -0
  175. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/IR/StdOps.td.inc +0 -0
  176. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/CMakeLists.txt +0 -0
  177. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/CMakeLists.txt +0 -0
  178. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/MQTDynDialect.h +0 -0
  179. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/MQTDynInterfaces.td +0 -0
  180. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/MQTDynOps.td +0 -0
  181. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/Transforms/CMakeLists.txt +0 -0
  182. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/Transforms/Passes.h +0 -0
  183. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/Transforms/Passes.td +0 -0
  184. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/CMakeLists.txt +0 -0
  185. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/CMakeLists.txt +0 -0
  186. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptDialect.h +0 -0
  187. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptInterfaces.td +0 -0
  188. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptOps.td +0 -0
  189. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/CMakeLists.txt +0 -0
  190. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.h +0 -0
  191. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.td +0 -0
  192. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/tools/CMakeLists.txt +0 -0
  193. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/tools/quantum-opt/CMakeLists.txt +0 -0
  194. {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/tools/quantum-opt/quantum-opt.cpp +0 -0
  195. {mqt_core-3.2.0 → mqt_core-3.2.1}/noxfile.py +0 -0
  196. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/__init__.py +0 -0
  197. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/__main__.py +0 -0
  198. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_commands.py +0 -0
  199. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_compat/__init__.py +0 -0
  200. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_compat/typing.py +0 -0
  201. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_version.pyi +0 -0
  202. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/dd.pyi +0 -0
  203. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/dd_evaluation.py +0 -0
  204. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/__init__.pyi +0 -0
  205. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/operations.pyi +0 -0
  206. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/registers.pyi +0 -0
  207. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/symbolic.pyi +0 -0
  208. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/__init__.py +0 -0
  209. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/qiskit/__init__.py +0 -0
  210. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/qiskit/mqt_to_qiskit.py +0 -0
  211. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/qiskit/qiskit_to_mqt.py +0 -0
  212. {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/py.typed +0 -0
  213. {mqt_core-3.2.0 → mqt_core-3.2.1}/sitecustomize.py +0 -0
  214. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/CMakeLists.txt +0 -0
  215. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/BernsteinVazirani.cpp +0 -0
  216. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/CMakeLists.txt +0 -0
  217. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/GHZState.cpp +0 -0
  218. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/Grover.cpp +0 -0
  219. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/QFT.cpp +0 -0
  220. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/QPE.cpp +0 -0
  221. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/RandomCliffordCircuit.cpp +0 -0
  222. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/StatePreparation.cpp +0 -0
  223. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/WState.cpp +0 -0
  224. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/circuit_optimizer/CMakeLists.txt +0 -0
  225. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/circuit_optimizer/CircuitOptimizer.cpp +0 -0
  226. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/datastructures/CMakeLists.txt +0 -0
  227. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/datastructures/Layer.cpp +0 -0
  228. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Approximation.cpp +0 -0
  229. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/CMakeLists.txt +0 -0
  230. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/CachedEdge.cpp +0 -0
  231. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Complex.cpp +0 -0
  232. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/ComplexNumbers.cpp +0 -0
  233. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/ComplexValue.cpp +0 -0
  234. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Edge.cpp +0 -0
  235. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Export.cpp +0 -0
  236. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/FunctionalityConstruction.cpp +0 -0
  237. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/GateMatrixDefinitions.cpp +0 -0
  238. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/MemoryManager.cpp +0 -0
  239. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Node.cpp +0 -0
  240. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/NoiseFunctionality.cpp +0 -0
  241. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Operations.cpp +0 -0
  242. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Package.cpp +0 -0
  243. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/RealNumber.cpp +0 -0
  244. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/RealNumberUniqueTable.cpp +0 -0
  245. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Simulation.cpp +0 -0
  246. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/StateGeneration.cpp +0 -0
  247. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/UniqueTable.cpp +0 -0
  248. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/MemoryManagerStatistics.cpp +0 -0
  249. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/PackageStatistics.cpp +0 -0
  250. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/Statistics.cpp +0 -0
  251. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/TableStatistics.cpp +0 -0
  252. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/UniqueTableStatistics.cpp +0 -0
  253. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/CMakeLists.txt +0 -0
  254. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/Permutation.cpp +0 -0
  255. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/QuantumComputation.cpp +0 -0
  256. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/AodOperation.cpp +0 -0
  257. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/ClassicControlledOperation.cpp +0 -0
  258. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/CompoundOperation.cpp +0 -0
  259. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/Expression.cpp +0 -0
  260. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/NonUnitaryOperation.cpp +0 -0
  261. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/OpType.cpp +0 -0
  262. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/Operation.cpp +0 -0
  263. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/StandardOperation.cpp +0 -0
  264. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/SymbolicOperation.cpp +0 -0
  265. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/CMakeLists.txt +0 -0
  266. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/NAComputation.cpp +0 -0
  267. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/entities/Zone.cpp +0 -0
  268. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/GlobalOp.cpp +0 -0
  269. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/LoadOp.cpp +0 -0
  270. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/LocalOp.cpp +0 -0
  271. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/MoveOp.cpp +0 -0
  272. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/StoreOp.cpp +0 -0
  273. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/CMakeLists.txt +0 -0
  274. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Importer.cpp +0 -0
  275. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Parser.cpp +0 -0
  276. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Scanner.cpp +0 -0
  277. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Statement.cpp +0 -0
  278. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Token.cpp +0 -0
  279. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Types.cpp +0 -0
  280. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/passes/ConstEvalPass.cpp +0 -0
  281. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/passes/TypeCheckPass.cpp +0 -0
  282. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/CMakeLists.txt +0 -0
  283. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/FunctionalityConstruction.cpp +0 -0
  284. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Rational.cpp +0 -0
  285. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Rules.cpp +0 -0
  286. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Simplify.cpp +0 -0
  287. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Utils.cpp +0 -0
  288. {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/ZXDiagram.cpp +0 -0
  289. {mqt_core-3.2.0 → mqt_core-3.2.1}/uv.lock +0 -0
@@ -9,6 +9,15 @@ This project adheres to [Semantic Versioning], with the exception that minor rel
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [3.2.1] - 2025-08-01
13
+
14
+ ### Fixed
15
+
16
+ - 🐛 Fix bug where lambda passed to `std::accumulate` incorrectly took the accumulator by reference instead of by value ([#1089]) ([**@denialhaag**])
17
+ - 🐛 Fix bug in DD package ([#1088]) ([**@denialhaag**])
18
+
19
+ you need to .
20
+
12
21
  ## [3.2.0] - 2025-07-31
13
22
 
14
23
  ### Added
@@ -129,7 +138,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
129
138
 
130
139
  <!-- Version links -->
131
140
 
132
- [unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.2.0...HEAD
141
+ [unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.2.1...HEAD
142
+ [3.2.1]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.2.1
133
143
  [3.2.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.2.0
134
144
  [3.1.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.1.0
135
145
  [3.0.2]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.0.2
@@ -139,7 +149,9 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
139
149
 
140
150
  <!-- PR links -->
141
151
 
142
- [#1075]: https://github.com/munich-quantum-toolkit/core/pull/1076
152
+ [#1089]: https://github.com/munich-quantum-toolkit/core/pull/1089
153
+ [#1088]: https://github.com/munich-quantum-toolkit/core/pull/1088
154
+ [#1076]: https://github.com/munich-quantum-toolkit/core/pull/1076
143
155
  [#1075]: https://github.com/munich-quantum-toolkit/core/pull/1075
144
156
  [#1047]: https://github.com/munich-quantum-toolkit/core/pull/1047
145
157
  [#1042]: https://github.com/munich-quantum-toolkit/core/pull/1042
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mqt-core
3
- Version: 3.2.0
3
+ Version: 3.2.1
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>
@@ -113,7 +113,7 @@ public:
113
113
  [[nodiscard]] auto getVertices() const -> std::unordered_set<V> {
114
114
  return std::accumulate(mapping.cbegin(), mapping.cend(),
115
115
  std::unordered_set<V>(),
116
- [](auto& acc, const auto& v) {
116
+ [](auto acc, const auto& v) {
117
117
  acc.emplace(v.first);
118
118
  return acc;
119
119
  });
@@ -176,7 +176,7 @@ public:
176
176
  [[nodiscard]] auto getVertices() const -> std::unordered_set<V> {
177
177
  return std::accumulate(mapping.cbegin(), mapping.cend(),
178
178
  std::unordered_set<V>(),
179
- [](auto& acc, const auto& v) {
179
+ [](auto acc, const auto& v) {
180
180
  acc.emplace(v.first);
181
181
  return acc;
182
182
  });
@@ -1852,7 +1852,7 @@ public:
1852
1852
  stack.push(currentEdge);
1853
1853
  currentEdge = temp;
1854
1854
  } else {
1855
- if (!mappedNode.contains(currentEdge->p)) {
1855
+ if (mappedNode.contains(currentEdge->p)) {
1856
1856
  currentEdge = nullptr;
1857
1857
  continue;
1858
1858
  }
@@ -280,7 +280,7 @@ build-frontend = "build[uv]"
280
280
  enable = ["cpython-freethreading"]
281
281
  test-skip = [
282
282
  "cp3*t-*", # no freethreading qiskit wheels
283
- "cp*-win_arm64", # no numpy, qiskit, ... wheels,
283
+ "cp*-win_arm64", # no numpy, qiskit, ... wheels
284
284
  # TODO(burgholzer): Remove once all dependencies support Python 3.14.
285
285
  # https://github.com/munich-quantum-toolkit/core/issues/1078
286
286
  "cp314-*",
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '3.2.0'
21
- __version_tuple__ = version_tuple = (3, 2, 0)
20
+ __version__ = version = '3.2.1'
21
+ __version_tuple__ = version_tuple = (3, 2, 1)
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes