-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources and references
More file actions
14 lines (10 loc) · 994 Bytes
/
Resources and references
File metadata and controls
14 lines (10 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
During the implementation of the algorithm, I used several helpful resources, in which I have learned the concepts and math behind
the algorithm, and others I used as a direct reference to create the documentation sections in QAOA.py and QAOA_Doc.ipynb.
Here is the list:
A QAOA, E. Farhi and J. Goldstone: https://arxiv.org/pdf/1411.4028.pdf
VQE explained, Michał Stęchły's blog: https://www.mustythoughts.com/variational-quantum-eigensolver-explained
QAOA explained, Michał Stęchły's blog: https://www.mustythoughts.com/quantum-approximate-optimization-algorithm-explained
Solving COP using QAOA, Qiskit textbook: https://qiskit.org/textbook/ch-applications/qaoa.html
Maximum cut, Wikipedia: https://en.wikipedia.org/wiki/Maximum_cut
Graphs and QAOA, Jack Ceroni: https://lucaman99.github.io/new_blog/2020/mar16.html
Introduction to Graph Theory, R. J. Trudeau: https://a.co/68VluPF