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

Uploaded Python 3

File details

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

File metadata

  • Download URL: devqubit_qiskit_runtime-0.1.9.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.9.tar.gz
Algorithm Hash digest
SHA256 ecdeae203bfbd0e240198e959a44f049024d5a06a89263bd675edf04c2e59041
MD5 75be1ad2dd5eed7ef068c30c9e109dff
BLAKE2b-256 75b8e2874437c8321bff211c8ba064e73989544ba661098980c826d694ab44c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for devqubit_qiskit_runtime-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 0b239c8ab06dc8f1ec07c314a4b5cc5d314adc28b4f9a7c07d35592e84a58830
MD5 1b38ee7ee6fabaaa228b828887f19cbe
BLAKE2b-256 a0ec6e84a805f9c8869ba8c414a1b6c7b282618a76199e2834f27382ebddd610

See more details on using hashes here.

Provenance

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