Qadence

Latest version: v1.8.0

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

Scan your dependencies

Page 8 of 8

0.1.5

What's Changed
* [Feature] Add protocols file by Roland-djee in https://github.com/pasqal-io/qadence-protocols/pull/15
* Bump version. by Roland-djee in https://github.com/pasqal-io/qadence-protocols/pull/16


**Full Changelog**: https://github.com/pasqal-io/qadence-protocols/compare/v0.1.4...v0.1.5

0.1.4

**Full Changelog**: https://github.com/pasqal-io/qadence-protocols/compare/v0.1.3...v0.1.4

0.1.3

What's Changed
* Move to new qadence by inafergra in https://github.com/pasqal-io/qadence-libs/pull/22


**Full Changelog**: https://github.com/pasqal-io/qadence-libs/compare/v0.1.2...v0.1.3

0.1.2

What's Changed
* [Feature] Add constructors by jpmoutinho in https://github.com/pasqal-io/qadence-libs/pull/8
* Configure Renovate by renovate in https://github.com/pasqal-io/qadence-libs/pull/13
* [Feature] Add quantum information tools by inafergra in https://github.com/pasqal-io/qadence-libs/pull/16
* [Infra] Remove qadence pin by inafergra in https://github.com/pasqal-io/qadence-libs/pull/19

New Contributors
* jpmoutinho made their first contribution in https://github.com/pasqal-io/qadence-libs/pull/8
* renovate made their first contribution in https://github.com/pasqal-io/qadence-libs/pull/13
* inafergra made their first contribution in https://github.com/pasqal-io/qadence-libs/pull/16

**Full Changelog**: https://github.com/pasqal-io/qadence-libs/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* [Infra] Repo initialisation by Roland-djee in https://github.com/pasqal-io/qadence-libs/pull/2

New Contributors
* Roland-djee made their first contribution in https://github.com/pasqal-io/qadence-libs/pull/2

**Full Changelog**: https://github.com/pasqal-io/qadence-libs/commits/v0.1.1

0.0

Semi-local addressing patterns

Semi-local addressing patterns can be created by either specifying fixed values for the weights of the qubits being addressed or defining them as trainable parameters that can be optimized later in some training loop.

python
import torch
from qadence.analog import AddressingPattern

n_qubits = 3

constant weights
w_det = {0: 0.9, 1: 0.5, 2: 1.0}
w_amp = {0: 0.1, 1: 0.4, 2: 0.8}

Page 8 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.