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.
- {mqt_core-3.2.0 → mqt_core-3.2.1}/CHANGELOG.md +14 -2
- {mqt_core-3.2.0 → mqt_core-3.2.1}/PKG-INFO +1 -1
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/DirectedGraph.hpp +1 -1
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/UndirectedGraph.hpp +1 -1
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Package.hpp +1 -1
- {mqt_core-3.2.0 → mqt_core-3.2.1}/pyproject.toml +1 -1
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_version.py +2 -2
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.clang-format +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.clang-tidy +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.cmake-format.yaml +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.editorconfig +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.git_archival.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.gitattributes +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.gitignore +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.license-tools-config.json +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.pre-commit-config.yaml +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.python_version +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/.readthedocs.yaml +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/CITATION.cff +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/LICENSE.md +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/README.md +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/UPGRADING.md +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_dd.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_dd_package.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_matrix_dds.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/dd/register_vector_dds.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_classic_controlled_operation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_compound_operation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_control.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_non_unitary_operation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_operation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_optype.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_standard_operation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_symbolic_operation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_ir.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_operations.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_permutation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_quantum_computation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_registers.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/register_symbolic.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/symbolic/register_expression.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/symbolic/register_term.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/symbolic/register_variable.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/AddMQTCoreLibrary.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/AddMQTPythonBinding.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/Cache.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/CompilerOptions.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/CompilerWarnings.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/ExternalDependencies.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/FindGMP.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/GetVersion.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/PackageAddTest.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/PreventInSourceBuilds.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/Sanitizers.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/SetupMLIR.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/StandardProjectSettings.cmake +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/cmake_uninstall.cmake.in +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/cmake/mqt-core-config.cmake.in +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/BernsteinVazirani.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/GHZState.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/Grover.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/QFT.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/QPE.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/RandomCliffordCircuit.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/StatePreparation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/algorithms/WState.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/DisjointSet.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/Layer.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/datastructures/SymmetricMatrix.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Approximation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/CachedEdge.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Complex.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/ComplexNumbers.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/ComplexValue.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/ComputeTable.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/DDDefinitions.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/DDpackageConfig.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/DensityNoiseTable.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Edge.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Export.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/FunctionalityConstruction.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/GateMatrixDefinitions.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/LinkedListBase.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/MemoryManager.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Node.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/NoiseFunctionality.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Operations.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Package_fwd.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/RealNumber.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/RealNumberUniqueTable.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/Simulation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/StateGeneration.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/StochasticNoiseOperationTable.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/UnaryComputeTable.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/UniqueTable.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/PackageStatistics.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/Statistics.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/TableStatistics.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/Definitions.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/Permutation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/QuantumComputation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/Register.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/AodOperation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/ClassicControlledOperation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/CompoundOperation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/Control.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/Expression.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/NonUnitaryOperation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/OpType.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/OpType.inc +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/Operation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/StandardOperation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/SymbolicOperation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/NAComputation.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/entities/Atom.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/entities/Location.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/entities/Zone.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/GlobalCZOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/GlobalOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/GlobalRYOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LoadOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LocalOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LocalRZOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/LocalUOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/MoveOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/Op.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/ShuttlingOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/na/operations/StoreOp.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Exception.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Gate.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Importer.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/InstVisitor.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/NestedEnvironment.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Parser.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Scanner.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Statement.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Statement_fwd.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/StdGates.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Token.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Types.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/Types_fwd.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/passes/CompilerPass.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/passes/ConstEvalPass.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/qasm3/passes/TypeCheckPass.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/FunctionalityConstruction.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Rational.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Rules.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Simplify.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/Utils.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/ZXDefinitions.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/zx/ZXDiagram.hpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/.gitignore +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/MQTDynToMQTOpt.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/MQTDynToMQTOpt.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/MQTOptToMQTDyn.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/MQTOptToMQTDyn.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/Compat.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/Common/IR/StdOps.td.inc +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/MQTDynDialect.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/MQTDynInterfaces.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/IR/MQTDynOps.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/Transforms/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/Transforms/Passes.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/Transforms/Passes.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptDialect.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptInterfaces.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptOps.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.h +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.td +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/tools/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/tools/quantum-opt/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/tools/quantum-opt/quantum-opt.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/noxfile.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/__init__.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/__main__.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_commands.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_compat/__init__.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_compat/typing.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/_version.pyi +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/dd.pyi +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/dd_evaluation.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/__init__.pyi +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/operations.pyi +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/registers.pyi +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/ir/symbolic.pyi +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/__init__.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/qiskit/__init__.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/qiskit/mqt_to_qiskit.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/plugins/qiskit/qiskit_to_mqt.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/python/mqt/core/py.typed +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/sitecustomize.py +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/BernsteinVazirani.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/GHZState.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/Grover.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/QFT.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/QPE.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/RandomCliffordCircuit.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/StatePreparation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/algorithms/WState.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/circuit_optimizer/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/circuit_optimizer/CircuitOptimizer.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/datastructures/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/datastructures/Layer.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Approximation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/CachedEdge.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Complex.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/ComplexNumbers.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/ComplexValue.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Edge.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Export.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/FunctionalityConstruction.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/GateMatrixDefinitions.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/MemoryManager.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Node.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/NoiseFunctionality.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Operations.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Package.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/RealNumber.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/RealNumberUniqueTable.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/Simulation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/StateGeneration.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/UniqueTable.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/MemoryManagerStatistics.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/PackageStatistics.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/Statistics.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/TableStatistics.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/dd/statistics/UniqueTableStatistics.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/Permutation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/QuantumComputation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/AodOperation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/ClassicControlledOperation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/CompoundOperation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/Expression.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/NonUnitaryOperation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/OpType.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/Operation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/StandardOperation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/ir/operations/SymbolicOperation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/NAComputation.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/entities/Zone.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/GlobalOp.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/LoadOp.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/LocalOp.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/MoveOp.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/na/operations/StoreOp.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Importer.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Parser.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Scanner.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Statement.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Token.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/Types.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/passes/ConstEvalPass.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/qasm3/passes/TypeCheckPass.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/CMakeLists.txt +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/FunctionalityConstruction.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Rational.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Rules.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Simplify.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/Utils.cpp +0 -0
- {mqt_core-3.2.0 → mqt_core-3.2.1}/src/zx/ZXDiagram.cpp +0 -0
- {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.
|
|
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
|
-
[#
|
|
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
|
|
@@ -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
|
|
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
|
|
179
|
+
[](auto acc, const auto& v) {
|
|
180
180
|
acc.emplace(v.first);
|
|
181
181
|
return acc;
|
|
182
182
|
});
|
|
@@ -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-*",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/bindings/ir/operations/register_classic_controlled_operation.cpp
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp
RENAMED
|
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
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/include/mqt-core/ir/operations/ClassicControlledOperation.hpp
RENAMED
|
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
|
|
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
|
|
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
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/CMakeLists.txt
RENAMED
|
File without changes
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/MQTDynToMQTOpt.h
RENAMED
|
File without changes
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTDynToMQTOpt/MQTDynToMQTOpt.td
RENAMED
|
File without changes
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/CMakeLists.txt
RENAMED
|
File without changes
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/MQTOptToMQTDyn.h
RENAMED
|
File without changes
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Conversion/MQTOptToMQTDyn/MQTOptToMQTDyn.td
RENAMED
|
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
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTDyn/Transforms/CMakeLists.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mqt_core-3.2.0 → mqt_core-3.2.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/CMakeLists.txt
RENAMED
|
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
|