Qadence

Latest version: v1.10.3

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

Scan your dependencies

Page 1 of 10

9.0

6.5

trainable weights
w_amp_tr = {i: f"w_amp{i}" for i in range(n_qubits)}
w_det_tr = {i: f"w_det{i}" for i in range(n_qubits)}
amp_tr = "max_amp"
det_tr = "max_det"

creating pattern
pattern = AddressingPattern(
n_qubits=n_qubits,
det=det,
amp=amp,
weights_det=w_det,
weights_amp=w_amp,
)

pattern specified when creating device instance
device_specs = IdealDevice(pattern=pattern)

reg = Register.line(
n_qubits,
spacing=8.0,
device_specs=device_specs,
)




New Contributors
* vincentelfving made their first contribution in https://github.com/pasqal-io/qadence/pull/219
* rajaiitp made their first contribution in https://github.com/pasqal-io/qadence/pull/233

**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.1.1...v1.2.0

1.10.3

What's Changed
* Update dependency pulser-simulation to v1.2.2 by renovate in https://github.com/pasqal-io/qadence/pull/668
* [Docs] Adding Noisy Simulation documentation by sungwoo-pasqal in https://github.com/pasqal-io/qadence/pull/662
* Update dependency mkdocs_autorefs to <1.3.2 by renovate in https://github.com/pasqal-io/qadence/pull/669
* Update dependency horqrux to v0.7.0 by renovate in https://github.com/pasqal-io/qadence/pull/671
* Implement Exploratory Landscape Analysis (ELA) with Information Content (IC) by smitchaudhary in https://github.com/pasqal-io/qadence/pull/647
* [Bugfix] Fix block_to_tensor for MatrixBlock by chMoussa in https://github.com/pasqal-io/qadence/pull/673


**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.10.2...v1.10.3

1.10.2

What's Changed
* Update dependency pulser-core to v1.2.1 by renovate in https://github.com/pasqal-io/qadence/pull/653
* Add config constructor to use QNN with ALA ansatz by smitchaudhary in https://github.com/pasqal-io/qadence/pull/658
* [Refactor] Remove additional run() calls when importing qadence by sungwoo-pasqal in https://github.com/pasqal-io/qadence/pull/665
* [Refactor] Discussions and overlap from qadence namespace by jpmoutinho in https://github.com/pasqal-io/qadence/pull/652

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

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

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

Page 1 of 10

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.