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.1.tar.gz (42.2 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.1-py3-none-any.whl (33.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: devqubit_qiskit-0.1.1.tar.gz
  • Upload date:
  • Size: 42.2 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.1.tar.gz
Algorithm Hash digest
SHA256 de0003be7fd0fbbfc4097e8a3c3d604dc4049e28126c1ee9114f6179abfb8bea
MD5 ef511c2af5b8ad649e98d0664aedbc79
BLAKE2b-256 5d0e437e60998137d5c776dff22cec4d84ac4c6a9c5f7bb7b98867fd43b0ff00

See more details on using hashes here.

Provenance

The following attestation bundles were made for devqubit_qiskit-0.1.1.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.1-py3-none-any.whl.

File metadata

File hashes

Hashes for devqubit_qiskit-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f8f96d7bb67f34e0a2888836ca41a4a36e77f36d327c241b5762515c3d528cbb
MD5 af22a0756f3318d3e30a8ad8465cb137
BLAKE2b-256 98fd0c0ca8e6249f5c1d42723a0f36148bd89a873cc90f7aa346791ca977ab81

See more details on using hashes here.

Provenance

The following attestation bundles were made for devqubit_qiskit-0.1.1-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