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.
- {mqt_core-3.3.0 → mqt_core-3.3.1}/CHANGELOG.md +9 -1
- {mqt_core-3.3.0 → mqt_core-3.3.1}/PKG-INFO +1 -1
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/ExternalDependencies.cmake +19 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/mqt-core-config.cmake.in +1 -1
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_version.py +3 -3
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.clang-format +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.clang-tidy +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.cmake-format.yaml +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.editorconfig +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.git_archival.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.gitattributes +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.gitignore +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.license-tools-config.json +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.pre-commit-config.yaml +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.python_version +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/.readthedocs.yaml +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/CITATION.cff +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/LICENSE.md +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/README.md +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/UPGRADING.md +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_dd.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_dd_package.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_matrix_dds.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/dd/register_vector_dds.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/fomac/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/fomac/fomac.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_compound_operation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_control.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_if_else_operation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_non_unitary_operation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_operation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_optype.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_standard_operation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/operations/register_symbolic_operation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_ir.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_operations.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_permutation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_quantum_computation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_registers.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/register_symbolic.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/symbolic/register_expression.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/symbolic/register_term.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/ir/symbolic/register_variable.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/na/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/na/fomac/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/bindings/na/fomac/fomac.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/AddMQTCoreLibrary.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/AddMQTPythonBinding.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/Cache.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/CleanMLIRDocs.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/CompilerOptions.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/CompilerWarnings.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/FindGMP.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/GetVersion.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/PackageAddTest.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/PreventInSourceBuilds.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/Sanitizers.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/SetupMLIR.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/StandardProjectSettings.cmake +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/cmake/cmake_uninstall.cmake.in +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/BernsteinVazirani.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/GHZState.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/Grover.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/QFT.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/QPE.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/RandomCliffordCircuit.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/StatePreparation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/algorithms/WState.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/circuit_optimizer/CircuitOptimizer.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/DirectedAcyclicGraph.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/DirectedGraph.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/DisjointSet.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/Layer.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/SymmetricMatrix.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/datastructures/UndirectedGraph.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Approximation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/CachedEdge.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Complex.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/ComplexNumbers.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/ComplexValue.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/ComputeTable.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/DDDefinitions.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/DDpackageConfig.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/DensityNoiseTable.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Edge.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Export.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/FunctionalityConstruction.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/GateMatrixDefinitions.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/LinkedListBase.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/MemoryManager.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Node.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/NoiseFunctionality.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Operations.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Package.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Package_fwd.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/RealNumber.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/RealNumberUniqueTable.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/Simulation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/StateGeneration.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/StochasticNoiseOperationTable.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/UnaryComputeTable.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/UniqueTable.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/MemoryManagerStatistics.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/PackageStatistics.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/Statistics.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/TableStatistics.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/dd/statistics/UniqueTableStatistics.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/fomac/FoMaC.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/Definitions.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/Permutation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/QuantumComputation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/Register.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/AodOperation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/CompoundOperation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/Control.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/Expression.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/IfElseOperation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/NonUnitaryOperation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/OpType.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/OpType.inc +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/Operation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/StandardOperation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/ir/operations/SymbolicOperation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/NAComputation.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/device/Device.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/device/Generator.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/entities/Atom.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/entities/Location.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/entities/Zone.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/fomac/Device.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/GlobalCZOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/GlobalOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/GlobalRYOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LoadOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LocalOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LocalRZOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/LocalUOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/MoveOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/Op.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/ShuttlingOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/na/operations/StoreOp.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Exception.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Gate.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Importer.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/InstVisitor.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/NestedEnvironment.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Parser.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Scanner.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Statement.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Statement_fwd.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/StdGates.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Token.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Types.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/Types_fwd.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/passes/CompilerPass.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/passes/ConstEvalPass.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qasm3/passes/TypeCheckPass.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qdmi/Driver.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qir/runtime/QIR.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/qir/runtime/Runtime.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/FunctionalityConstruction.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Rational.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Rules.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Simplify.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/Utils.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/ZXDefinitions.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/include/mqt-core/zx/ZXDiagram.hpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/json/na/device.json +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/.gitignore +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/MQTOptToMQTRef.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/MQTOptToMQTRef.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/MQTRefToMQTOpt.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/MQTRefToMQTOpt.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToQIR/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToQIR/MQTRefToQIR.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToQIR/MQTRefToQIR.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/QIRToMQTRef/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/QIRToMQTRef/QIRToMQTRef.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/QIRToMQTRef/QIRToMQTRef.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/Common/IR/CommonTraits.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/Common/IR/StdOps.td.inc +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptDialect.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptInterfaces.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/IR/MQTOptOps.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Passes.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Architecture.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Common.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Layout.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTOpt/Transforms/Transpilation/Stack.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/MQTRefDialect.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/MQTRefInterfaces.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/IR/MQTRefOps.td +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Dialect/MQTRef/Translation/ImportQuantumComputation.h +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/tools/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/tools/quantum-opt/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/tools/quantum-opt/quantum-opt.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/unittests/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/unittests/translation/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/unittests/translation/test_translation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/noxfile.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/pyproject.toml +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/__init__.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/__main__.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_commands.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_compat/__init__.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_compat/typing.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/_version.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/dd.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/dd_evaluation.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/fomac.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/__init__.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/operations.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/registers.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/ir/symbolic.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/na/__init__.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/na/fomac.pyi +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/__init__.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/qiskit/__init__.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/qiskit/mqt_to_qiskit.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/plugins/qiskit/qiskit_to_mqt.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/python/mqt/core/py.typed +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/sitecustomize.py +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/BernsteinVazirani.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/GHZState.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/Grover.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/QFT.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/QPE.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/RandomCliffordCircuit.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/StatePreparation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/algorithms/WState.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/circuit_optimizer/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/circuit_optimizer/CircuitOptimizer.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/datastructures/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/datastructures/Layer.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Approximation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/CachedEdge.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Complex.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/ComplexNumbers.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/ComplexValue.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Edge.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Export.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/FunctionalityConstruction.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/GateMatrixDefinitions.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/MemoryManager.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Node.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/NoiseFunctionality.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Operations.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Package.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/RealNumber.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/RealNumberUniqueTable.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/Simulation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/StateGeneration.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/UniqueTable.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/MemoryManagerStatistics.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/PackageStatistics.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/Statistics.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/TableStatistics.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/dd/statistics/UniqueTableStatistics.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/fomac/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/fomac/FoMaC.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/Permutation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/QuantumComputation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/AodOperation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/CompoundOperation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/Expression.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/IfElseOperation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/NonUnitaryOperation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/OpType.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/Operation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/StandardOperation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/ir/operations/SymbolicOperation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/NAComputation.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/App.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/Device.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/DynDevice.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/device/Generator.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/entities/Zone.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/fomac/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/fomac/Device.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/GlobalOp.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/LoadOp.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/LocalOp.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/MoveOp.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/na/operations/StoreOp.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Importer.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Parser.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Scanner.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Statement.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Token.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/Types.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/passes/ConstEvalPass.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qasm3/passes/TypeCheckPass.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qdmi/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qdmi/Driver.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runner/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runner/Runner.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runtime/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runtime/QIR.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/qir/runtime/Runtime.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/CMakeLists.txt +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/FunctionalityConstruction.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Rational.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Rules.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Simplify.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/Utils.cpp +0 -0
- {mqt_core-3.3.0 → mqt_core-3.3.1}/src/zx/ZXDiagram.cpp +0 -0
- {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.
|
|
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
|
|
@@ -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.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 3,
|
|
31
|
+
__version__ = version = '3.3.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 3, 1)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
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
|
|
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
|
|
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.3.0 → mqt_core-3.3.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
|
|
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.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/CMakeLists.txt
RENAMED
|
File without changes
|
{mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/MQTOptToMQTRef.h
RENAMED
|
File without changes
|
{mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTOptToMQTRef/MQTOptToMQTRef.td
RENAMED
|
File without changes
|
{mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/CMakeLists.txt
RENAMED
|
File without changes
|
{mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/MQTRefToMQTOpt.h
RENAMED
|
File without changes
|
{mqt_core-3.3.0 → mqt_core-3.3.1}/mlir/include/mlir/Conversion/MQTRefToMQTOpt/MQTRefToMQTOpt.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|