Mqt.ddsim

Latest version: v1.24.0

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

Scan your dependencies

Page 3 of 7

1.17.2

What Changed 👀

This PR makes Qiskit aware of the approximation options of the qasm simulator backend. It also fixes the documentation to also show the API for the Bindings written in C++.

📄 Documentation

- Fix Error in Docs Leading to Missing Info on Bindings hillmich (225)

⬆️ Dependencies

- ⬆️🪝 update pre-commit hooks pre-commit-ci (223)
- Bump extern/qfr from `9dbdebc` to `1923cee` dependabot (222)
- Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 dependabot (221)

**Full Changelog**: https://github.com/cda-tum/ddsim/compare/v1.17.1...v1.17.2

1.17.1

What Changed 👀
This release fixes a bug that causes the `HybridSchrodingerFeynmanSimulator` to never terminate in some instances.
Further the `ddsim_simple` standalone executable now return the correct statevector if `--pv` is specified with the `HybridSchrodingerFeynmanSimulator`.


🐛 Bug Fixes

- Fix for HybridSchroedingerFeynman hillmich (216)

📄 Documentation

- Added notebook of simulators to docs hillmich (213)

🤖 CI

- Update clang-format version for pre-commit hillmich (217)

⬆️ Dependencies

- Update clang-format version for pre-commit hillmich (217)
- ⬆️🪝 update pre-commit hooks pre-commit-ci (214)

**Full Changelog**: https://github.com/cda-tum/ddsim/compare/v1.17.0...v1.17.1

1.17.0

This release includes updates in the QFR and DD package as well as new functions that are exposed via Python.

What Changed 👀
- Fix simple approximating test hillmich (209)
- ⬆️🪝 update pre-commit hooks pre-commit-ci (204)

🚀 Features and Enhancements

- ✨ Two-Qubit Gate Extensions burgholzer (205)
- ✨ Expose expectation value computation from DD Package to DDSIM burgholzer (203)
- ✨ Expose tolerance and node counts to Python burgholzer (202)

🤖 CI

- 🔧 Add release drafter workflow burgholzer (206)

⬆️ Dependencies

- Update QFR and fix two tests hillmich (212)
- ⬆️🪝 update pre-commit hooks pre-commit-ci (208)
- Update DD package submodule aaronleesander (207)
**Full Changelog**: https://github.com/cda-tum/ddsim/compare/v1.16.0...v1.17.0

1.16.0

This release provides mostly improvements to the internal structure and CI. Most notably the code now conforms to our clang-tidy settings. This release includes a bugfix which **changes observable behaviour**: `StochasticNoiseSimulator` and `DeterministicNoiseSimulator` now take ownership of the quantum computation by move semantics.

What's Changed
* ⬆️🪝 update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/ddsim/pull/191
* Overhaul the Documentation of DDSIM by hillmich in https://github.com/cda-tum/ddsim/pull/192
* ⬆️🪝 update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/ddsim/pull/193
* ⬆️🪝 update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/ddsim/pull/194
* ⬆️ Bump extern/taskflow from `afd377d` to `a0b98e4` by dependabot in https://github.com/cda-tum/ddsim/pull/197
* ⬆️ Bump extern/cxxopts from `c12ce65` to `44739d3` by dependabot in https://github.com/cda-tum/ddsim/pull/196
* ⬆️ Bump extern/qfr from `585bc63` to `9a6bddf` by dependabot in https://github.com/cda-tum/ddsim/pull/198
* ⬆️🪝 update pre-commit hooks by pre-commit-ci in https://github.com/cda-tum/ddsim/pull/200
* Add cpp-linter action by hillmich in https://github.com/cda-tum/ddsim/pull/199

New Contributors
* pre-commit-ci made their first contribution in https://github.com/cda-tum/ddsim/pull/191

**Full Changelog**: https://github.com/cda-tum/ddsim/compare/v1.15.0...v1.16.0

1.15.0

This release is build after integrating pre-commit to help avoid easily fixable mistakes. One such fix includes the renaming of the Qiskit python backends to include `Backend` to distinguish from the cpp bindings to the simulators. For users of `DDSIMProvider` nothing should change, otherwise the imports may have to be updated.

What's Changed
* Introduce pre-commit for MQT DDSIM by hillmich in https://github.com/cda-tum/ddsim/pull/187
* ⬆️ Bump extern/cxxopts from `4a3d4db` to `58daccc` by dependabot in https://github.com/cda-tum/ddsim/pull/188
* ⬆️ Bump extern/cxxopts from `58daccc` to `c12ce65` by dependabot in https://github.com/cda-tum/ddsim/pull/189


**Full Changelog**: https://github.com/cda-tum/ddsim/compare/v1.14.0...v1.15.0

1.14.0

Apart from updating the dependencies, this release brings a few new features:

- DDSIM now supports the new templating for DD Package (and QFR)
- New heuristic based on gate costs is available for the PathSimulator
- The approximation methods are exposed to python and a bug in the approximation is fixed (thanks burgholzer)

What's Changed
* Bump extern/cxxopts from `e9d20c2` to `32afbc6` by dependabot in https://github.com/cda-tum/ddsim/pull/169
* Bump extern/qfr from `888d44a` to `f637d0d` by dependabot in https://github.com/cda-tum/ddsim/pull/171
* Bump extern/qfr from `f637d0d` to `9d0f917` by dependabot in https://github.com/cda-tum/ddsim/pull/172
* Bump pypa/cibuildwheel from 2.11.3 to 2.11.4 by dependabot in https://github.com/cda-tum/ddsim/pull/173
* Bump extern/taskflow from `6633a09` to `97aa6ea` by dependabot in https://github.com/cda-tum/ddsim/pull/175
* Bump extern/taskflow from `97aa6ea` to `afd377d` by dependabot in https://github.com/cda-tum/ddsim/pull/178
* Bump extern/cxxopts from `32afbc6` to `1bd4786` by dependabot in https://github.com/cda-tum/ddsim/pull/179
* Bump pypa/cibuildwheel from 2.11.4 to 2.12.0 by dependabot in https://github.com/cda-tum/ddsim/pull/180
* Make DDSIM compatible with recent improvement of QFR and DD package. by dependabot in https://github.com/cda-tum/ddsim/pull/181
* Bump extern/cxxopts from `1bd4786` to `4a3d4db` by dependabot in https://github.com/cda-tum/ddsim/pull/184
* Bump extern/qfr from `b00c4cc` to `90a3445` by dependabot in https://github.com/cda-tum/ddsim/pull/183
* new 'gatecost' heuristic implemented by AlexPloier in https://github.com/cda-tum/ddsim/pull/105
* ✨ Expose Approximation Methods in Python by burgholzer in https://github.com/cda-tum/ddsim/pull/186


**Full Changelog**: https://github.com/cda-tum/ddsim/compare/v1.13.1...v1.14.0

Page 3 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.