qiskit-optimization
qiskit-optimization copied to clipboard
Quantum Optimization
### Environment - **Qiskit Optimization version**: 0.2.3 - **Python version**: 3.9.5 - **Operating system**: Darwin ### What is happening? In the parametrized circuits for variational algorithms, the single qubit gate...
### What is the expected enhancement? Implement into GroverOptimizer: (https://github.com/Qiskit/qiskitoptimization/blob/main/qiskit_optimization/algorithms/grover_optimizer.py) the code modification to include Blocking_Qubits as input parameter in addition to Blocking_Enable=True in order to perform a distribution/parallelisation of...
### What is the expected enhancement? Please could you add bounds support in qiskit.algorithms.optimizers.SPSA.minimize. https://qiskit.org/documentation/stubs/qiskit.algorithms.optimizers.SPSA.minimize.html#qiskit.algorithms.optimizers.SPSA.minimize For now bounds are ignored. Thank you !
### Summary Adds a tutorial about the knapsack problem ### Details and comments
### Summary Adding the Max-k-Cut to the application section ### Details and comments Max-k-Cut: Given an undirected graph, find a partition of nodes into at most k subsets such that...
### Summary ### Details and comments
### may be a typo docs/tutorials/07_examples_vehicle_routing.ipynb:94 ``Following [5], the algorithm can be summarized as follows:`` ### comment ``[5]`` might be also a reference but only four references provided
### What is the expected enhancement? The tutorial of converters explains how we apply `convert` only. But, it is also important how we interpret solutions from the converted problem to...
### What should we add? Support custom mixers and initial states in the ``QAOAClient``. This is also required for #358 since the warm starting requires setting both these attributes. To...
### What should we add? The ``WarmStartQAOAOptimizer`` currently only allows a ``QAOA`` object as input for the QAOA algorithm. It would be great to extend this to also support the...