Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize the Quantum Algorithm Execution #121

Open
Elscrux opened this issue Jan 20, 2025 · 0 comments
Open

Modularize the Quantum Algorithm Execution #121

Elscrux opened this issue Jan 20, 2025 · 0 comments
Assignees

Comments

@Elscrux
Copy link
Member

Elscrux commented Jan 20, 2025

Currently every Quantum Algorithm directly returns a solution.
This makes the integration of other QC frameworks infeasible.

We can improve this by modularing the Algorithm Execution.
Algorithms should return Circuits instead of Solutions.
The Circuits can then be given to different components that execute the circuits and return a solution.
Examples for such components can be: Simulation, Real Backends, Error Mitigation Frameworks, Automated Backend Selection Tools, etc...

An example is illustrated below:
Image

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

No branches or pull requests

3 participants