Qadence

Latest version: v1.8.0

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

Scan your dependencies

Page 1 of 8

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.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

1.7.8

What's Changed
* Update dependency pasqal-cloud to v0.12.0 by renovate in https://github.com/pasqal-io/qadence/pull/558
* Update dependency pyqtorch to v1.4.8 by renovate in https://github.com/pasqal-io/qadence/pull/561
* [BugFix] Fix writer callback by chMoussa in https://github.com/pasqal-io/qadence/pull/560
* Update dependency pyqtorch to v1.4.9 by renovate in https://github.com/pasqal-io/qadence/pull/564
* Update dependency pasqal-cloud to v0.12.2 by renovate in https://github.com/pasqal-io/qadence/pull/567
* [Feature] Add tagging option to QNN configs by inafergra in https://github.com/pasqal-io/qadence/pull/566
* [Release] Bump version to v1.7.8 by inafergra in https://github.com/pasqal-io/qadence/pull/571


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

1.7.7

What's Changed
* Move issue templates to correct location by awennersteen in https://github.com/pasqal-io/qadence/pull/542
* Callbacks after optimization are run without modulo check by chMoussa in https://github.com/pasqal-io/qadence/pull/543
* Update dependency pyqtorch to v1.4.5 by renovate in https://github.com/pasqal-io/qadence/pull/545
* [Bug] Fix `write_checkpoint` bug by DanieleCucurachi in https://github.com/pasqal-io/qadence/pull/546
* [Refact] Some qadence noise / pulser backend changes by jpmoutinho in https://github.com/pasqal-io/qadence/pull/547
* Update dependency pasqal-cloud to v0.11.4 by renovate in https://github.com/pasqal-io/qadence/pull/549
* [BugFix] Fix parameters passed as complex convert_ops by chMoussa in https://github.com/pasqal-io/qadence/pull/550
* Update dependency pyqtorch to v1.4.6 by renovate in https://github.com/pasqal-io/qadence/pull/551
* [Feature] Add possibility to modify the OptimizeResult during training in ml_tools by chMoussa in https://github.com/pasqal-io/qadence/pull/554
* Update dependency pyqtorch to v1.4.7 by renovate in https://github.com/pasqal-io/qadence/pull/555
* [Release] Bump version to 1.7.7 by chMoussa in https://github.com/pasqal-io/qadence/pull/557

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

**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.7.6...v1.7.7

1.7.6

What's Changed
* [Bug] Fix usage of the shift prefactor by chMoussa in https://github.com/pasqal-io/qadence/pull/538
* Update dependency pyqtorch to v1.4.4 by renovate in https://github.com/pasqal-io/qadence/pull/539
* [Refactor] Use PyQ's time-independent Hamiltonian evolution by chMoussa in https://github.com/pasqal-io/qadence/pull/531
* [Feature] Add issue template by chMoussa in https://github.com/pasqal-io/qadence/pull/540


**Full Changelog**: https://github.com/pasqal-io/qadence/compare/v1.7.5...v1.7.6

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.