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.5.tar.gz (45.8 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.5-py3-none-any.whl (36.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: devqubit_qiskit_runtime-0.1.5.tar.gz
  • Upload date:
  • Size: 45.8 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.5.tar.gz
Algorithm Hash digest
SHA256 fd52f7fdf03c71343fdebb1eb5e56688b0d94092e2d631917593a221d4d89a53
MD5 c9363e2af9b774c227abaf84bf5880a5
BLAKE2b-256 28825540461791bbbb8d7290ae94149fd7eaf04b4426904acb01d618806cfa14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for devqubit_qiskit_runtime-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 44c3a68a218e4c0f4856fed9884902fde45d0352e5e7aa0739aa86a6b9a90c05
MD5 2184358b626e358df2593c8c78326355
BLAKE2b-256 82030d1e43b626447d13e6131661e355e139e509fadcdf779be46d37b090a91a

See more details on using hashes here.

Provenance

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