devqubit adapter for Qiskit
Project description
devqubit-qiskit
Qiskit adapter for devqubit. Automatically captures circuits, results, and backend information from Qiskit and Aer.
Installation
pip install devqubit[qiskit]
Usage
from qiskit import QuantumCircuit
from qiskit_aer import AerSimulator
from devqubit import track
qc = QuantumCircuit(2)
qc.h(0)
qc.cx(0, 1)
qc.measure_all()
with track(project="bell-state") as run:
backend = run.wrap(AerSimulator())
job = backend.run(qc, shots=1000)
counts = job.result().get_counts()
What's Captured
- Circuits — QPY format, OpenQASM 3
- Results — Counts, quasi-distributions
- Backend info — Name, configuration, coupling map
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_qiskit-0.1.0.tar.gz
(42.2 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_qiskit-0.1.0.tar.gz.
File metadata
- Download URL: devqubit_qiskit-0.1.0.tar.gz
- Upload date:
- Size: 42.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
027e314be08d76dbf8442e4b49ae586c11a19a2f1eff7d77f313eb5e8477a63e
|
|
| MD5 |
ab3cd70bf474df6bd62259eecb9d121d
|
|
| BLAKE2b-256 |
9bf94469c28ccb3f548ab1624eec72a6a9ee8a0d17ff817618dd9da60385ec46
|
File details
Details for the file devqubit_qiskit-0.1.0-py3-none-any.whl.
File metadata
- Download URL: devqubit_qiskit-0.1.0-py3-none-any.whl
- Upload date:
- Size: 33.8 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 |
7f8899b101d39dfb91655ee6b601e514e8aba66d1182476433b0c5589240430d
|
|
| MD5 |
041732cf61287d5fb5c7d38fec4bef77
|
|
| BLAKE2b-256 |
f0626316c1bd9af990f927091bbca57e307f5791f8b2f25dbfc465cc724f7326
|