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
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24deb12d2bcf4cdceb3cd53037fa9026a4c69261ef5409b3174436a75c62f62b
|
|
| MD5 |
6e8d81c69c29a46ff15758a8723fa3b3
|
|
| BLAKE2b-256 |
b35371e8a9eec660da112de79b4493d321ae4b53e6abca76d94702fe3c573fc6
|
File details
Details for the file devqubit_braket-0.1.0-py3-none-any.whl.
File metadata
- Download URL: devqubit_braket-0.1.0-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15204f64ca8f8e73c7ffd9b21a60baf9c3974027199867c143670d4c50feea37
|
|
| MD5 |
eb0052dfe8f9445a60254d949fd67e39
|
|
| BLAKE2b-256 |
68efebcbaf4d52d971aa019c169ab3ad64efb3e0da0b51e95556b36180e3e3ce
|