qiskit-optimization
qiskit-optimization copied to clipboard
Quantum Optimization
In the original Grover Adaptive Search procedure, a random x is selected from the decision space, and f(x) is used as the threshold in the Grover's Search Algorithm segment of...
### What should we add? Follow-up https://github.com/Qiskit/qiskit-optimization/pull/436#discussion_r1032564684 by @woodsp-ibm If users apply Sampler to `QuantumAlgorithm`, the result `QuasiDistribution` is interpreted at the following method. https://github.com/Qiskit/qiskit-optimization/blob/a752fd9e6af400a427a841952aac9555e454bc30/qiskit_optimization/algorithms/optimization_algorithm.py#L522-L525 `QuasiDistribution` can return both quasi-probabilities...
### 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...
### Summary Based on #622 This PR is just a PoC for discussions. Not intended to be merged yet. This PR copies the following necessary modules from qiskit-algorithms to `qiskti-optimization.compat`...
### Summary WIP This PR updates GroverOptimizer and QRAO to support PrimitivesV2 + ISA circuits. Need to update SamplingVQE in qiskit-algorithms so that MinimumEigenOptimizer supports PrimitivesV2 and ISA circuits too....
This PR migrates `qaoa.py` from qiskit-algorithms: i) It adds `qaoa.py` and its dependencies from qiskit-algorithms ii) It adds only the necessary for qaoa dependencies from qiskit-algorithms iii) It migrates the...
### Summary In order to simplify and speedup the review processes, Quantagonia contributors should be code owners. ### Details and comments Removed former Quantagonia contributors and added current ones.
### Summary Addresses #638 ### Details and comments
### What should we add? Since Python 3.13 was released on Oct 7 and Python 3.8 becomes EOL, we need to update CI. - https://www.python.org/downloads/release/python-3130/ - https://discuss.python.org/t/python-3-8-is-now-officially-eol/66983 We need to...
### Environment - **Qiskit Optimization version**: 0.6.1 - **Python version**: 3.12.3 - **Operating system**: macOS Sonoma 14.5 ### What is happening? Dear qiskit-optimization team, I believe the implementation of the...