qiskit-optimization icon indicating copy to clipboard operation
qiskit-optimization copied to clipboard

Quantum Optimization

Results 58 qiskit-optimization issues
Sort by recently updated
recently updated
newest added

It appears nightly actions have been failing for the past few nights. As in qiskit-algorithms and qiskit-machine-learning it seems scipy 1.16.0 released when the tests started failing (Jun 22). Note...

The canonical TSP conversion to QUBO for some $n$ cities results in $n^2$ binary variables, however we can reduce this to $(n-1)^2$ by fixing some starting city vacuously and figuring...

The bibtex in the reference section is pointing to Qiskit paper. I would expect to have a separate reference for this library.

### Summary WIP. This PR removes qiskit-algorithms dependency based on #639. After #639 is merged, this PR needs to be rebased onto main branch. TODO - [x] merge #639 and...

When a program is converted to QUBO, it contains terms of the form x^2 where x is a binary variable. Surely that must be simplified since x^2 = x for...

### What should we add? As V1 primitives have been deprecated and removed, among other changes that may need addressing here as well, Qiskit Optimization no longer works with Qiskit...

type: feature request

Hello, I’m new in programming and I’m currently doing my master thesis and it is in Python. I'm using the ADMM Optimizer from the qiskit library. My goal is to...

### Environment - **Qiskit Algorithms version**: 0.3.1 - **Qiskit Optimization version**: 0.6.1 - **Python version**: 3.9.13 - **Operating system**: windows 11 ### What is happening? Hi everyone, I am trying...