Skip to main content

Internal core runtime for devqubit

Project description

devqubit-engine

Core engine for devqubit experiment tracking. Provides storage, registry, run management, comparison, and CLI.

Note: Users should install devqubit (the meta-package) instead, which includes this package plus convenient extras.

Installation

pip install devqubit-engine

What's Included

  • Run trackingtrack() context manager, parameter/metric/artifact logging
  • Storage — Content-addressable object store with SHA-256 deduplication
  • Registry — Run indexing, search, baselines, groups
  • Comparisondiff(), diff_runs(), TVD analysis, calibration drift detection
  • Verificationverify() for CI/CD baseline checks
  • Bundles — Portable run export/import
  • CLIdevqubit list, show, diff, verify, pack, unpack

Usage

from devqubit import track

with track(project="my-experiment") as run:
    run.log_param("shots", 1000)
    run.log_metric("fidelity", 0.95)
    run.log_json(name="counts", obj={"00": 502, "11": 498}, role="results")

Adapters

Circuit capture requires SDK-specific adapters (separate packages):

pip install devqubit[qiskit]         # Qiskit + Aer
pip install devqubit[qiskit-runtime] # IBM Quantum Runtime
pip install devqubit[braket]         # Amazon Braket
pip install devqubit[cirq]           # Google Cirq
pip install devqubit[pennylane]      # PennyLane

Configuration

export DEVQUBIT_HOME=~/.devqubit
export DEVQUBIT_CAPTURE_GIT=true
export DEVQUBIT_CAPTURE_PIP=true

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_engine-0.1.9.tar.gz (211.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_engine-0.1.9-py3-none-any.whl (230.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for devqubit_engine-0.1.9.tar.gz
Algorithm Hash digest
SHA256 6052f38b6cac7dbe54e65e9cdaaac3c685b7e58ccaf3f29154fc945078293f95
MD5 b88c4d433b378f4dbf1d89cdc3d4c95e
BLAKE2b-256 b5dddef48a35cc179655fd4118809502180edf71b47aaa96cc1596b1d90191e5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: devqubit_engine-0.1.9-py3-none-any.whl
  • Upload date:
  • Size: 230.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for devqubit_engine-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 5f839b13fd229c19df70732128f6224aeffceb5a7b63bfc33a6b063df8600b89
MD5 2537f2baf9edf0f66d8da21aa253fcde
BLAKE2b-256 d8beb22cf0e087b94ac5ed91b5e54c20b87c6d9aed5d777c2e09a7478acf22ea

See more details on using hashes here.

Provenance

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