Are there any known quantum algorithms that clearly fall outside a few narrow classes? - MathOverflow most recent 30 from http://mathoverflow.net2013-05-25T07:02:49Zhttp://mathoverflow.net/feeds/question/33597http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/33597/are-there-any-known-quantum-algorithms-that-clearly-fall-outside-a-few-narrow-claAre there any known quantum algorithms that clearly fall outside a few narrow classes?Steve Huntsman2010-07-28T01:07:50Z2010-07-28T10:11:59Z
<p>I'm trying to refresh myself on quantum algorithms and have been skimming Childs and van Dam's <a href="http://arxiv.org/abs/0812.0380v1" rel="nofollow">2008 RMP paper</a> among other things. From my preliminary surfing it looks like the known quantum algorithms still essentially fall into (in that their nontrivial quantum aspect is governed by) four major classes, viz.</p>
<ol>
<li>Linear
algebra</li>
<li>Quantum Fourier transform and hidden
subgroup problems</li>
<li>Quantum search</li>
<li>Quantum simulation/annealing</li>
</ol>
<p>and I'm wondering: does this classification clearly miss anything?</p>
<p>(NB. Because I'm hoping for answers that discuss <em>why</em> a given algorithm does not fall into one of these classes, I'm not making this CW.)</p>
http://mathoverflow.net/questions/33597/are-there-any-known-quantum-algorithms-that-clearly-fall-outside-a-few-narrow-cla/33612#33612Answer by Peter Shor for Are there any known quantum algorithms that clearly fall outside a few narrow classes?Peter Shor2010-07-28T04:16:31Z2010-07-28T04:16:31Z<p>Does the <a href="http://arxiv.org/abs/quant-ph/0702144" rel="nofollow">Farhi-Goldstone-Gutman game tree evaluation algorithm</a> and the extensions of it fall into one of these classes? You might put it in quantum simulation/annealing because of the technique used, but I think that would be a mistake. You might also put it in quantum search because it doesn't give a super-polynomial speed-up, but it has a very different flavor than all the other quantum search algorithms.</p>
http://mathoverflow.net/questions/33597/are-there-any-known-quantum-algorithms-that-clearly-fall-outside-a-few-narrow-cla/33639#33639Answer by Ashley Montanaro for Are there any known quantum algorithms that clearly fall outside a few narrow classes?Ashley Montanaro2010-07-28T10:11:59Z2010-07-28T10:11:59Z<p>While most famous quantum algorithms fall into your categories (2)-(4) ("linear algebra" isn't especially informative, as all of quantum computation can be understood as an application of linear algebra...), there are some others that don't.</p>
<p>First, there's an <a href="http://arxiv.org/abs/quant-ph/0209131" rel="nofollow">algorithm</a> of Childs et al that uses a quantum walk to traverse a graph in polynomial time, for which any classical algorithm requires exponential time. This relies on the fact that quantum walks can hit exponentially faster than classical random walks. There are a number of other algorithms based around quantum walks; I guess you could characterise these as "quantum search", but some have a different feel to them.</p>
<p>Second, there are quantum algorithms for approximating the Jones polynomial and other graph invariants (see, for example, the <a href="http://arxiv.org/abs/quant-ph/0702008" rel="nofollow">paper</a> of Aharonov, Jones and Landau, or Section X of the paper by Childs and van Dam you linked to). These algorithms essentially work by encoding the problem instance to be solved directly into a quantum circuit.</p>
<p>Third, there is an <a href="http://arxiv.org/abs/0811.3171" rel="nofollow">algorithm</a> of Harrow, Hassidim and Lloyd which calculates properties of solutions to large systems of linear equations exponentially more efficiently. The main ingredient that goes into this (phase estimation) is also used in algorithms for factoring etc, but the application seems very different.</p>
<p>There are also some algorithms which may not achieve especially large speed-ups, but which demonstrate different design techniques. For example, there's a nice <a href="http://arxiv.org/abs/quant-ph/0102078" rel="nofollow">algorithm</a> of Hoyer, Neerbek and Shi that solves the task of search in an ordered list somewhat faster than classical binary search. The algorithm is based on searching a number of subtrees of a binary tree in quantum parallel. I should also mention a nice algorithm of van Dam (quant-ph/9805006) which demonstrates that an n bit string can be read from an oracle using just over n/2 quantum queries.</p>
<p>Finally, there are algorithms for purely quantum information theoretic tasks, which are by their nature different again. In particular, the <a href="http://arxiv.org/abs/quant-ph/0601001" rel="nofollow">algorithm</a> of Bacon, Chuang and Harrow for the Schur transform has a number of applications in quantum information theory (eg. state estimation, entanglement concentration and communication without a shared reference frame).</p>