Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 952 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 952 Bytes

Find the maxcut of any graph with a quantum computer

Webapp homepage

The Quantum Maxcut Solver is the first webapp that allows anyone to run a quantum machine learning algorithm no-code. It uses QAOA (the quantum approximate optimization algorithm, a quantum machine learning algo) to solve the maxcut problem. Instructions for usuage are included at maxcut.vercel.app. Or, to learn more about maxcut and the theory behind QAOA, check out this video.

Video thumbnail

Built on a React frontend (this repository) and a Flask backend. Check out this blog post for dev notes.