Open t-imamichi opened 1 year ago
GroverOptimizer currently takes Sampler and generates Grover object internally. There is an option to take Grover object as an input instead.
GroverOptimizer
Sampler
Grover
Is it a better option for users? Do we need a large refactoring to realize it?
Here are the discussions.
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.
What should we add?
GroverOptimizer
currently takesSampler
and generatesGrover
object internally. There is an option to takeGrover
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.