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

Add ResourceEstimator for Classical and Quantum Algorithms #91

Open
koalamitice opened this issue Sep 18, 2024 · 0 comments
Open

Add ResourceEstimator for Classical and Quantum Algorithms #91

koalamitice opened this issue Sep 18, 2024 · 0 comments
Labels
type: enhancement New feature or request

Comments

@koalamitice
Copy link
Member

koalamitice commented Sep 18, 2024

Resource Estimations are a great way to help users with the solver selection.
(Less resources = better, even though they dont give any hint about solution quality)

For Quantum Algorithms, we could use Azure Quantum Resource Estimator:
https://github.com/microsoft/qsharp/tree/main/resource_estimator
It definetly supports Qiskit and Q# Sharp, we have to check if it can support Qrisp, Cirq, and others.
We should also look at other works, here is a good starting point: https://sites.google.com/view/qce2024-qre-workshops

Resource Estimations for classical Algorithms should also exist. We need to make a literature research for that case.

@koalamitice koalamitice added the type: enhancement New feature or request label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant