Skip to content

feat(runtime): add QUDORA provider - #1292

Open
TheGupta2012 wants to merge 1 commit into
mainfrom
feature/qudora-integration
Open

feat(runtime): add QUDORA provider#1292
TheGupta2012 wants to merge 1 commit 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: 7006d9fb-e701-4da1-9460-a2bbca87e5fc

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.

@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!

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 1110662 to a13fcd5 Compare August 7, 2026 06:11
@argus-eye

argus-eye Bot commented Aug 7, 2026

Copy link
Copy Markdown

Argus review

Auto-review is off for this repo. Tick the box below to run a review on this PR.

  • Trigger Argus review

Estimated cost

  • Files changed: 9
  • Diff lines (±): 943
  • Historical avg: ~228.7k tokens · ~$1.53 · across last 2 review(s)

Tip: you can also comment @argus-eye review at any time.

@TheGupta2012

TheGupta2012 commented Aug 7, 2026

Copy link
Copy Markdown
Member Author

@ryanhill1 I have added some changes to #1306 and tested against staging. Can you please approve the current PR so that we can merge the stack ?

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