Skip to main content

devqubit adapter for Qiskit Runtime

Project description

devqubit-qiskit-runtime

IBM Qiskit Runtime adapter for devqubit. Automatically captures circuits, results, and device calibration data from IBM Quantum hardware.

Installation

pip install devqubit[qiskit-runtime]

Usage

from qiskit import QuantumCircuit
from qiskit_ibm_runtime import QiskitRuntimeService, SamplerV2
from devqubit import track

qc = QuantumCircuit(2)
qc.h(0)
qc.cx(0, 1)
qc.measure_all()

service = QiskitRuntimeService()
backend = service.backend("ibm_brisbane")

with track(project="hardware-run") as run:
    sampler = run.wrap(SamplerV2(backend))
    job = sampler.run([(qc,)])
    result = job.result()

What's Captured

  • Circuits — QPY format, transpiled circuits
  • Results — Counts, quasi-distributions, pub results
  • Device data — Calibration snapshot, coupling map, basis gates
  • Job metadata — Job ID, timestamps, execution mode

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_runtime-0.1.2.tar.gz (43.7 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_runtime-0.1.2-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

File details

Details for the file devqubit_qiskit_runtime-0.1.2.tar.gz.

File metadata

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

File hashes

Hashes for devqubit_qiskit_runtime-0.1.2.tar.gz
Algorithm Hash digest
SHA256 0dd2904271ae6c7c929eecd6a79f0067c85612eb6f2314434adfd276b12e12d6
MD5 ae92033cf74daded0674fba4d66db9c9
BLAKE2b-256 44d929d0edc3b32c35febd0ad85c63a1cc2d89dcf6921590d0461d1b1dec63c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for devqubit_qiskit_runtime-0.1.2.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_runtime-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for devqubit_qiskit_runtime-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 64afe0cc3df6003f362fb69edea108d8600cb01c543b3791f051699c435391e7
MD5 d5d4e7876d3a255b0fd6d3802578c2a3
BLAKE2b-256 393685e3fc77e0e7e5a6e839ad013d77b3a1bb89508ac165de2a0ff656dc0d94

See more details on using hashes here.

Provenance

The following attestation bundles were made for devqubit_qiskit_runtime-0.1.2-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