Qadence

Latest version: v1.11.1

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

Scan your dependencies

Page 2 of 10

1.10.1

What's Changed
* Fix import errors on cloud-submission tutorial by pimvenderbosch in https://github.com/pasqal-io/qadence/pull/655
* Update pyproject.toml by pimvenderbosch in https://github.com/pasqal-io/qadence/pull/657


**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.10.0...v1.10.1

1.10.0

What's Changed
* Update dependency mkdocs_autorefs to <1.3.1 by renovate in https://github.com/pasqal-io/qadence/pull/643
* Update dependency pasqal-cloud to v0.12.7 by renovate in https://github.com/pasqal-io/qadence/pull/645
* Upgrde pre-commit hooks by smitchaudhary in https://github.com/pasqal-io/qadence/pull/648
* [Refac] Refactor the ansatz constructors by smitchaudhary in https://github.com/pasqal-io/qadence/pull/624
* [Enhancement] Shadow to use initial state for faster simulation by chMoussa in https://github.com/pasqal-io/qadence/pull/644
* Add cloud integration features to qadence by pimvenderbosch in https://github.com/pasqal-io/qadence/pull/592
* Update pyproject.toml by mlahariya in https://github.com/pasqal-io/qadence/pull/651

New Contributors
* pimvenderbosch made their first contribution in https://github.com/pasqal-io/qadence/pull/592

**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.9.2...v1.10.0

1.9.2

What's Changed
* [Docs] Test coverage and badge by RolandMacDoland in https://github.com/pasqal-io/qadence/pull/626
* [Docs] Fix coverage badge by RolandMacDoland in https://github.com/pasqal-io/qadence/pull/629
* Update dependency pasqal-cloud to v0.12.6 by renovate in https://github.com/pasqal-io/qadence/pull/634
* [Bug] Fix qubo tutorial, add tests for whitepaper snippets by jpmoutinho in https://github.com/pasqal-io/qadence/pull/635
* [Feature] Add density matrix support for initial state by chMoussa in https://github.com/pasqal-io/qadence/pull/640
* Update dependency pulser-core to v1.2.0 by renovate in https://github.com/pasqal-io/qadence/pull/636
* [Testing] Reduce testing time of measurement protocols by chMoussa in https://github.com/pasqal-io/qadence/pull/638
* [Feature] Add additional callbacks by mlahariya in https://github.com/pasqal-io/qadence/pull/633
* Update dependency pyqtorch to v1.7.0 by renovate in https://github.com/pasqal-io/qadence/pull/642


**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.9.1...v1.9.2

1.9.1

What's Changed
* [Docs] Update docs on OS and WLS2 use. by RolandMacDoland in https://github.com/pasqal-io/qadence/pull/625
* [bug] Resume dictdataloader support for Trainer by mlahariya in https://github.com/pasqal-io/qadence/pull/627
* [bug] Import mlflow inside mlflowwriter to ensure optional dependency by
* Update pyproject.toml by mlahariya in https://github.com/pasqal-io/qadence/pull/628


**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.9.0...v1.9.1

1.9.0

What's Changed
* [Bug] Fix time-dependent hamiltonian not passing duration to PyQ by jpmoutinho in https://github.com/pasqal-io/qadence/pull/600
* [Refactoring] Use Readout from Pyqtorch by chMoussa in https://github.com/pasqal-io/qadence/pull/599
* [Bugfix] Fix rotations in tomography by chMoussa in https://github.com/pasqal-io/qadence/pull/604
* [Feature] Allow time-dependent duration to be passed at runtime by jpmoutinho in https://github.com/pasqal-io/qadence/pull/605
* [Fix] Change shadow algorithm for using only samples by chMoussa in https://github.com/pasqal-io/qadence/pull/608
* Update dependency pasqal-cloud to v0.12.5 by renovate in https://github.com/pasqal-io/qadence/pull/611
* [Bugfix] Fix noisy simulation pulser and test by chMoussa in https://github.com/pasqal-io/qadence/pull/612
* [Bug] Fix GPSR differentiation mode by vytautas-a in https://github.com/pasqal-io/qadence/pull/616
* Update dependency pyqtorch to v1.6.0 by renovate in https://github.com/pasqal-io/qadence/pull/619
* [Feature] Setting digital noise in addition to readout noise in Pyq backend functions sample and expectation by chMoussa in https://github.com/pasqal-io/qadence/pull/610
* [Feature] Correlated readout by chMoussa in https://github.com/pasqal-io/qadence/pull/620
* [Refactor][Feature] Train functions refactoring by mlahariya in https://github.com/pasqal-io/qadence/pull/593
* [Feature] Add quantum dropout by chMoussa in https://github.com/pasqal-io/qadence/pull/623
* [Feature] Time-dependent Hamevo with noise operators by chMoussa in https://github.com/pasqal-io/qadence/pull/621

New Contributors
* mlahariya made their first contribution in https://github.com/pasqal-io/qadence/pull/593

**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.8.0...v1.9.0

1.8.0

What's Changed
* [Feature] Implement constructor function for alternating layer ansatz by ducthanh1991 in https://github.com/pasqal-io/qadence/pull/565
* Update dependency pulser-core to v0.20.0 by renovate in https://github.com/pasqal-io/qadence/pull/572
* Update dependency pulser-core to v0.20.1 by renovate in https://github.com/pasqal-io/qadence/pull/575
* Update dependency pasqal-cloud to v0.12.3 by renovate in https://github.com/pasqal-io/qadence/pull/578
* Update dependency pulser-core to v1 by renovate in https://github.com/pasqal-io/qadence/pull/579
* Update dependency pasqal-cloud to v0.12.4 by renovate in https://github.com/pasqal-io/qadence/pull/581
* Update dependency pyqtorch to v1.5.0 by renovate in https://github.com/pasqal-io/qadence/pull/582
* [Refact] Get rid of PyQTimeDependentEvolution by vytautas-a in https://github.com/pasqal-io/qadence/pull/568
* [Feature] Add digital noise from PyQ by jpmoutinho in https://github.com/pasqal-io/qadence/pull/563
* Update dependency pulser-core to v1.1.0 by renovate in https://github.com/pasqal-io/qadence/pull/587
* [Refactoring] [Testing] [Feature] NoiseHandler by chMoussa in https://github.com/pasqal-io/qadence/pull/591
* Fix empy dict argument default to None by Doomsk in https://github.com/pasqal-io/qadence/pull/594
* Update dependency pulser-core to v1.1.1 by renovate in https://github.com/pasqal-io/qadence/pull/596
* Update dependency pyqtorch to v1.5.1 by renovate in https://github.com/pasqal-io/qadence/pull/598
* [Refactoring] Remove Braket backend by chMoussa in https://github.com/pasqal-io/qadence/pull/595


**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.7.8...v1.8.0

Page 2 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.