Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 579 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 579 Bytes

QAOA

Algorithms pertaining to QAOA

Here I will regularly upload QUBO(Qudratic Uniconstrained Binary Optimization) problems, solving them with QAOA(Quantum Aprroximate Optimization Algorithms). These cover a vast number of problems in industries related to logistics, pharmaceuticals, finance, AI etc. Efficient solutions of QUBO problems could lead to possible gains for respective industries. You will find that the QAOA algorithms here use minimal library functions from Qiskit. Instead they are built from scratch and are hence more flexible and much easy to troubleshoot.