Skip to content

feat(runtime): add QUDORA provider#1292

Open
TheGupta2012 wants to merge 2 commits into
mainfrom
feature/qudora-integration
Open

feat(runtime): add QUDORA provider#1292
TheGupta2012 wants to merge 2 commits into
mainfrom
feature/qudora-integration

Conversation

@TheGupta2012

Copy link
Copy Markdown
Member

Summary of changes

Adds a direct-REST QUDORA runtime provider to the qBraid SDK. It talks to https://api.qudora.com over HTTPS with Bearer auth (no vendor SDK) and reuses qBraid's existing qasm2/qasm3 program specs, so there is no new dependency and no converter.

  • New qbraid/runtime/qudora/ package: QudoraSession (qbraid_core Session subclass with bearer auth and retries), QudoraProvider (get_devices/get_device, _build_profile; device_id is the backend username), QudoraDevice (status, submit, available_settings, OpenQASM language auto-detection with a pyqasm validate hook), and QudoraJob (status mapping, result parsing).
  • Entry-points and registration: qudora qbraid.providers/qbraid.jobs entry-points and mypy exclude in pyproject.toml, plus lazy-load registration in qbraid/runtime/__init__.py.
  • Tests: fully-mocked tests/runtime/qudora/ suite and a tests/runtime/test_loader.py update.

Related

  • qBraid/qbraid-account#579
  • qBraid/qbraid-infrastructure#619
  • qBraid/docs#285
  • Companion runtime-api change: qBraid/qbraid-runtime-api branch feature/qudora-integration.

@TheGupta2012
TheGupta2012 requested a review from ryanhill1 as a code owner July 24, 2026 13:11
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 1de7822e-975e-4963-a2c7-54d153d4a232

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/qudora-integration

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Add a direct-REST QUDORA runtime integration under qbraid/runtime/qudora
(provider, device, job, and session classes), register lazy-load and
packaging entry-points, and add fully-mocked tests. Reuses the existing
qasm2/qasm3 program specs, so no vendor dependency or converter is needed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@TheGupta2012
TheGupta2012 force-pushed the feature/qudora-integration branch from 0092483 to abdffee Compare July 24, 2026 13:12
@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.73418% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
qbraid/runtime/qudora/device.py 95.83% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

The format-check testenv installed ruff unpinned; ruff 0.16.0 enabled new
lint rules that flag ~750 lines of pre-existing code across the repo, failing
CI on unrelated changes. Pin to the last clean version (matches the black
pin style) until the codebase is updated for the newer rules.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant