mqt-core 3.0.1__tar.gz → 3.0.2__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 (264) hide show
  1. {mqt_core-3.0.1 → mqt_core-3.0.2}/.license-tools-config.json +1 -0
  2. {mqt_core-3.0.1 → mqt_core-3.0.2}/CHANGELOG.md +16 -2
  3. mqt_core-3.0.2/CITATION.cff +48 -0
  4. {mqt_core-3.0.1 → mqt_core-3.0.2}/PKG-INFO +24 -4
  5. {mqt_core-3.0.1 → mqt_core-3.0.2}/README.md +18 -0
  6. {mqt_core-3.0.1 → mqt_core-3.0.2}/pyproject.toml +5 -3
  7. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/_version.py +2 -2
  8. {mqt_core-3.0.1 → mqt_core-3.0.2}/.clang-format +0 -0
  9. {mqt_core-3.0.1 → mqt_core-3.0.2}/.clang-tidy +0 -0
  10. {mqt_core-3.0.1 → mqt_core-3.0.2}/.cmake-format.yaml +0 -0
  11. {mqt_core-3.0.1 → mqt_core-3.0.2}/.editorconfig +0 -0
  12. {mqt_core-3.0.1 → mqt_core-3.0.2}/.git_archival.txt +0 -0
  13. {mqt_core-3.0.1 → mqt_core-3.0.2}/.gitattributes +0 -0
  14. {mqt_core-3.0.1 → mqt_core-3.0.2}/.gitignore +0 -0
  15. {mqt_core-3.0.1 → mqt_core-3.0.2}/.pre-commit-config.yaml +0 -0
  16. {mqt_core-3.0.1 → mqt_core-3.0.2}/.python_version +0 -0
  17. {mqt_core-3.0.1 → mqt_core-3.0.2}/.readthedocs.yaml +0 -0
  18. {mqt_core-3.0.1 → mqt_core-3.0.2}/CMakeLists.txt +0 -0
  19. {mqt_core-3.0.1 → mqt_core-3.0.2}/LICENSE.md +0 -0
  20. {mqt_core-3.0.1 → mqt_core-3.0.2}/UPGRADING.md +0 -0
  21. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/Cache.cmake +0 -0
  22. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/CompilerOptions.cmake +0 -0
  23. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/CompilerWarnings.cmake +0 -0
  24. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/ExternalDependencies.cmake +0 -0
  25. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/FindGMP.cmake +0 -0
  26. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/GetVersion.cmake +0 -0
  27. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/PackageAddTest.cmake +0 -0
  28. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/PreventInSourceBuilds.cmake +0 -0
  29. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/Sanitizers.cmake +0 -0
  30. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/StandardProjectSettings.cmake +0 -0
  31. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/cmake_uninstall.cmake.in +0 -0
  32. {mqt_core-3.0.1 → mqt_core-3.0.2}/cmake/mqt-core-config.cmake.in +0 -0
  33. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/BernsteinVazirani.hpp +0 -0
  34. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/GHZState.hpp +0 -0
  35. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/Grover.hpp +0 -0
  36. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/QFT.hpp +0 -0
  37. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/QPE.hpp +0 -0
  38. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/RandomCliffordCircuit.hpp +0 -0
  39. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/StatePreparation.hpp +0 -0
  40. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/algorithms/WState.hpp +0 -0
  41. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp +0 -0
  42. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +0 -0
  43. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/datastructures/DirectedGraph.hpp +0 -0
  44. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/datastructures/DisjointSet.hpp +0 -0
  45. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/datastructures/Layer.hpp +0 -0
  46. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/datastructures/SymmetricMatrix.hpp +0 -0
  47. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/datastructures/UndirectedGraph.hpp +0 -0
  48. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/CachedEdge.hpp +0 -0
  49. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Complex.hpp +0 -0
  50. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/ComplexNumbers.hpp +0 -0
  51. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/ComplexValue.hpp +0 -0
  52. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/ComputeTable.hpp +0 -0
  53. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/DDDefinitions.hpp +0 -0
  54. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/DDpackageConfig.hpp +0 -0
  55. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/DensityNoiseTable.hpp +0 -0
  56. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Edge.hpp +0 -0
  57. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Export.hpp +0 -0
  58. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/FunctionalityConstruction.hpp +0 -0
  59. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/GateMatrixDefinitions.hpp +0 -0
  60. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/LinkedListBase.hpp +0 -0
  61. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/MemoryManager.hpp +0 -0
  62. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Node.hpp +0 -0
  63. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/NoiseFunctionality.hpp +0 -0
  64. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Operations.hpp +0 -0
  65. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Package.hpp +0 -0
  66. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Package_fwd.hpp +0 -0
  67. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/RealNumber.hpp +0 -0
  68. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/RealNumberUniqueTable.hpp +0 -0
  69. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/Simulation.hpp +0 -0
  70. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/StochasticNoiseOperationTable.hpp +0 -0
  71. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/UnaryComputeTable.hpp +0 -0
  72. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/UniqueTable.hpp +0 -0
  73. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp +0 -0
  74. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/statistics/PackageStatistics.hpp +0 -0
  75. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/statistics/Statistics.hpp +0 -0
  76. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/statistics/TableStatistics.hpp +0 -0
  77. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -0
  78. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/Definitions.hpp +0 -0
  79. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/Permutation.hpp +0 -0
  80. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/QuantumComputation.hpp +0 -0
  81. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/Register.hpp +0 -0
  82. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/AodOperation.hpp +0 -0
  83. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/ClassicControlledOperation.hpp +0 -0
  84. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/CompoundOperation.hpp +0 -0
  85. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/Control.hpp +0 -0
  86. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/Expression.hpp +0 -0
  87. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/NonUnitaryOperation.hpp +0 -0
  88. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/OpType.hpp +0 -0
  89. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/OpType.inc +0 -0
  90. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/Operation.hpp +0 -0
  91. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/StandardOperation.hpp +0 -0
  92. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/ir/operations/SymbolicOperation.hpp +0 -0
  93. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/NAComputation.hpp +0 -0
  94. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/entities/Atom.hpp +0 -0
  95. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/entities/Location.hpp +0 -0
  96. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/entities/Zone.hpp +0 -0
  97. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/GlobalCZOp.hpp +0 -0
  98. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/GlobalOp.hpp +0 -0
  99. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/GlobalRYOp.hpp +0 -0
  100. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/LoadOp.hpp +0 -0
  101. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/LocalOp.hpp +0 -0
  102. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/LocalRZOp.hpp +0 -0
  103. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/LocalUOp.hpp +0 -0
  104. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/MoveOp.hpp +0 -0
  105. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/Op.hpp +0 -0
  106. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/ShuttlingOp.hpp +0 -0
  107. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/na/operations/StoreOp.hpp +0 -0
  108. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/python/pybind11.hpp +0 -0
  109. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Exception.hpp +0 -0
  110. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Gate.hpp +0 -0
  111. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Importer.hpp +0 -0
  112. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/InstVisitor.hpp +0 -0
  113. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/NestedEnvironment.hpp +0 -0
  114. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Parser.hpp +0 -0
  115. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Scanner.hpp +0 -0
  116. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Statement.hpp +0 -0
  117. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Statement_fwd.hpp +0 -0
  118. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/StdGates.hpp +0 -0
  119. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Token.hpp +0 -0
  120. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Types.hpp +0 -0
  121. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/Types_fwd.hpp +0 -0
  122. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/passes/CompilerPass.hpp +0 -0
  123. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/passes/ConstEvalPass.hpp +0 -0
  124. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/qasm3/passes/TypeCheckPass.hpp +0 -0
  125. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/zx/FunctionalityConstruction.hpp +0 -0
  126. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/zx/Rational.hpp +0 -0
  127. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/zx/Rules.hpp +0 -0
  128. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/zx/Simplify.hpp +0 -0
  129. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/zx/Utils.hpp +0 -0
  130. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/zx/ZXDefinitions.hpp +0 -0
  131. {mqt_core-3.0.1 → mqt_core-3.0.2}/include/mqt-core/zx/ZXDiagram.hpp +0 -0
  132. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/.gitignore +0 -0
  133. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/CMakeLists.txt +0 -0
  134. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/CMakeLists.txt +0 -0
  135. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/CMakeLists.txt +0 -0
  136. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/CMakeLists.txt +0 -0
  137. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/CMakeLists.txt +0 -0
  138. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/IR/CMakeLists.txt +0 -0
  139. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptDialect.h +0 -0
  140. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptInterfaces.td +0 -0
  141. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptOps.td +0 -0
  142. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptTraits.h +0 -0
  143. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/Transforms/CMakeLists.txt +0 -0
  144. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.h +0 -0
  145. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.td +0 -0
  146. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/tools/CMakeLists.txt +0 -0
  147. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/tools/quantum-opt/CMakeLists.txt +0 -0
  148. {mqt_core-3.0.1 → mqt_core-3.0.2}/mlir/tools/quantum-opt/quantum-opt.cpp +0 -0
  149. {mqt_core-3.0.1 → mqt_core-3.0.2}/noxfile.py +0 -0
  150. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/CMakeLists.txt +0 -0
  151. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/BernsteinVazirani.cpp +0 -0
  152. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/CMakeLists.txt +0 -0
  153. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/GHZState.cpp +0 -0
  154. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/Grover.cpp +0 -0
  155. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/QFT.cpp +0 -0
  156. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/QPE.cpp +0 -0
  157. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/RandomCliffordCircuit.cpp +0 -0
  158. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/StatePreparation.cpp +0 -0
  159. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/algorithms/WState.cpp +0 -0
  160. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/circuit_optimizer/CMakeLists.txt +0 -0
  161. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/circuit_optimizer/CircuitOptimizer.cpp +0 -0
  162. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/datastructures/CMakeLists.txt +0 -0
  163. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/datastructures/Layer.cpp +0 -0
  164. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/CMakeLists.txt +0 -0
  165. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/CachedEdge.cpp +0 -0
  166. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/Complex.cpp +0 -0
  167. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/ComplexNumbers.cpp +0 -0
  168. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/ComplexValue.cpp +0 -0
  169. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/Edge.cpp +0 -0
  170. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/Export.cpp +0 -0
  171. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/FunctionalityConstruction.cpp +0 -0
  172. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/GateMatrixDefinitions.cpp +0 -0
  173. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/MemoryManager.cpp +0 -0
  174. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/Node.cpp +0 -0
  175. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/NoiseFunctionality.cpp +0 -0
  176. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/Operations.cpp +0 -0
  177. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/Package.cpp +0 -0
  178. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/RealNumber.cpp +0 -0
  179. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/RealNumberUniqueTable.cpp +0 -0
  180. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/Simulation.cpp +0 -0
  181. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/UniqueTable.cpp +0 -0
  182. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/statistics/MemoryManagerStatistics.cpp +0 -0
  183. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/statistics/PackageStatistics.cpp +0 -0
  184. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/statistics/Statistics.cpp +0 -0
  185. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/statistics/TableStatistics.cpp +0 -0
  186. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/dd/statistics/UniqueTableStatistics.cpp +0 -0
  187. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/CMakeLists.txt +0 -0
  188. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/Permutation.cpp +0 -0
  189. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/QuantumComputation.cpp +0 -0
  190. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/AodOperation.cpp +0 -0
  191. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/ClassicControlledOperation.cpp +0 -0
  192. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/CompoundOperation.cpp +0 -0
  193. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/Expression.cpp +0 -0
  194. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/NonUnitaryOperation.cpp +0 -0
  195. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/OpType.cpp +0 -0
  196. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/Operation.cpp +0 -0
  197. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/StandardOperation.cpp +0 -0
  198. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/ir/operations/SymbolicOperation.cpp +0 -0
  199. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/__init__.py +0 -0
  200. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/__main__.py +0 -0
  201. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/_commands.py +0 -0
  202. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/_compat/__init__.py +0 -0
  203. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/_compat/typing.py +0 -0
  204. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/_version.pyi +0 -0
  205. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/dd.pyi +0 -0
  206. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/dd_evaluation.py +0 -0
  207. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/ir/__init__.pyi +0 -0
  208. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/ir/operations.pyi +0 -0
  209. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/ir/registers.pyi +0 -0
  210. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/ir/symbolic.pyi +0 -0
  211. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/plugins/__init__.py +0 -0
  212. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/plugins/qiskit/__init__.py +0 -0
  213. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/plugins/qiskit/mqt_to_qiskit.py +0 -0
  214. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/plugins/qiskit/qiskit_to_mqt.py +0 -0
  215. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/mqt/core/py.typed +0 -0
  216. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/CMakeLists.txt +0 -0
  217. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/NAComputation.cpp +0 -0
  218. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/entities/Zone.cpp +0 -0
  219. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/operations/GlobalOp.cpp +0 -0
  220. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/operations/LoadOp.cpp +0 -0
  221. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/operations/LocalOp.cpp +0 -0
  222. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/operations/MoveOp.cpp +0 -0
  223. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/na/operations/StoreOp.cpp +0 -0
  224. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/CMakeLists.txt +0 -0
  225. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/dd/CMakeLists.txt +0 -0
  226. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/dd/register_dd.cpp +0 -0
  227. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/dd/register_dd_package.cpp +0 -0
  228. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/dd/register_matrix_dds.cpp +0 -0
  229. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/dd/register_vector_dds.cpp +0 -0
  230. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/CMakeLists.txt +0 -0
  231. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_classic_controlled_operation.cpp +0 -0
  232. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_compound_operation.cpp +0 -0
  233. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_control.cpp +0 -0
  234. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_non_unitary_operation.cpp +0 -0
  235. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_operation.cpp +0 -0
  236. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_optype.cpp +0 -0
  237. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_standard_operation.cpp +0 -0
  238. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/operations/register_symbolic_operation.cpp +0 -0
  239. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/register_ir.cpp +0 -0
  240. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/register_operations.cpp +0 -0
  241. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/register_permutation.cpp +0 -0
  242. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/register_quantum_computation.cpp +0 -0
  243. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/register_registers.cpp +0 -0
  244. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/register_symbolic.cpp +0 -0
  245. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/symbolic/register_expression.cpp +0 -0
  246. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/symbolic/register_term.cpp +0 -0
  247. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/python/ir/symbolic/register_variable.cpp +0 -0
  248. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/CMakeLists.txt +0 -0
  249. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/Importer.cpp +0 -0
  250. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/Parser.cpp +0 -0
  251. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/Scanner.cpp +0 -0
  252. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/Statement.cpp +0 -0
  253. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/Token.cpp +0 -0
  254. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/Types.cpp +0 -0
  255. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/passes/ConstEvalPass.cpp +0 -0
  256. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/qasm3/passes/TypeCheckPass.cpp +0 -0
  257. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/zx/CMakeLists.txt +0 -0
  258. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/zx/FunctionalityConstruction.cpp +0 -0
  259. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/zx/Rational.cpp +0 -0
  260. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/zx/Rules.cpp +0 -0
  261. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/zx/Simplify.cpp +0 -0
  262. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/zx/Utils.cpp +0 -0
  263. {mqt_core-3.0.1 → mqt_core-3.0.2}/src/zx/ZXDiagram.cpp +0 -0
  264. {mqt_core-3.0.1 → mqt_core-3.0.2}/uv.lock +0 -0
