Skip to main content

devqubit adapter for Braket

Project description

devqubit-braket

Amazon Braket adapter for devqubit. Automatically captures circuits, results, and device information from Braket simulators and QPUs.

Installation

pip install devqubit[braket]

Usage

from braket.circuits import Circuit
from braket.devices import LocalSimulator
from devqubit import track

circuit = Circuit().h(0).cnot(0, 1)

with track(project="braket-exp") as run:
    device = run.wrap(LocalSimulator())
    task = device.run(circuit, shots=1000)
    result = task.result()

What's Captured

  • Circuits — OpenQASM 3, Braket IR
  • Results — Measurement counts, result types
  • Device info — Device ARN, properties, topology

License

Apache 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devqubit_braket-0.1.0.tar.gz (39.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

devqubit_braket-0.1.0-py3-none-any.whl (28.4 kB view details)

Uploaded Python 3

File details

Details for the file devqubit_braket-0.1.0.tar.gz.

File metadata

  • Download URL: devqubit_braket-0.1.0.tar.gz
  • Upload date:
  • Size: 39.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for devqubit_braket-0.1.0.tar.gz
Algorithm Hash digest
SHA256 24deb12d2bcf4cdceb3cd53037fa9026a4c69261ef5409b3174436a75c62f62b
MD5 6e8d81c69c29a46ff15758a8723fa3b3
BLAKE2b-256 b35371e8a9eec660da112de79b4493d321ae4b53e6abca76d94702fe3c573fc6

See more details on using hashes here.

File details

Details for the file devqubit_braket-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for devqubit_braket-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 15204f64ca8f8e73c7ffd9b21a60baf9c3974027199867c143670d4c50feea37
MD5 eb0052dfe8f9445a60254d949fd67e39
BLAKE2b-256 68efebcbaf4d52d971aa019c169ab3ad64efb3e0da0b51e95556b36180e3e3ce

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page