Mqt-core

Latest version: v2.7.0

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

2.0.2

πŸ‘€ What Changed

βš›οΈ MQT Core

- ♻️ Revised qubit register handling burgholzer (495)

πŸ› Bug Fixes

- ♻️ Revised qubit register handling burgholzer (495)

⬆️ Dependencies

- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (494)

**Full Changelog**: https://github.com/cda-tum/mqt-core/compare/v2.0.1...v2.0.2

2.0.1

πŸ‘€ What Changed

βš›οΈ MQT Core

- 🩹 Improved qubit and register management burgholzer (493)
- :sparkles: added inverse gate for iSWAP BertiFlorea (460)

βš–οΈ MQT Core DD Package

- πŸ”₯ remove irrelevant special casing for GRCS functionality construction burgholzer (488)
- :sparkles: added state preparation routines for GHZ and W state BertiFlorea (445)

πŸ•ΈοΈ MQT Core ZX Package

- ✨ support ECR and DCX gate in ZX library burgholzer (481)

πŸš€ Features and Enhancements

- :sparkles: added inverse gate for iSWAP BertiFlorea (460)
- :sparkles: added state preparation routines for GHZ and W state BertiFlorea (445)
- 🚚 move `check-sdist` from pre-commit to CI burgholzer (480)
- ✨ support ECR and DCX gate in ZX library burgholzer (481)

πŸ› Bug Fixes

- 🩹 Improved qubit and register management burgholzer (493)

πŸ€– CI

- 🚚 move `check-sdist` from pre-commit to CI burgholzer (480)

🧹 Code Quality

- ✨ add Scientific Python's repo-review burgholzer (483)
- 🚚 move `check-sdist` from pre-commit to CI burgholzer (480)

⬆️ Dependencies

- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (492)
- Bump the submodules group with 4 updates dependabot (490)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (485)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (479)

**Full Changelog**: https://github.com/cda-tum/mqt-core/compare/v2.0.0.post1...v2.0.1

2.0.0.post1

πŸ‘€ What Changed

This represents the first official release of the new MQT Core package. While some aspects are still in flux, the package should be stable enough that regular version updates should be completely sufficient.

The list below summarizes all the changes that happened since the last official release (where this package was still called QFR).

βš›οΈ MQT Core

- πŸ› fix compiler errors in GCC-10 due to abstract return type burgholzer (478)
- πŸ› Miscellaneous fixes for qubit and register handling burgholzer (476)
- ✨ Circuit optimisation for replacing Toffoli gates with MCZ gates and Hadamards burgholzer (473)
- πŸ› Fix recursive circuit flattening burgholzer (474)
- ✨ equality comparison and hashing for operations and symbolic burgholzer (465)
- πŸ› properly handle repeated cancellation in single-qubit gate fusion burgholzer (459)
- Fixing `QuantumComputation::dump` file name dot count check EliasLF (453)
- βœ¨β™»οΈ Refactor `QuantumComputation` API and Expose to Python pehamTom (371)
- πŸ› Fix output permutation deduction burgholzer (437)
- ♻️ switch back from nanobind to pybind burgholzer (432)
- 🚨 fix compiler warnings for `getControls` override burgholzer (425)
- Add invert functionality for quantum operations martin-fink (416)
- Add `addControl`, `clearControls`, `removeControl` functions on Operation martin-fink (411)
- πŸ› Fix inexact QPE construction burgholzer (417)
- ♻️ Switch `pybind11` from submodule to `find_package` burgholzer (405)
- πŸ› Fix `Barrier` handling in remove final measurements optimisation burgholzer (403)
- 🩹 Remove Barrier check from actsOn method burgholzer (402)
- ♻️ Refactor `NonUnitaryOperation` class to simplify target handling burgholzer (399)
- πŸ“¦ Enable target support from scikit-build-core burgholzer (397)
- πŸ§‘β€πŸ’» Extensive and Reusable CI/CD Setup burgholzer (396)
- ♻️ Refactor handling of Barrier operations burgholzer (394)
- πŸ”₯ Remove Snapshot and ShowProbabilities instructions from MQT Core burgholzer (393)
- πŸ”§ Disable `NullDereference` clang-tidy check burgholzer (383)
- πŸš¨β™»οΈ Fix some warnings and improve code quality burgholzer (369)
- πŸ› Make MSVC work burgholzer (361)
- πŸŽ‰πŸ Initial `mqt.core` Python Package Configuration burgholzer (359)
- 🩹 avoid header confusion burgholzer (355)
- ✨ MQT Core burgholzer (318)
- πŸ“ MQT Core Rename burgholzer (328)
- 🚚 Move ZX Package into Source Tree burgholzer (327)
- 🚚 Move DD Package into Source Tree burgholzer (326)
- 🎨 LLVM code format and Python binding restructure burgholzer (321)
- 🚚 Consolidate `googletest` submodule burgholzer (320)
- πŸ”₯ Remove MQT QFR Python package burgholzer (319)
- 🚚 Transfer ZX package from submodule to folder burgholzer (317)
- 🚚 Transfer DD package from submodule to folder burgholzer (316)

βš–οΈ MQT Core DD Package

- πŸ›βš‘ fix and speed up Kronecker product for DDs burgholzer (475)
- ⚑ fix performance regression for `RealNumber` computations burgholzer (463)
- ⚑ improved collision logic in `RealNumberUniqueTable` burgholzer (461)
- ⚑ improve numerical accuracy of multiplication and division burgholzer (458)
- ⚑ Completely eliminate temporary numbers borrowed from the cache burgholzer (457)
- 🎨 Miscellaneous code style improvements in DD package burgholzer (455)
- ⚑ Small performance improvements to `RealNumberUniqueTable` burgholzer (456)
- ⚑ Small unique table lookup improvement burgholzer (451)
- ♻️ simpler gate matrices burgholzer (449)
- ♻️ Replace static `zero` and `one` members with constexpr functions burgholzer (448)
- ⚑ Skip `symmetry` computation and πŸ”₯ remove `transpose` method burgholzer (442)
- ♻️ Trim `dd/Package.hpp` burgholzer (434)
- πŸ› Fix identity handling in DD multiplication burgholzer (426)
- 🚸 Small corrections for statistics tracking burgholzer (424)
- 🚸 Follow-up for DD statistics burgholzer (419)
- 🚸 Better statistics tracking in DD Package burgholzer (418)
- Fix makeDDFromMatrix Issue in Asymmetrical Matrices rahimiparham (415)
- πŸ› Fix Compute Table Performance burgholzer (386)
- πŸ› Fix DD node leak burgholzer (385)
- ♻️ Eliminate DD terminal nodes burgholzer (381)
- πŸ”₯ Remove ToffoliTable from DD Package burgholzer (380)
- πŸ”₯♻️ Consolidate `qc::Control` and `dd::Control` burgholzer (379)
- ♻️ Unified DD memory management and streamlined complex number handling burgholzer (373)
- β™»οΈπŸ“ Un-template and document complex number handling in DD package burgholzer (372)
- πŸš¨β™»οΈ Fix some warnings and improve code quality burgholzer (369)
- πŸ› Make MSVC work burgholzer (361)

πŸ•ΈοΈ MQT Core ZX Package

- Added RZZ, RXX, RZX, and RYY to ZX-diagrams pehamTom (466)

πŸš€ Features and Enhancements

- πŸ›βš‘ fix and speed up Kronecker product for DDs burgholzer (475)
- ✨ Circuit optimisation for replacing Toffoli gates with MCZ gates and Hadamards burgholzer (473)
- Added RZZ, RXX, RZX, and RYY to ZX-diagrams pehamTom (466)
- ✨ equality comparison and hashing for operations and symbolic burgholzer (465)
- ✨ adopt ruff formatter burgholzer (464)
- ⚑ improved collision logic in `RealNumberUniqueTable` burgholzer (461)
- ⚑ improve numerical accuracy of multiplication and division burgholzer (458)
- ⚑ Completely eliminate temporary numbers borrowed from the cache burgholzer (457)
- ⚑ Small performance improvements to `RealNumberUniqueTable` burgholzer (456)
- ⚑ Skip `symmetry` computation and πŸ”₯ remove `transpose` method burgholzer (442)
- βœ¨β™»οΈ Refactor `QuantumComputation` API and Expose to Python pehamTom (371)
- Add invert functionality for quantum operations martin-fink (416)
- Add `addControl`, `clearControls`, `removeControl` functions on Operation martin-fink (411)
- 🚸 Follow-up for DD statistics burgholzer (419)
- 🚸 Better statistics tracking in DD Package burgholzer (418)
- 🚸 Make reusable workflows more generic burgholzer (407)
- πŸ”§ Add policy max to CMake minimum required version burgholzer (401)
- πŸ§‘β€πŸ’» Extensive and Reusable CI/CD Setup burgholzer (396)
- ⚑ use 2x faster black mirror burgholzer (395)
- Add w state implementation tyi1025 (391)
- ♻️ Eliminate DD terminal nodes burgholzer (381)
- ♻️ Unified DD memory management and streamlined complex number handling burgholzer (373)
- βž•πŸͺ add new pre-commit hook for running ruff on Jupyter notebooks burgholzer (365)
- Cmake structure pehamTom (364)
- 🚸 Automatic discovery of nanobind when running outside `pip install` burgholzer (363)
- πŸŽ‰πŸ Initial `mqt.core` Python Package Configuration burgholzer (359)
- πŸ”§ Disable IPO per default burgholzer (353)
- ✨ add Issue and PR templates burgholzer (351)
- ✨ Add release drafter setup burgholzer (350)
- πŸ“¦ Support Versioning in Git Archives burgholzer (329)
- πŸ‘·πŸΌπŸš¨β¬†οΈ Update `clang-tidy` and use `cpp-linter` action burgholzer (325)
- πŸ‘¨β€πŸ’» introduce `mold` as default linker under Linux burgholzer (324)
- πŸ‘¨β€πŸ’» introduce compiler cache burgholzer (323)
- πŸ‘·βš‘ speed up CI with independent coverage job burgholzer (322)

πŸ› Bug Fixes

- πŸ› fix compiler errors in GCC-10 due to abstract return type burgholzer (478)
- πŸ› Miscellaneous fixes for qubit and register handling burgholzer (476)
- πŸ›βš‘ fix and speed up Kronecker product for DDs burgholzer (475)
- πŸ› Fix recursive circuit flattening burgholzer (474)
- 🚨 Adapt to latest Qiskit version burgholzer (471)
- ⚑ fix performance regression for `RealNumber` computations burgholzer (463)
- πŸ› properly handle repeated cancellation in single-qubit gate fusion burgholzer (459)
- Fixing `QuantumComputation::dump` file name dot count check EliasLF (453)
- 🩹 temporarily disable editable installs in nox jobs burgholzer (454)
- πŸ› Fix output permutation deduction burgholzer (437)
- 🩹 Reusable workflow corrections burgholzer (433)
- πŸ› Fix identity handling in DD multiplication burgholzer (426)
- 🚸 Small corrections for statistics tracking burgholzer (424)
- 🚨 fix compiler warnings for `getControls` override burgholzer (425)
- πŸ› Fix broken `manylinux` wheels burgholzer (422)
- πŸ› Fix inexact QPE construction burgholzer (417)
- Fix makeDDFromMatrix Issue in Asymmetrical Matrices rahimiparham (415)
- πŸ› Fix `Barrier` handling in remove final measurements optimisation burgholzer (403)
- 🩹 Remove Barrier check from actsOn method burgholzer (402)
- πŸ› Fix Compute Table Performance burgholzer (386)
- πŸ› Fix DD node leak burgholzer (385)
- πŸ”§ Disable `NullDereference` clang-tidy check burgholzer (383)
- πŸ› Make MSVC work burgholzer (361)
- 🩹 avoid header confusion burgholzer (355)
- Actually Populate the Params list from Qobjs hillmich (333)

πŸ“„ Documentation

- πŸ“ added project acknowledgements burgholzer (469)
- βœ¨β™»οΈ Refactor `QuantumComputation` API and Expose to Python pehamTom (371)
- β™»οΈπŸ“ Un-template and document complex number handling in DD package burgholzer (372)
- πŸ“ Initial RtD setup burgholzer (356)
- πŸ”’ add security policy burgholzer (354)
- ✨ add community health files burgholzer (352)
- 🚚 Fix links from `qfr` to `mqt-core` burgholzer (349)

πŸ€– CI

- πŸ”§ Ruff config finetuning burgholzer (467)
- 🩹 temporarily disable editable installs in nox jobs burgholzer (454)
- 🩹 Reusable workflow corrections burgholzer (433)
- πŸ› Fix broken `manylinux` wheels burgholzer (422)
- 🚸 Make reusable workflows more generic burgholzer (407)
- πŸ§‘β€πŸ’» Extensive and Reusable CI/CD Setup burgholzer (396)
- πŸŽ‰πŸ Initial `mqt.core` Python Package Configuration burgholzer (359)
- πŸ”§ Disable IPO per default burgholzer (353)
- ✨ add Issue and PR templates burgholzer (351)
- ✨ Add release drafter setup burgholzer (350)
- πŸ‘·πŸΌπŸš¨β¬†οΈ Update `clang-tidy` and use `cpp-linter` action burgholzer (325)
- πŸ‘¨β€πŸ’» introduce `mold` as default linker under Linux burgholzer (324)
- πŸ‘¨β€πŸ’» introduce compiler cache burgholzer (323)
- πŸ‘·βš‘ speed up CI with independent coverage job burgholzer (322)

πŸ“¦ Packaging

- ⬆️ update `scikit-build-core` burgholzer (477)
- ♻️ switch back from nanobind to pybind burgholzer (432)
- πŸ› Fix broken `manylinux` wheels burgholzer (422)
- πŸ“¦ Enable target support from scikit-build-core burgholzer (397)

🧹 Code Quality

- 🚨 small ruff updates burgholzer (472)
- πŸ”§ Ruff config finetuning burgholzer (467)
- ✨ adopt ruff formatter burgholzer (464)
- 🎨 Miscellaneous code style improvements in DD package burgholzer (455)
- ⚑ Small unique table lookup improvement burgholzer (451)
- ♻️ simpler gate matrices burgholzer (449)
- ♻️ Replace static `zero` and `one` members with constexpr functions burgholzer (448)
- βœ¨β™»οΈ Refactor `QuantumComputation` API and Expose to Python pehamTom (371)
- ♻️ Trim `dd/Package.hpp` burgholzer (434)
- ♻️ Refactor handling of Barrier operations burgholzer (394)
- πŸ”₯ Remove Snapshot and ShowProbabilities instructions from MQT Core burgholzer (393)
- πŸ”₯♻️ Consolidate `qc::Control` and `dd::Control` burgholzer (379)
- ♻️ Unified DD memory management and streamlined complex number handling burgholzer (373)
- β™»οΈπŸ“ Un-template and document complex number handling in DD package burgholzer (372)
- πŸš¨β™»οΈ Fix some warnings and improve code quality burgholzer (369)
- πŸ› Make MSVC work burgholzer (361)
- 🚨 CodeQL Fixes burgholzer (330)

⬆️ Dependencies

<details>
<summary>38 changes</summary>

- ⬆️ update `scikit-build-core` burgholzer (477)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (470)
- 🚨 Adapt to latest Qiskit version burgholzer (471)
- Bump the submodules group with 3 updates dependabot (468)
- ✨ adopt ruff formatter burgholzer (464)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (450)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (443)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (438)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (436)
- Bump the submodules group with 3 updates dependabot (435)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (431)
- Bump the github-actions group with 1 update dependabot (430)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (428)
- Bump the github-actions group with 1 update dependabot (421)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (420)
- Bump the github-actions group with 1 update dependabot (413)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (412)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (409)
- Bump the submodules group with 3 updates dependabot (408)
- 🚸 Make reusable workflows more generic burgholzer (407)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (406)
- ♻️ Switch `pybind11` from submodule to `find_package` burgholzer (405)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (398)
- πŸ“¦ Enable target support from scikit-build-core burgholzer (397)
- Bump pypa/cibuildwheel from 2.14 to 2.15 dependabot (392)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (390)
- Bump extern/pybind11 from `2fb3d7c` to `f3e0602` dependabot (388)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (387)
- Bump extern/googletest from `be03d00` to `6f6ab42` dependabot (389)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (382)
- Bump pypa/cibuildwheel from 2.13 to 2.14 dependabot (378)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (377)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (370)
- Bump extern/googletest from `06f44bc` to `be03d00` dependabot (368)
- Bump extern/json from `6af826d` to `5d27543` dependabot (366)
- Bump extern/pybind11 from `d0232b1` to `2fb3d7c` dependabot (367)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (362)
- ⬆️πŸͺ update pre-commit hooks pre-commit-ci (357)
</details>

**Full Changelog**: https://github.com/cda-tum/mqt-core/compare/v1.11.1...v2.0.0

2.0.0b1

πŸ‘€ What Changed

With https://github.com/cda-tum/mqt-core/pull/371 being in, we are getting closer to a full release.
This constitutes the first (pre-)release of MQT Core that ships with fully-fledged Python bindings for the `QuantumComputation` class and class relevant to it.
Any top level projects may now start to switch to using MQT Core from Python and switch to the native Python integration with Qiskit.

2.0.0a4

πŸ‘€ What Changed

Yet another publishing test release. Moved trusted publishing out of reusable workflow.

2.0.0a3

πŸ‘€ What Changed

Just another PR for testing the publishing pipeline. The Python package does not contain any substantial functionality yet.

Page 3 of 6

Β© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.