qiskit-community / qiskit-optimization

Quantum Optimization
https://qiskit-community.github.io/qiskit-optimization/
Apache License 2.0
231 stars 141 forks source link

Let `GroverOptimizer` use `Grover` object directly #456

Open t-imamichi opened 1 year ago

t-imamichi commented 1 year ago

What should we add?

GroverOptimizer currently takes Sampler and generates Grover object internally. There is an option to take Grover object as an input instead.

Is it a better option for users? Do we need a large refactoring to realize it?

Here are the discussions.

a-matsuo commented 1 year ago

As I mentioned in the comments, this can be a good issue for the qiskit advocate mentorship program. I can be a mentor for that.