Skip to content

Add multi-circuit capability to EngineJob.get_circuit#8057

Open
dstrain115 wants to merge 3 commits intoquantumlib:mainfrom
dstrain115:multi_program_get_circuit
Open

Add multi-circuit capability to EngineJob.get_circuit#8057
dstrain115 wants to merge 3 commits intoquantumlib:mainfrom
dstrain115:multi_program_get_circuit

Conversation

@dstrain115
Copy link
Copy Markdown
Collaborator

  • Updates AbstractJob and AbstractProgram to allow an optional circuit index. For multi-circuit, this will index into the keyed_circuit proto.
  • Updates EngineJob and EngineProgram to support the implementation.
  • AbstractLocalJob to allow a fake/mock to support local simulator and tests.

- Updates AbstractJob and AbstractProgram to allow an optional
circuit index.  For multi-circuit, this will index into the
keyed_circuit proto.
- Updates EngineJob and EngineProgram to support the implementation.
- AbstractLocalJob to allow a fake/mock to support local simulator
and tests.
@github-actions github-actions Bot added the size: M 50< lines changed <250 label Apr 22, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.63%. Comparing base (aff3efc) to head (f00d339).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8057   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files        1110     1110           
  Lines       99934    99998   +64     
=======================================
+ Hits        99568    99636   +68     
+ Misses        366      362    -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dstrain115 dstrain115 marked this pull request as ready for review April 23, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: M 50< lines changed <250

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant