It is a long-standing goal to find problems with rigorous quantum advantage.
In classical optimization, evidence is dubious. However, when the output is a quantum state, there is (intuitively) more hope.
These quantum optimization problems can be formulated as follows: given a local Hamiltonian of
approximate the maximum energy (eigenvalue) of
A seminal result from [KSV02] showed that approximating the maximum energy to inverse polynomial accuracy in
One such canonical example for quantum optimzation was shown in [PM15] to be
where
In contrast, quantum MaxCut projects each edge onto the antisymmetric quantum singlet state
Much like how
In this page, you will find descriptions of QMC, EPR, as well as other well-studied quantum optimization problems.
This reference is organized into the following sections:
-
Problems: contains a page for each class of
$$2$$ -Local Hamiltonians (currently QMC, EPR, and XY) containing- Definition: a definition of the problem.
- Hardness: complexity-theoretic hardness of the problem
- Algorithms: a table of all known approximation algorithms for the problem with worst-case guarantees, along with a link to the relevant paper and techniques used to derive approximation ratios. Sorted from worst to best.
- Normalizations and conventions: description of all known normalizations and conventions (coefficient in front of each term in the Hamiltonian) in current literature. Includes names of corresponding problems in statistical physics.
- Known cases: list of classes of graphs where the maximum energies are known, either analytically or numerically.
-
Classical formulation: a classical description of the problem in terms of the token graphs of
$$G$$ . - Average case: summary of results for algorithms on average-case instances of Hamiltonians, defined over random ensembles of graphs (typically regular graphs).
- Remarks: assorted remarks and comments about the problem.
-
Techniques: contains a landing page summarizing different analytic techniques used to prove approximation, along with dedicated pages for
- Lower bounds: list of methods for providing algorithmic lower bounds on the maximum energies of Hamiltonians.
- Upper bounds: list of methods for providing upper bounds on maximum energies of Hamiltonians.
- Analysis: summary of techniques for relating lower and upper bounds in order to derive approximation ratios
- Token Graphs: description of the classical formulation of the Hamiltonians in terms of token graphs.
-
Open questions: a dedicated page for collecting open questions and unproven conjectures.
-
Bibliography: all references used in this website, along with a downloaded .bib file for ease of citation in future work.
This page is inspired by conversations with many people, including Joao Basso, Nathan Ju, Bobak Kiani, Robbie King, Eunou Lee, and Ojas Parekh.
More to add? Email Kunal Marwaha kmarw@uchicago.edu or James Sud jsud@uchicago.edu or open an issue on GitHub.