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.8.tar.gz (43.9 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.8-py3-none-any.whl (39.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: devqubit_qiskit_runtime-0.1.8.tar.gz
  • Upload date:
  • Size: 43.9 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.8.tar.gz
Algorithm Hash digest
SHA256 20d70d91990d5b48320fccc1dbd292623e67d0a08a18fa05832e013b885699da
MD5 222d2481f2aad90b4ce77e880aea150f
BLAKE2b-256 90485da8eee33397393af23f1985313f6841f6247ef87cf3f458eff86948b7f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for devqubit_qiskit_runtime-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 4acd8846b19fe1370d9bf89f669f3be98879bc9a09607d8808482f73ac47f001
MD5 c890da9df77c6b824a856e492dee9c53
BLAKE2b-256 4bedd6e8a3e1e11097f0d323f3c3d8ac9d7b1b2393f0015db187eb58c87e0567

See more details on using hashes here.

Provenance

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