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.1.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.1-py3-none-any.whl (32.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: devqubit_qiskit_runtime-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 cd153e28fc0e384c0c4dc47eab9f07d34e03b492dda2ed58fccb4a67eb083987
MD5 6e4df691086168ee6c93ebd5a18f5de8
BLAKE2b-256 af86d3bf80072ed5ba9576beca1124e97122a8c9a375c937e0ee4e7932e82b68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for devqubit_qiskit_runtime-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8bbc26182a4f49f6bf9a1f61e45ecc2e850d7b43d33fb5a1b3a7a4393140f203
MD5 8a2347dfed632d8715f6b09b89963aee
BLAKE2b-256 299ee20902a9ed5c48a964db8d66c877ab0cce22753a7b99a2ab6672310e5b2b

See more details on using hashes here.

Provenance

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