@@ -19,6 +19,7 @@
19
19
  ".*\\.qasm",
20
20
  ".*\\.md",
21
21
  ".*\\.bib",
22
+ ".*\\.cff",
22
23
  ".*\\.css",
23
24
  ".*\\.json",
24
25
  ".*\\.html",
@@ -7,9 +7,22 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [3.0.2] - 2025-04-07
11
+
12
+ ### Added
13
+
14
+ - 📝 Add JOSS journal reference and citation information ([#913](https://github.com/munich-quantum-toolkit/core/pull/913)) ([**@burgholzer**](https://github.com/burgholzer))
15
+ - 📝 Add new links to Python package metadata ([#911](https://github.com/munich-quantum-toolkit/core/pull/911)) ([**@burgholzer**](https://github.com/burgholzer))
16
+
17
+ ### Fixed
18
+
19
+ - 📝 Fix old links in Python package metadata ([#911](https://github.com/munich-quantum-toolkit/core/pull/911)) ([**@burgholzer**](https://github.com/burgholzer))
20
+
10
21
  ## [3.0.1] - 2025-04-07
11
22
 
12
- _Fix PyPI project metadata as well as doxygen build on RtD._
23
+ ### Fixed
24
+
25
+ - 🐛 Fix doxygen build on RtD to include C++ API docs ([#912](https://github.com/munich-quantum-toolkit/core/pull/912)) ([**@burgholzer**](https://github.com/burgholzer))
13
26
 
14
27
  ## [3.0.0] - 2025-04-06
15
28
 
@@ -68,7 +81,8 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
68
81
 
69
82
  [PEP 639]: https://peps.python.org/pep-0639/
70
83
  [PEP 735]: https://peps.python.org/pep-0735/
71
- [unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.0.1...HEAD
84
+ [unreleased]: https://github.com/munich-quantum-toolkit/core/compare/v3.0.2...HEAD
85
+ [3.0.2]: https://github.com/munich-quantum-toolkit/core/compare/v3.0.1...v3.0.2
72
86
  [3.0.1]: https://github.com/munich-quantum-toolkit/core/compare/v3.0.0...v3.0.1
73
87
  [3.0.0]: https://github.com/munich-quantum-toolkit/core/compare/v2.7.0...v3.0.0
74
88
  [2.7.0]: https://github.com/munich-quantum-toolkit/core/releases/tag/v2.7.0
@@ -0,0 +1,48 @@
1
+ cff-version: "1.2.0"
2
+ authors:
3
+ - family-names: Burgholzer
4
+ given-names: Lukas
5
+ orcid: "https://orcid.org/0000-0003-4699-1316"
6
+ - family-names: Stade
7
+ given-names: Yannick
8
+ orcid: "https://orcid.org/0000-0001-5785-2528"
9
+ - family-names: Peham
10
+ given-names: Tom
11
+ orcid: "https://orcid.org/0000-0003-3434-7881"
12
+ - family-names: Wille
13
+ given-names: Robert
14
+ orcid: "https://orcid.org/0000-0002-4993-7860"
15
+ contact:
16
+ - family-names: Burgholzer
17
+ given-names: Lukas
18
+ orcid: "https://orcid.org/0000-0003-4699-1316"
19
+ doi: 10.6084/m9.figshare.28740254.v1
20
+ message: If you use this software, please cite our article in the
21
+ Journal of Open Source Software.
22
+ preferred-citation:
23
+ authors:
24
+ - family-names: Burgholzer
25
+ given-names: Lukas
26
+ orcid: "https://orcid.org/0000-0003-4699-1316"
27
+ - family-names: Stade
28
+ given-names: Yannick
29
+ orcid: "https://orcid.org/0000-0001-5785-2528"
30
+ - family-names: Peham
31
+ given-names: Tom
32
+ orcid: "https://orcid.org/0000-0003-3434-7881"
33
+ - family-names: Wille
34
+ given-names: Robert
35
+ orcid: "https://orcid.org/0000-0002-4993-7860"
36
+ date-published: 2025-04-07
37
+ doi: 10.21105/joss.07478
38
+ issn: 2475-9066
39
+ issue: 108
40
+ journal: Journal of Open Source Software
41
+ publisher:
42
+ name: Open Journals
43
+ start: 7478
44
+ title: "MQT Core: The Backbone of the Munich Quantum Toolkit (MQT)"
45
+ type: article
46
+ url: "https://joss.theoj.org/papers/10.21105/joss.07478"
47
+ volume: 10
48
+ title: "MQT Core: The Backbone of the Munich Quantum Toolkit (MQT)"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mqt-core
3
- Version: 3.0.1
3
+ Version: 3.0.2
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>
@@ -22,10 +22,12 @@ Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
23
  Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
24
24
  Classifier: Typing :: Typed
25
- Project-URL: Homepage, https://github.com/cda-tum/mqt-core
25
+ Project-URL: Homepage, https://github.com/munich-quantum-toolkit/core
26
+ Project-URL: Changelog, https://github.com/munich-quantum-toolkit/core/blob/main/CHANGELOG.md
26
27
  Project-URL: Documentation, https://mqt.readthedocs.io/projects/core
27
- Project-URL: Issues, https://github.com/cda-tum/mqt-core/issues
28
- Project-URL: Discussions, https://github.com/cda-tum/mqt-core/discussions
28
+ Project-URL: Issues, https://github.com/munich-quantum-toolkit/core/issues
29
+ Project-URL: Discussions, https://github.com/munich-quantum-toolkit/core/discussions
30
+ Project-URL: PyPI, https://pypi.org/project/mqt-core/
29
31
  Requires-Python: >=3.9
30
32
  Provides-Extra: evaluation
31
33
  Requires-Dist: pandas[output-formatting]>=2.1.2; extra == "evaluation"
@@ -36,6 +38,7 @@ Description-Content-Type: text/markdown
36
38
  [![PyPI](https://img.shields.io/pypi/v/mqt.core?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.core/)
37
39
  ![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)
38
40
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
41
+ [![DOI](https://img.shields.io/badge/JOSS-10.21105/joss.07478-blue.svg?style=flat-square)](https://doi.org/10.21105/joss.07478)
39
42
  [![CI](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/core/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/munich-quantum-toolkit/core/actions/workflows/ci.yml)
40
43
  [![CD](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/core/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/munich-quantum-toolkit/core/actions/workflows/cd.yml)
41
44
  [![Documentation](https://img.shields.io/readthedocs/mqt-core?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/core)
@@ -61,6 +64,23 @@ To this end, it consists of multiple components that are used throughout the MQT
61
64
  </a>
62
65
  </p>
63
66
 
67
+ If you want to cite MQT Core, please use the following BibTeX entry:
68
+
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
+ ```
83
+
64
84
  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).
65
85
 
66
86
  ## Getting Started
@@ -1,6 +1,7 @@
1
1
  [![PyPI](https://img.shields.io/pypi/v/mqt.core?logo=pypi&style=flat-square)](https://pypi.org/project/mqt.core/)
2
2
  ![OS](https://img.shields.io/badge/os-linux%20%7C%20macos%20%7C%20windows-blue?style=flat-square)
3
3
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
4
+ [![DOI](https://img.shields.io/badge/JOSS-10.21105/joss.07478-blue.svg?style=flat-square)](https://doi.org/10.21105/joss.07478)
4
5
  [![CI](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/core/ci.yml?branch=main&style=flat-square&logo=github&label=ci)](https://github.com/munich-quantum-toolkit/core/actions/workflows/ci.yml)
5
6
  [![CD](https://img.shields.io/github/actions/workflow/status/munich-quantum-toolkit/core/cd.yml?style=flat-square&logo=github&label=cd)](https://github.com/munich-quantum-toolkit/core/actions/workflows/cd.yml)
6
7
  [![Documentation](https://img.shields.io/readthedocs/mqt-core?logo=readthedocs&style=flat-square)](https://mqt.readthedocs.io/projects/core)
@@ -26,6 +27,23 @@ To this end, it consists of multiple components that are used throughout the MQT
26
27
  </a>
27
28
  </p>
28
29
 
30
+ If you want to cite MQT Core, please use the following BibTeX entry:
31
+
32
+ ```bibtex
33
+ @article{burgholzer2025MQTCore,
34
+ title = {{{MQT Core}}: {{The}} Backbone of the {{Munich Quantum Toolkit (MQT)}}},
35
+ author = {Lukas Burgholzer and Yannick Stade and Tom Peham and Robert Wille},
36
+ year = {2025},
37
+ journal = {Journal of Open Source Software},
38
+ publisher = {The Open Journal},
39
+ volume = {10},
40
+ number = {108},
41
+ pages = {7478},
42
+ doi = {10.21105/joss.07478},
43
+ url = {https://doi.org/10.21105/joss.07478},
44
+ }
45
+ ```
46
+
29
47
  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).
30
48
 
31
49
  ## Getting Started
@@ -47,10 +47,12 @@ mqt-core-dd-compare = "mqt.core.dd_evaluation:main"
47
47
  mqt-core-cli = "mqt.core.__main__:main"
48
48
 
49
49
  [project.urls]
50
- Homepage = "https://github.com/cda-tum/mqt-core"
50
+ Homepage = "https://github.com/munich-quantum-toolkit/core"
51
+ Changelog = "https://github.com/munich-quantum-toolkit/core/blob/main/CHANGELOG.md"
51
52
  Documentation = "https://mqt.readthedocs.io/projects/core"
52
- Issues = "https://github.com/cda-tum/mqt-core/issues"
53
- Discussions = "https://github.com/cda-tum/mqt-core/discussions"
53
+ Issues = "https://github.com/munich-quantum-toolkit/core/issues"
54
+ Discussions = "https://github.com/munich-quantum-toolkit/core/discussions"
55
+ PyPI = "https://pypi.org/project/mqt-core/"
54
56
 
55
57
 
56
58
  [tool.scikit-build]
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '3.0.1'
21
- __version_tuple__ = version_tuple = (3, 0, 1)
20
+ __version__ = version = '3.0.2'
21
+ __version_tuple__ = version_tuple = (3, 0, 2)
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