mqt-core 3.3.0__tar.gz → 3.3.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 (333) hide show
  1. {mqt_core-3.3.0 → mqt_core-3.3.1}/CHANGELOG.md +9 -1
  2. {mqt_core-3.3.0 → mqt_core-3.3.1}/PKG-INFO +1 -1
  3. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/ExternalDependencies.cmake +19 -0
  4. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/mqt-core-config.cmake.in +1 -1
  5. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_version.py +3 -3
  6. {mqt_core-3.3.0 → mqt_core-3.3.1}/.clang-format +0 -0
  7. {mqt_core-3.3.0 → mqt_core-3.3.1}/.clang-tidy +0 -0
  8. {mqt_core-3.3.0 → mqt_core-3.3.1}/.cmake-format.yaml +0 -0
  9. {mqt_core-3.3.0 → mqt_core-3.3.1}/.editorconfig +0 -0
  10. {mqt_core-3.3.0 → mqt_core-3.3.1}/.git_archival.txt +0 -0
  11. {mqt_core-3.3.0 → mqt_core-3.3.1}/.gitattributes +0 -0
  12. {mqt_core-3.3.0 → mqt_core-3.3.1}/.gitignore +0 -0
  13. {mqt_core-3.3.0 → mqt_core-3.3.1}/.license-tools-config.json +0 -0
  14. {mqt_core-3.3.0 → mqt_core-3.3.1}/.pre-commit-config.yaml +0 -0
  15. {mqt_core-3.3.0 → mqt_core-3.3.1}/.python_version +0 -0
  16. {mqt_core-3.3.0 → mqt_core-3.3.1}/.readthedocs.yaml +0 -0
  17. {mqt_core-3.3.0 → mqt_core-3.3.1}/CITATION.cff +0 -0
  18. {mqt_core-3.3.0 → mqt_core-3.3.1}/CMakeLists.txt +0 -0
  19. {mqt_core-3.3.0 → mqt_core-3.3.1}/LICENSE.md +0 -0
  20. {mqt_core-3.3.0 → mqt_core-3.3.1}/README.md +0 -0
  21. {mqt_core-3.3.0 → mqt_core-3.3.1}/UPGRADING.md +0 -0
  22. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/CMakeLists.txt +0 -0
  23. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/CMakeLists.txt +0 -0
  24. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_dd.cpp +0 -0
  25. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_dd_package.cpp +0 -0
  26. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_matrix_dds.cpp +0 -0
  27. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_vector_dds.cpp +0 -0
  28. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/fomac/CMakeLists.txt +0 -0
  29. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/fomac/fomac.cpp +0 -0
  30. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/CMakeLists.txt +0 -0
  31. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_compound_operation.cpp +0 -0
  32. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_control.cpp +0 -0
  33. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_if_else_operation.cpp +0 -0
  34. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_non_unitary_operation.cpp +0 -0
  35. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_operation.cpp +0 -0
  36. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_optype.cpp +0 -0
  37. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_standard_operation.cpp +0 -0
  38. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_symbolic_operation.cpp +0 -0
  39. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_ir.cpp +0 -0
  40. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_operations.cpp +0 -0
  41. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_permutation.cpp +0 -0
  42. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_quantum_computation.cpp +0 -0
  43. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_registers.cpp +0 -0
  44. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_symbolic.cpp +0 -0
  45. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/symbolic/register_expression.cpp +0 -0
  46. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/symbolic/register_term.cpp +0 -0
  47. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/symbolic/register_variable.cpp +0 -0
  48. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/na/CMakeLists.txt +0 -0
  49. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/na/fomac/CMakeLists.txt +0 -0
  50. {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/na/fomac/fomac.cpp +0 -0
  51. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/AddMQTCoreLibrary.cmake +0 -0
  52. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/AddMQTPythonBinding.cmake +0 -0
  53. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/Cache.cmake +0 -0
  54. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/CleanMLIRDocs.cmake +0 -0
  55. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/CompilerOptions.cmake +0 -0
  56. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/CompilerWarnings.cmake +0 -0
  57. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/FindGMP.cmake +0 -0
  58. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/GetVersion.cmake +0 -0
  59. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/PackageAddTest.cmake +0 -0
  60. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/PreventInSourceBuilds.cmake +0 -0
  61. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/Sanitizers.cmake +0 -0
  62. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/SetupMLIR.cmake +0 -0
  63. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/StandardProjectSettings.cmake +0 -0
  64. {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/cmake_uninstall.cmake.in +0 -0
  65. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/BernsteinVazirani.hpp +0 -0
  66. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/GHZState.hpp +0 -0
  67. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/Grover.hpp +0 -0
  68. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/QFT.hpp +0 -0
  69. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/QPE.hpp +0 -0
  70. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/RandomCliffordCircuit.hpp +0 -0
  71. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/StatePreparation.hpp +0 -0
  72. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/WState.hpp +0 -0
  73. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp +0 -0
  74. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +0 -0
  75. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/DirectedGraph.hpp +0 -0
  76. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/DisjointSet.hpp +0 -0
  77. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/Layer.hpp +0 -0
  78. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/SymmetricMatrix.hpp +0 -0
  79. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/UndirectedGraph.hpp +0 -0
  80. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Approximation.hpp +0 -0
  81. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/CachedEdge.hpp +0 -0
  82. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Complex.hpp +0 -0
  83. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/ComplexNumbers.hpp +0 -0
  84. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/ComplexValue.hpp +0 -0
  85. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/ComputeTable.hpp +0 -0
  86. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/DDDefinitions.hpp +0 -0
  87. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/DDpackageConfig.hpp +0 -0
  88. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/DensityNoiseTable.hpp +0 -0
  89. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Edge.hpp +0 -0
  90. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Export.hpp +0 -0
  91. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/FunctionalityConstruction.hpp +0 -0
  92. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/GateMatrixDefinitions.hpp +0 -0
  93. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/LinkedListBase.hpp +0 -0
  94. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/MemoryManager.hpp +0 -0
  95. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Node.hpp +0 -0
  96. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/NoiseFunctionality.hpp +0 -0
  97. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Operations.hpp +0 -0
  98. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Package.hpp +0 -0
  99. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Package_fwd.hpp +0 -0
  100. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/RealNumber.hpp +0 -0
  101. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/RealNumberUniqueTable.hpp +0 -0
  102. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Simulation.hpp +0 -0
  103. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/StateGeneration.hpp +0 -0
  104. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/StochasticNoiseOperationTable.hpp +0 -0
  105. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/UnaryComputeTable.hpp +0 -0
  106. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/UniqueTable.hpp +0 -0
  107. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp +0 -0
  108. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/PackageStatistics.hpp +0 -0
  109. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/Statistics.hpp +0 -0
  110. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/TableStatistics.hpp +0 -0
  111. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -0
  112. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/fomac/FoMaC.hpp +0 -0
  113. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/Definitions.hpp +0 -0
  114. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/Permutation.hpp +0 -0
  115. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/QuantumComputation.hpp +0 -0
  116. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/Register.hpp +0 -0
  117. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/AodOperation.hpp +0 -0
  118. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/CompoundOperation.hpp +0 -0
  119. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/Control.hpp +0 -0
  120. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/Expression.hpp +0 -0
  121. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/IfElseOperation.hpp +0 -0
  122. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/NonUnitaryOperation.hpp +0 -0
  123. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/OpType.hpp +0 -0
  124. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/OpType.inc +0 -0
  125. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/Operation.hpp +0 -0
  126. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/StandardOperation.hpp +0 -0
  127. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/SymbolicOperation.hpp +0 -0
  128. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/NAComputation.hpp +0 -0
  129. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/device/Device.hpp +0 -0
  130. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/device/Generator.hpp +0 -0
  131. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/entities/Atom.hpp +0 -0
  132. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/entities/Location.hpp +0 -0
  133. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/entities/Zone.hpp +0 -0
  134. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/fomac/Device.hpp +0 -0
  135. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/GlobalCZOp.hpp +0 -0
  136. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/GlobalOp.hpp +0 -0
  137. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/GlobalRYOp.hpp +0 -0
  138. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LoadOp.hpp +0 -0
  139. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LocalOp.hpp +0 -0
  140. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LocalRZOp.hpp +0 -0
  141. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LocalUOp.hpp +0 -0
  142. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/MoveOp.hpp +0 -0
  143. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/Op.hpp +0 -0
  144. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/ShuttlingOp.hpp +0 -0
  145. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/StoreOp.hpp +0 -0
  146. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Exception.hpp +0 -0
  147. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Gate.hpp +0 -0
  148. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Importer.hpp +0 -0
  149. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/InstVisitor.hpp +0 -0
  150. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/NestedEnvironment.hpp +0 -0
  151. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Parser.hpp +0 -0
  152. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Scanner.hpp +0 -0
  153. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Statement.hpp +0 -0
  154. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Statement_fwd.hpp +0 -0
  155. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/StdGates.hpp +0 -0
  156. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Token.hpp +0 -0
  157. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Types.hpp +0 -0
  158. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Types_fwd.hpp +0 -0
  159. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/passes/CompilerPass.hpp +0 -0
  160. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/passes/ConstEvalPass.hpp +0 -0
  161. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/passes/TypeCheckPass.hpp +0 -0
  162. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qdmi/Driver.hpp +0 -0
  163. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qir/runtime/QIR.h +0 -0
  164. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qir/runtime/Runtime.hpp +0 -0
  165. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/FunctionalityConstruction.hpp +0 -0
  166. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Rational.hpp +0 -0
  167. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Rules.hpp +0 -0
  168. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Simplify.hpp +0 -0
  169. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Utils.hpp +0 -0
  170. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/ZXDefinitions.hpp +0 -0
  171. {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/ZXDiagram.hpp +0 -0
  172. {mqt_core-3.3.0 → mqt_core-3.3.1}/json/na/device.json +0 -0
  173. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/.gitignore +0 -0
  174. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/CMakeLists.txt +0 -0
  175. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/CMakeLists.txt +0 -0
  176. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/CMakeLists.txt +0 -0
  177. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/CMakeLists.txt +0 -0
  178. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/CMakeLists.txt +0 -0
  179. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/MQTOptToMQTRef.h +0 -0
  180. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/MQTOptToMQTRef.td +0 -0
  181. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/CMakeLists.txt +0 -0
  182. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/MQTRefToMQTOpt.h +0 -0
  183. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/MQTRefToMQTOpt.td +0 -0
  184. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToQIR/CMakeLists.txt +0 -0
  185. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToQIR/MQTRefToQIR.h +0 -0
  186. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToQIR/MQTRefToQIR.td +0 -0
  187. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/QIRToMQTRef/CMakeLists.txt +0 -0
  188. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/QIRToMQTRef/QIRToMQTRef.h +0 -0
  189. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/QIRToMQTRef/QIRToMQTRef.td +0 -0
  190. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/CMakeLists.txt +0 -0
  191. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.h +0 -0
  192. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.td +0 -0
  193. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/Common/IR/StdOps.td.inc +0 -0
  194. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/CMakeLists.txt +0 -0
  195. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/CMakeLists.txt +0 -0
  196. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptDialect.h +0 -0
  197. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptInterfaces.td +0 -0
  198. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptOps.td +0 -0
  199. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/CMakeLists.txt +0 -0
  200. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.h +0 -0
  201. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.td +0 -0
  202. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Architecture.h +0 -0
  203. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Common.h +0 -0
  204. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Layout.h +0 -0
  205. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Stack.h +0 -0
  206. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/CMakeLists.txt +0 -0
  207. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/CMakeLists.txt +0 -0
  208. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/MQTRefDialect.h +0 -0
  209. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/MQTRefInterfaces.td +0 -0
  210. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/MQTRefOps.td +0 -0
  211. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/Translation/ImportQuantumComputation.h +0 -0
  212. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/tools/CMakeLists.txt +0 -0
  213. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/tools/quantum-opt/CMakeLists.txt +0 -0
  214. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/tools/quantum-opt/quantum-opt.cpp +0 -0
  215. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/unittests/CMakeLists.txt +0 -0
  216. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/unittests/translation/CMakeLists.txt +0 -0
  217. {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/unittests/translation/test_translation.cpp +0 -0
  218. {mqt_core-3.3.0 → mqt_core-3.3.1}/noxfile.py +0 -0
  219. {mqt_core-3.3.0 → mqt_core-3.3.1}/pyproject.toml +0 -0
  220. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/__init__.py +0 -0
  221. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/__main__.py +0 -0
  222. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_commands.py +0 -0
  223. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_compat/__init__.py +0 -0
  224. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_compat/typing.py +0 -0
  225. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_version.pyi +0 -0
  226. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/dd.pyi +0 -0
  227. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/dd_evaluation.py +0 -0
  228. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/fomac.pyi +0 -0
  229. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/__init__.pyi +0 -0
  230. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/operations.pyi +0 -0
  231. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/registers.pyi +0 -0
  232. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/symbolic.pyi +0 -0
  233. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/na/__init__.py +0 -0
  234. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/na/fomac.pyi +0 -0
  235. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/__init__.py +0 -0
  236. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/qiskit/__init__.py +0 -0
  237. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/qiskit/mqt_to_qiskit.py +0 -0
  238. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/qiskit/qiskit_to_mqt.py +0 -0
  239. {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/py.typed +0 -0
  240. {mqt_core-3.3.0 → mqt_core-3.3.1}/sitecustomize.py +0 -0
  241. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/CMakeLists.txt +0 -0
  242. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/BernsteinVazirani.cpp +0 -0
  243. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/CMakeLists.txt +0 -0
  244. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/GHZState.cpp +0 -0
  245. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/Grover.cpp +0 -0
  246. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/QFT.cpp +0 -0
  247. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/QPE.cpp +0 -0
  248. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/RandomCliffordCircuit.cpp +0 -0
  249. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/StatePreparation.cpp +0 -0
  250. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/WState.cpp +0 -0
  251. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/circuit_optimizer/CMakeLists.txt +0 -0
  252. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/circuit_optimizer/CircuitOptimizer.cpp +0 -0
  253. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/datastructures/CMakeLists.txt +0 -0
  254. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/datastructures/Layer.cpp +0 -0
  255. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Approximation.cpp +0 -0
  256. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/CMakeLists.txt +0 -0
  257. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/CachedEdge.cpp +0 -0
  258. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Complex.cpp +0 -0
  259. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/ComplexNumbers.cpp +0 -0
  260. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/ComplexValue.cpp +0 -0
  261. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Edge.cpp +0 -0
  262. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Export.cpp +0 -0
  263. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/FunctionalityConstruction.cpp +0 -0
  264. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/GateMatrixDefinitions.cpp +0 -0
  265. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/MemoryManager.cpp +0 -0
  266. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Node.cpp +0 -0
  267. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/NoiseFunctionality.cpp +0 -0
  268. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Operations.cpp +0 -0
  269. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Package.cpp +0 -0
  270. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/RealNumber.cpp +0 -0
  271. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/RealNumberUniqueTable.cpp +0 -0
  272. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Simulation.cpp +0 -0
  273. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/StateGeneration.cpp +0 -0
  274. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/UniqueTable.cpp +0 -0
  275. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/MemoryManagerStatistics.cpp +0 -0
  276. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/PackageStatistics.cpp +0 -0
  277. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/Statistics.cpp +0 -0
  278. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/TableStatistics.cpp +0 -0
  279. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/UniqueTableStatistics.cpp +0 -0
  280. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/fomac/CMakeLists.txt +0 -0
  281. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/fomac/FoMaC.cpp +0 -0
  282. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/CMakeLists.txt +0 -0
  283. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/Permutation.cpp +0 -0
  284. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/QuantumComputation.cpp +0 -0
  285. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/AodOperation.cpp +0 -0
  286. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/CompoundOperation.cpp +0 -0
  287. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/Expression.cpp +0 -0
  288. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/IfElseOperation.cpp +0 -0
  289. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/NonUnitaryOperation.cpp +0 -0
  290. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/OpType.cpp +0 -0
  291. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/Operation.cpp +0 -0
  292. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/StandardOperation.cpp +0 -0
  293. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/SymbolicOperation.cpp +0 -0
  294. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/CMakeLists.txt +0 -0
  295. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/NAComputation.cpp +0 -0
  296. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/App.cpp +0 -0
  297. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/CMakeLists.txt +0 -0
  298. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/Device.cpp +0 -0
  299. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/DynDevice.cpp +0 -0
  300. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/Generator.cpp +0 -0
  301. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/entities/Zone.cpp +0 -0
  302. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/fomac/CMakeLists.txt +0 -0
  303. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/fomac/Device.cpp +0 -0
  304. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/GlobalOp.cpp +0 -0
  305. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/LoadOp.cpp +0 -0
  306. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/LocalOp.cpp +0 -0
  307. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/MoveOp.cpp +0 -0
  308. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/StoreOp.cpp +0 -0
  309. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/CMakeLists.txt +0 -0
  310. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Importer.cpp +0 -0
  311. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Parser.cpp +0 -0
  312. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Scanner.cpp +0 -0
  313. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Statement.cpp +0 -0
  314. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Token.cpp +0 -0
  315. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Types.cpp +0 -0
  316. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/passes/ConstEvalPass.cpp +0 -0
  317. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/passes/TypeCheckPass.cpp +0 -0
  318. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qdmi/CMakeLists.txt +0 -0
  319. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qdmi/Driver.cpp +0 -0
  320. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/CMakeLists.txt +0 -0
  321. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runner/CMakeLists.txt +0 -0
  322. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runner/Runner.cpp +0 -0
  323. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runtime/CMakeLists.txt +0 -0
  324. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runtime/QIR.cpp +0 -0
  325. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runtime/Runtime.cpp +0 -0
  326. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/CMakeLists.txt +0 -0
  327. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/FunctionalityConstruction.cpp +0 -0
  328. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Rational.cpp +0 -0
  329. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Rules.cpp +0 -0
  330. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Simplify.cpp +0 -0
  331. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Utils.cpp +0 -0
  332. {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/ZXDiagram.cpp +0 -0
  333. {mqt_core-3.3.0 → mqt_core-3.3.1}/uv.lock +0 -0
@@ -9,6 +9,12 @@ This project adheres to [Semantic Versioning], with the exception that minor rel
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ## [3.3.1] - 2025-10-14
13
+
14
+ ### Fixed
15
+
16
+ - 🐛 Ensure `spdlog` dependency can be found from `mqt-core` install ([#1263]) ([**@burgholzer**])
17
+
12
18
  ## [3.3.0] - 2025-10-13
13
19
 
14
20
  _If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md#330)._
@@ -192,7 +198,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
192
198
 
193
199
  <!-- Version links -->
194
200
 
195
- [unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.3.0...HEAD
201
+ [unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.3.1...HEAD
202
+ [3.3.1]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.3.1
196
203
  [3.3.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.3.0
197
204
  [3.2.1]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.2.1
198
205
  [3.2.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v3.2.0
@@ -204,6 +211,7 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
204
211
 
205
212
  <!-- PR links -->
206
213
 
214
+ [#1263]: https://github.com/munich-quantum-toolkit/core/pull/1263
207
215
  [#1247]: https://github.com/munich-quantum-toolkit/core/pull/1247
208
216
  [#1246]: https://github.com/munich-quantum-toolkit/core/pull/1246
209
217
  [#1236]: https://github.com/munich-quantum-toolkit/core/pull/1236
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mqt-core
3
- Version: 3.3.0
3
+ Version: 3.3.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>
@@ -97,9 +97,28 @@ set(SPDLOG_VERSION
97
97
  set(SPDLOG_URL https://github.com/gabime/spdlog/archive/refs/tags/v${SPDLOG_VERSION}.tar.gz)
98
98
  # Add position independent code for spdlog, this is required for python bindings on linux
99
99
  set(SPDLOG_BUILD_PIC ON)
100
+ set(SPDLOG_SYSTEM_INCLUDES
101
+ ON
102
+ CACHE INTERNAL "Treat the library headers like system headers")
100
103
  cmake_dependent_option(SPDLOG_INSTALL "Install spdlog library" ON "MQT_CORE_INSTALL" OFF)
101
104
  FetchContent_Declare(spdlog URL ${SPDLOG_URL} FIND_PACKAGE_ARGS ${SPDLOG_VERSION})
102
105
  list(APPEND FETCH_PACKAGES spdlog)
103
106
 
104
107
  # Make all declared dependencies available.
105
108
  FetchContent_MakeAvailable(${FETCH_PACKAGES})
109
+
110
+ # Patch for spdlog cmake files to be installed in a common cmake directory
111
+ if(SPDLOG_INSTALL)
112
+ include(GNUInstallDirs)
113
+ install(
114
+ CODE "
115
+ file(GLOB SPDLOG_CMAKE_FILES
116
+ \"\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/cmake/spdlog/*\")
117
+ if(SPDLOG_CMAKE_FILES)
118
+ file(MAKE_DIRECTORY \"\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/cmake/spdlog\")
119
+ file(COPY \${SPDLOG_CMAKE_FILES}
120
+ DESTINATION \"\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/cmake/spdlog\")
121
+ file(REMOVE_RECURSE \"\${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/cmake/spdlog\")
122
+ endif()
123
+ ")
124
+ endif()
@@ -14,7 +14,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
14
14
 
15
15
  include(CMakeFindDependencyMacro)
16
16
  find_dependency(nlohmann_json)
17
-
17
+ find_dependency(spdlog)
18
18
  find_dependency(qdmi)
19
19
 
20
20
  option(MQT_CORE_WITH_GMP "Library is configured to use GMP" @MQT_CORE_WITH_GMP@)
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '3.3.0'
32
- __version_tuple__ = version_tuple = (3, 3, 0)
31
+ __version__ = version = '3.3.1'
32
+ __version_tuple__ = version_tuple = (3, 3, 1)
33
33
 
34
- __commit_id__ = commit_id = 'ga354ba3d0'
34
+ __commit_id__ = commit_id = 'g1392d1b70'
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