Skip to content

Conversation

@rwakizaka
Copy link
Contributor

Summary

Add a SQC backend to integrates qiskit-cpp with SQC (https://github.com/jhpc-quantum/SQC/tree/main).

Details and comments

  • Added a new backend for SQC
  • Added a new job class for SQC
  • Added a new runtime service for SQC
    • Users can change preferable runtime service by switching the include file

[NOTE] Currently SQC C-API seems not to provide async job execution, so this PR lacks of there features:

  • Getting a job status
  • Async execution of sampler pubs
    • That is, we need to wait the completion of our jobs when calling SQCBackend::run

@rwakizaka rwakizaka marked this pull request as draft December 11, 2025 02:24
@rwakizaka rwakizaka marked this pull request as ready for review December 11, 2025 17:10
@rwakizaka
Copy link
Contributor Author

Thanks to @ohtanim, we confirmed that the sampler test using SQC works as expected.

@rwakizaka rwakizaka changed the title [Draft] Add SQC backend Add SQC backend Dec 11, 2025
@rwakizaka
Copy link
Contributor Author

@doichanj README is updated. Could you check?

@doichanj doichanj merged commit d2ae297 into Qiskit:main Jan 6, 2026
6 checks passed
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.

2 participants