Mqt-core

Latest version: v2.7.0

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

Scan your dependencies

Page 4 of 6

2.0.0a2

πŸ‘€ What Changed

Another pre-release for testing the publishing pipeline.

2.0.0a1

πŸ‘€ What Changed

This is just an alpha release to test the publishing pipeline.

1.11.1

This will be the last release as part of the MQT QFR project before moving forward with the transition towards MQT Core (318).
This will also be the last release that includes the `mqt.qfr` Python package. That package will not be updated any further beyond this point.

What's Changed
* Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by dependabot in https://github.com/cda-tum/qfr/pull/282
* ⬆️ Update DD package submodule by aaronleesander in https://github.com/cda-tum/qfr/pull/283
* ♻️ Refactor global phase handling by burgholzer in https://github.com/cda-tum/qfr/pull/284
* βͺ Add back a `opTypeFromString` method by burgholzer in https://github.com/cda-tum/qfr/pull/285
* Add opaque teleportation gate by hillmich in https://github.com/cda-tum/qfr/pull/286
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/287
* Bump extern/json from `8fa0d7b` to `6af826d` by dependabot in https://github.com/cda-tum/qfr/pull/291
* Bump extern/dd_package from `baa0df6` to `753ef1d` by dependabot in https://github.com/cda-tum/qfr/pull/290
* Bump extern/pybind11 from `3cc7e42` to `4ce0517` by dependabot in https://github.com/cda-tum/qfr/pull/289
* Bump extern/zx from `c9d8fe5` to `653f767` by dependabot in https://github.com/cda-tum/qfr/pull/288
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/292
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/293
* Bump codecov/codecov-action from 3.1.1 to 3.1.2 by dependabot in https://github.com/cda-tum/qfr/pull/294
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/295
* Bump pypa/cibuildwheel from 2.12.1 to 2.12.2 by dependabot in https://github.com/cda-tum/qfr/pull/296
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/297
* Bump pypa/cibuildwheel from 2.12.2 to 2.12.3 by dependabot in https://github.com/cda-tum/qfr/pull/298
* Bump codecov/codecov-action from 3.1.2 to 3.1.3 by dependabot in https://github.com/cda-tum/qfr/pull/299
* Bump extern/pybind11 from `4ce0517` to `956390a` by dependabot in https://github.com/cda-tum/qfr/pull/300
* Bump extern/dd_package from `753ef1d` to `f0e933e` by dependabot in https://github.com/cda-tum/qfr/pull/301
* Bump extern/zx from `653f767` to `9bcc6ef` by dependabot in https://github.com/cda-tum/qfr/pull/302
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/303
* 🚸 only add CMake targets if they do not exist by burgholzer in https://github.com/cda-tum/qfr/pull/305
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/306
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/307
* Bump codecov/codecov-action from 3.1.3 to 3.1.4 by dependabot in https://github.com/cda-tum/qfr/pull/308
* ⬆️πŸͺ update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/qfr/pull/310
* Bump pypa/cibuildwheel from 2.12.3 to 2.13.0 by dependabot in https://github.com/cda-tum/qfr/pull/311
* Bump extern/pybind11 from `956390a` to `d0232b1` by dependabot in https://github.com/cda-tum/qfr/pull/313

New Contributors
* aaronleesander made their first contribution in https://github.com/cda-tum/qfr/pull/283

**Full Changelog**: https://github.com/cda-tum/qfr/compare/v1.11.0...v1.11.1

1.11.0

The last release in this repository is quite old and a lot has happened since.

What's Changed

* πŸ› add some missing synonymous operation names by burgholzer in https://github.com/cda-tum/qfr/pull/90
* ✨ add native support for `sx` and `sxdg` gates to qasm parser by burgholzer in https://github.com/cda-tum/qfr/pull/95
* ✨ Measurements from output permutation by burgholzer in https://github.com/cda-tum/qfr/pull/96
* ✨ CNOT Cancellation Optimization Pass by burgholzer in https://github.com/cda-tum/qfr/pull/101
* Make Usage of Single Header JSON Lib Explicit by hillmich in https://github.com/cda-tum/qfr/pull/125
* 🚸 Extended Operation Recognition by burgholzer in https://github.com/cda-tum/qfr/pull/127
* πŸ› Fix for Qiskit `Layout` import by burgholzer in https://github.com/cda-tum/qfr/pull/133
* πŸ› Fix bug in `cancelCNOTs` optimization by burgholzer in https://github.com/cda-tum/qfr/pull/134
* Qubit sanity check by pehamTom in https://github.com/cda-tum/qfr/pull/135
* Update timezones for dependabot by hillmich in https://github.com/cda-tum/qfr/pull/139
* ✨ Integrate MQT ZX Package by pehamTom in https://github.com/cda-tum/qfr/pull/128
* β¬†οΈπŸ“¦πŸ› Update ZX package by burgholzer in https://github.com/cda-tum/qfr/pull/140
* Integrate changes of noise aware simulation by 33Gjl1Xe in https://github.com/cda-tum/qfr/pull/126
* Global phase by pehamTom in https://github.com/cda-tum/qfr/pull/166
* ✨ support `reset` operations in Qiskit circuit import by burgholzer in https://github.com/cda-tum/qfr/pull/172
* πŸ› Fix dynamic circuit transformation by burgholzer in https://github.com/cda-tum/qfr/pull/173
* 🚸 Check whether a logical qubit is contained in a circuit by burgholzer in https://github.com/cda-tum/qfr/pull/201
* πŸ› Fix ancillary and garbage tracking when adding ancilla qubits by burgholzer in https://github.com/cda-tum/qfr/pull/202
* Update version of publish action by hillmich in https://github.com/cda-tum/qfr/pull/206
* Symbolic by pehamTom in https://github.com/cda-tum/qfr/pull/199
* πŸ›βš‘ Enable `qiskit-terra>=0.22.0` compatibility by burgholzer in https://github.com/cda-tum/qfr/pull/207
* β™»οΈπŸ“¦ Modernize Python packaging by burgholzer in https://github.com/cda-tum/qfr/pull/208
* Updated DD Package submodule by hillmich in https://github.com/cda-tum/qfr/pull/217
* ✨ Add Method for Determining Number of Single-Qubit Gates by burgholzer in https://github.com/cda-tum/qfr/pull/220
* πŸ› Fix unicode literals for C++20 by burgholzer in https://github.com/cda-tum/qfr/pull/223
* ✨ Convenience features by burgholzer in https://github.com/cda-tum/qfr/pull/226
* πŸ”₯ Drop LGTM and set up CodeQL by burgholzer in https://github.com/cda-tum/qfr/pull/231
* 🚨 Introduce pre-commit for consistent styling by burgholzer in https://github.com/cda-tum/qfr/pull/232
* πŸ”§ CI Config Update by burgholzer in https://github.com/cda-tum/qfr/pull/237
* ♻️ DD-independent QFR-Core by burgholzer in https://github.com/cda-tum/qfr/pull/244
* 🚸 Better DD package templating by burgholzer in https://github.com/cda-tum/qfr/pull/247
* ♻️ Refactor CMake Configuration and add Clang-Tidy by burgholzer in https://github.com/cda-tum/qfr/pull/246
* ✨ ECC Framework by pichristoph in https://github.com/cda-tum/qfr/pull/210
* Fixed a wrong property in CMake by hillmich in https://github.com/cda-tum/qfr/pull/257
* 🚸 Add barrier before measurements by burgholzer in https://github.com/cda-tum/qfr/pull/258
* ♻️ Simplify output permutation computation in circuit import by burgholzer in https://github.com/cda-tum/qfr/pull/264
* πŸ› Fix controlled u-gate OpenQASM output by JoachimMarin in https://github.com/cda-tum/qfr/pull/266
* 🩹 Fix strip idle qubits corner case by burgholzer in https://github.com/cda-tum/qfr/pull/277
* 🩹 Allow removing logical qubits used in the output permutation by force by burgholzer in https://github.com/cda-tum/qfr/pull/279
* ✨ Gate Extensions and ♻️ QASM Parser Refactor by burgholzer in https://github.com/cda-tum/qfr/pull/280

New Contributors
* pehamTom made their first contribution in https://github.com/cda-tum/qfr/pull/135
* 33Gjl1Xe made their first contribution in https://github.com/cda-tum/qfr/pull/126
* pre-commit-ci made their first contribution in https://github.com/cda-tum/qfr/pull/243
* pichristoph made their first contribution in https://github.com/cda-tum/qfr/pull/210
* JoachimMarin made their first contribution in https://github.com/cda-tum/qfr/pull/266

**Full Changelog**: https://github.com/cda-tum/qfr/compare/v1.10.0...v1.11.0

1.10.0

This PR adapts the QFR to support the new DD package version. It also includes some convenience fixes such as `pragma once` for header includes and fixes for the webpage links in file headers.

What's Changed
* Separate DD package functionality by burgholzer in https://github.com/cda-tum/qfr/pull/75


**Full Changelog**: https://github.com/cda-tum/qfr/compare/v1.9.0...v1.10.0

1.9.0

What's Changed
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/cda-tum/qfr/pull/64
* Bump extern/pybind11 from `f495dfc` to `465b2e0` by dependabot in https://github.com/cda-tum/qfr/pull/63
* Bump extern/dd_package from `0333030` to `2345841` by dependabot in https://github.com/cda-tum/qfr/pull/67
* Bump extern/json from `e4643d1` to `700b95f` by dependabot in https://github.com/cda-tum/qfr/pull/65
* Bump extern/pybind11 from `465b2e0` to `2dd5254` by dependabot in https://github.com/cda-tum/qfr/pull/66
* Bump extern/pybind11 from `2dd5254` to `f8a532a` by dependabot in https://github.com/cda-tum/qfr/pull/69
* Bump extern/dd_package from `2345841` to `03f72e2` by dependabot in https://github.com/cda-tum/qfr/pull/70
* Bump extern/pybind11 from `f8a532a` to `b22ee64` by dependabot in https://github.com/cda-tum/qfr/pull/71
* Bump extern/dd_package from `03f72e2` to `65f6287` by dependabot in https://github.com/cda-tum/qfr/pull/72
* ✨Equality checks for Operations by burgholzer in https://github.com/cda-tum/qfr/pull/73
* Bugfixes for QCEC by burgholzer in https://github.com/cda-tum/qfr/pull/74


**Full Changelog**: https://github.com/cda-tum/qfr/compare/v1.8.0...v1.9.0

Page 4 of 6

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