Skip to main content

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


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.6.tar.gz (41.6 kB view details)

Uploaded Source

Built Distribution

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

devqubit_qiskit-0.1.6-py3-none-any.whl (34.7 kB view details)

Uploaded Python 3

File details

Details for the file devqubit_qiskit-0.1.6.tar.gz.

File metadata

  • Download URL: devqubit_qiskit-0.1.6.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for devqubit_qiskit-0.1.6.tar.gz
Algorithm Hash digest
SHA256 6fdad3cde74e14ba9ef0166a93ef2891af85d9dc2d9b1e7316b9146148b894e3
MD5 d266ded9785e610447d7dec1e182078a
BLAKE2b-256 94adc972fc1e0b89e9ae27fad933cd4cb4e2788dad4ce71fb9beefe17b01e81f

See more details on using hashes here.

Provenance

The following attestation bundles were made for devqubit_qiskit-0.1.6.tar.gz:

Publisher: release.yaml on devqubit-labs/devqubit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file devqubit_qiskit-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for devqubit_qiskit-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 7f9051534e04218eeb9c3a5ed75161deee9bd2f802665b6a255bc067ff3b2769
MD5 b5804d93389e56c64d9cccf5718e1ae2
BLAKE2b-256 167566b4c8f95aa27010e368d45bd2270c6244dcdd0b5273b5e2ea722cf811a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for devqubit_qiskit-0.1.6-py3-none-any.whl:

Publisher: release.yaml on devqubit-labs/devqubit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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