Tackling SMO-like QUBO problems with Qadence

The smo-qubo repository on PASQAL's GitHub page demonstrates how to implement a QAOA (Quantum Approximate Optimization Algorithm) using the Qadence programming language.

It applies this algorithm to small instances of randomly generated QUBO (Quadratic Unconstrained Binary Optimization) problems and can be used for reduced instances of space-mission optimization problems, formulated as QUBO.

Access Repository