Quantum algorithm

From HandWiki
Short description: Algorithms run on quantum computers, typically relying on superposition and/or entanglement

In quantum computing, a quantum algorithm is an algorithm which runs on a realistic model of quantum computation, the most commonly used model being the quantum circuit model of computation.[1][2] A classical (or non-quantum) algorithm is a finite sequence of instructions, or a step-by-step procedure for solving a problem, where each step or instruction can be performed on a classical computer. Similarly, a quantum algorithm is a step-by-step procedure, where each of the steps can be performed on a quantum computer. Although all classical algorithms can also be performed on a quantum computer,[3]:126 the term quantum algorithm is usually used for those algorithms which seem inherently quantum, or use some essential feature of quantum computation such as quantum superposition or quantum entanglement.

Problems which are undecidable using classical computers remain undecidable using quantum computers.[4]:127 What makes quantum algorithms interesting is that they might be able to solve some problems faster than classical algorithms because the quantum superposition and quantum entanglement that quantum algorithms exploit probably cannot be efficiently simulated on classical computers (see Quantum supremacy).

The best-known algorithms are Shor's algorithm for factoring and Grover's algorithm for searching an unstructured database or an unordered list. Shor's algorithms runs much (almost exponentially) faster than the best-known classical algorithm for factoring, the general number field sieve.[5] Grover's algorithm runs quadratically faster than the best possible classical algorithm for the same task,[6] a linear search.

Overview

Quantum algorithms are usually described, in the commonly used circuit model of quantum computation, by a quantum circuit which acts on some input qubits and terminates with a measurement. A quantum circuit consists of simple quantum gates which act on at most a fixed number of qubits. The number of qubits has to be fixed because a changing number of qubits implies non-unitary evolution. Quantum algorithms may also be stated in other models of quantum computation, such as the Hamiltonian oracle model.[7]

Quantum algorithms can be categorized by the main techniques used by the algorithm. Some commonly used techniques/ideas in quantum algorithms include phase kick-back, phase estimation, the quantum Fourier transform, quantum walks, amplitude amplification and topological quantum field theory. Quantum algorithms may also be grouped by the type of problem solved, for instance see the survey on quantum algorithms for algebraic problems.[8]

Algorithms based on the quantum Fourier transform

The quantum Fourier transform is the quantum analogue of the discrete Fourier transform, and is used in several quantum algorithms. The Hadamard transform is also an example of a quantum Fourier transform over an n-dimensional vector space over the field F2. The quantum Fourier transform can be efficiently implemented on a quantum computer using only a polynomial number of quantum gates.[citation needed]

Deutsch–Jozsa algorithm

Main page: Deutsch–Jozsa algorithm
Deutsch-Jozsa algorithm

The Deutsch–Jozsa algorithm solves a black-box problem which requires exponentially many queries to the black box for any deterministic classical computer, but can be done with one query by a quantum computer. However, when comparing bounded-error classical and quantum algorithms, there is no speedup since a classical probabilistic algorithm can solve the problem with a constant number of queries with small probability of error. The algorithm determines whether a function f is either constant (0 on all inputs or 1 on all inputs) or balanced (returns 1 for half of the input domain and 0 for the other half).

Bernstein–Vazirani algorithm

Main page: Bernstein–Vazirani algorithm

The Bernstein–Vazirani algorithm is the first quantum algorithm that solves a problem more efficiently than the best known classical algorithm. It was designed to create an oracle separation between BQP and BPP.

Simon's algorithm

Simon's algorithm solves a black-box problem exponentially faster than any classical algorithm, including bounded-error probabilistic algorithms. This algorithm, which achieves an exponential speedup over all classical algorithms that we consider efficient, was the motivation for Shor's factoring algorithm.

Quantum phase estimation algorithm

Main page: Quantum phase estimation algorithm

The quantum phase estimation algorithm is used to determine the eigenphase of an eigenvector of a unitary gate given a quantum state proportional to the eigenvector and access to the gate. The algorithm is frequently used as a subroutine in other algorithms.

Shor's algorithm

Main page: Shor's algorithm

Shor's algorithm solves the discrete logarithm problem and the integer factorization problem in polynomial time,[9] whereas the best known classical algorithms take super-polynomial time. These problems are not known to be in P or NP-complete. It is also one of the few quantum algorithms that solves a non–black-box problem in polynomial time where the best known classical algorithms run in super-polynomial time.

Hidden subgroup problem

The abelian hidden subgroup problem is a generalization of many problems that can be solved by a quantum computer, such as Simon's problem, solving Pell's equation, testing the principal ideal of a ring R and factoring. There are efficient quantum algorithms known for the Abelian hidden subgroup problem.[10] The more general hidden subgroup problem, where the group isn't necessarily abelian, is a generalization of the previously mentioned problems and graph isomorphism and certain lattice problems. Efficient quantum algorithms are known for certain non-abelian groups. However, no efficient algorithms are known for the symmetric group, which would give an efficient algorithm for graph isomorphism[11] and the dihedral group, which would solve certain lattice problems.[12]

Estimating Gauss sums

A Gauss sum is a type of exponential sum. The best known classical algorithm for estimating these sums takes exponential time. Since the discrete logarithm problem reduces to Gauss sum estimation, an efficient classical algorithm for estimating Gauss sums would imply an efficient classical algorithm for computing discrete logarithms, which is considered unlikely. However, quantum computers can estimate Gauss sums to polynomial precision in polynomial time.[13]

Fourier fishing and Fourier checking

We have an oracle consisting of n random Boolean functions mapping n-bit strings to a Boolean value. We are required to find n n-bit strings z1,..., zn such that for the Hadamard-Fourier transform, at least 3/4 of the strings satisfy

[math]\displaystyle{ | \tilde{f}(z_i)| \geqslant 1 }[/math]

and at least 1/4 satisfies

[math]\displaystyle{ | \tilde{f}(z_i) | \geqslant 2. }[/math]

This can be done in bounded-error quantum polynomial time (BQP).[14]

Algorithms based on amplitude amplification

Amplitude amplification is a technique that allows the amplification of a chosen subspace of a quantum state. Applications of amplitude amplification usually lead to quadratic speedups over the corresponding classical algorithms. It can be considered to be a generalization of Grover's algorithm.

Grover's algorithm

Main page: Grover's algorithm

Grover's algorithm searches an unstructured database (or an unordered list) with N entries, for a marked entry, using only [math]\displaystyle{ O(\sqrt{N}) }[/math] queries instead of the [math]\displaystyle{ O({N}) }[/math] queries required classically.[15] Classically, [math]\displaystyle{ O({N}) }[/math] queries are required even allowing bounded-error probabilistic algorithms.

Theorists have considered a hypothetical generalization of a standard quantum computer that could access the histories of the hidden variables in Bohmian mechanics. (Such a computer is completely hypothetical and would not be a standard quantum computer, or even possible under the standard theory of quantum mechanics.) Such a hypothetical computer could implement a search of an N-item database at most in [math]\displaystyle{ O(\sqrt[3]{N}) }[/math] steps. This is slightly faster than the [math]\displaystyle{ O(\sqrt{N}) }[/math] steps taken by Grover's algorithm. Neither search method would allow either model of quantum computer to solve NP-complete problems in polynomial time.[16]

Quantum counting

Quantum counting solves a generalization of the search problem. It solves the problem of counting the number of marked entries in an unordered list, instead of just detecting if one exists. Specifically, it counts the number of marked entries in an [math]\displaystyle{ N }[/math]-element list, with error [math]\displaystyle{ \varepsilon }[/math] making only [math]\displaystyle{ \Theta\left(\frac{1}{\varepsilon} \sqrt{\frac{N}{k}}\right) }[/math] queries, where [math]\displaystyle{ k }[/math] is the number of marked elements in the list.[17][18] More precisely, the algorithm outputs an estimate [math]\displaystyle{ k' }[/math] for [math]\displaystyle{ k }[/math], the number of marked entries, with the following accuracy: [math]\displaystyle{ |k-k'| \leq \varepsilon k }[/math].

Algorithms based on quantum walks

Main page: Quantum walk

A quantum walk is the quantum analogue of a classical random walk, which can be described by a probability distribution over some states. A quantum walk can be described by a quantum superposition over states. Quantum walks are known to give exponential speedups for some black-box problems.[19][20] They also provide polynomial speedups for many problems. A framework for the creation of quantum walk algorithms exists and is quite a versatile tool.[21]

Boson sampling problem

Main page: Boson sampling

The Boson Sampling Problem in an experimental configuration assumes[22] an input of bosons (ex. photons of light) of moderate number getting randomly scattered into a large number of output modes constrained by a defined unitarity. When individual photons of light are used the problem is isomorphic to a multi-photon quantum walk.[23] The problem is then to produce a fair sample of the probability distribution of the output which is dependent on the input arrangement of bosons and the Unitarity.[24] Solving this problem with a classical computer algorithm requires computing the permanent of the unitary transform matrix, which may be either impossible or take a prohibitively long time. In 2014, it was proposed[25] that existing technology and standard probabilistic methods of generating single photon states could be used as input into a suitable quantum computable linear optical network and that sampling of the output probability distribution would be demonstrably superior using quantum algorithms. In 2015, investigation predicted[26] the sampling problem had similar complexity for inputs other than Fock state photons and identified a transition in computational complexity from classically simulatable to just as hard as the Boson Sampling Problem, dependent on the size of coherent amplitude inputs

Element distinctness problem

Main page: Element distinctness problem

The element distinctness problem is the problem of determining whether all the elements of a list are distinct. Classically, Ω(N) queries are required for a list of size N. However, it can be solved in [math]\displaystyle{ \Theta(N^{2/3}) }[/math] queries on a quantum computer. The optimal algorithm is by Andris Ambainis.[27] Yaoyun Shi first proved a tight lower bound when the size of the range is sufficiently large.[28] Ambainis[29] and Kutin[30] independently (and via different proofs) extended his work to obtain the lower bound for all functions.

Triangle-finding problem

The triangle-finding problem is the problem of determining whether a given graph contains a triangle (a clique of size 3). The best-known lower bound for quantum algorithms is Ω(N), but the best algorithm known requires O(N1.297) queries,[31] an improvement over the previous best O(N1.3) queries.[21][32]

Formula evaluation

A formula is a tree with a gate at each internal node and an input bit at each leaf node. The problem is to evaluate the formula, which is the output of the root node, given oracle access to the input.

A well studied formula is the balanced binary tree with only NAND gates.[33] This type of formula requires Θ(Nc) queries using randomness,[34] where [math]\displaystyle{ c = \log_2(1+\sqrt{33})/4 \approx 0.754 }[/math]. With a quantum algorithm however, it can be solved in Θ(N0.5) queries. No better quantum algorithm for this case was known until one was found for the unconventional Hamiltonian oracle model.[7] The same result for the standard setting soon followed.[35]

Fast quantum algorithms for more complicated formulas are also known.[36]

Group commutativity

The problem is to determine if a black box group, given by k generators, is commutative. A black box group is a group with an oracle function, which must be used to perform the group operations (multiplication, inversion, and comparison with identity). We are interested in the query complexity, which is the number of oracle calls needed to solve the problem. The deterministic and randomized query complexities are [math]\displaystyle{ \Theta(k^2) }[/math] and [math]\displaystyle{ \Theta(k) }[/math] respectively.[37] A quantum algorithm requires [math]\displaystyle{ \Omega(k^{2/3}) }[/math] queries but the best known algorithm uses [math]\displaystyle{ O(k^{2/3} \log k) }[/math] queries.[38]

BQP-complete problems

The complexity class BQP (bounded-error quantum polynomial time) is the set of decision problems solvable by a quantum computer in polynomial time with error probability of at most 1/3 for all instances.[39] It is the quantum analogue to the classical complexity class BPP.

A problem is BQP-complete if it is in BQP and any problem in BQP can be reduced to it in polynomial time. Informally, the class of BQP-complete problems are those that are as hard as the hardest problems in BQP and are themselves efficiently solvable by a quantum computer (with bounded error).

Computing knot invariants

Witten had shown that the Chern-Simons topological quantum field theory (TQFT) can be solved in terms of Jones polynomials. A quantum computer can simulate a TQFT, and thereby approximate the Jones polynomial,[40] which as far as we know, is hard to compute classically in the worst-case scenario.[citation needed]

Quantum simulation

Main page: Hamiltonian simulation

The idea that quantum computers might be more powerful than classical computers originated in Richard Feynman's observation that classical computers seem to require exponential time to simulate many-particle quantum systems.[41] Since then, the idea that quantum computers can simulate quantum physical processes exponentially faster than classical computers has been greatly fleshed out and elaborated. Efficient (that is, polynomial-time) quantum algorithms have been developed for simulating both Bosonic and Fermionic systems[42] and in particular, the simulation of chemical reactions beyond the capabilities of current classical supercomputers requires only a few hundred qubits.[43] Quantum computers can also efficiently simulate topological quantum field theories.[44] In addition to its intrinsic interest, this result has led to efficient quantum algorithms for estimating quantum topological invariants such as Jones[45] and HOMFLY polynomials,[46] and the Turaev-Viro invariant of three-dimensional manifolds.[47]

Solving a linear systems of equations

Main page: Quantum algorithm for linear systems of equations

In 2009 Aram Harrow, Avinatan Hassidim, and Seth Lloyd, formulated a quantum algorithm for solving linear systems. The algorithm estimates the result of a scalar measurement on the solution vector to a given linear system of equations.[48]

Provided the linear system is a sparse and has a low condition number [math]\displaystyle{ \kappa }[/math], and that the user is interested in the result of a scalar measurement on the solution vector, instead of the values of the solution vector itself, then the algorithm has a runtime of [math]\displaystyle{ O(\log(N)\kappa^2) }[/math], where [math]\displaystyle{ N }[/math] is the number of variables in the linear system. This offers an exponential speedup over the fastest classical algorithm, which runs in [math]\displaystyle{ O(N\kappa) }[/math] (or [math]\displaystyle{ O(N\sqrt{\kappa}) }[/math] for positive semidefinite matrices).

Hybrid quantum/classical algorithms

Hybrid Quantum/Classical Algorithms combine quantum state preparation and measurement with classical optimization.[49] These algorithms generally aim to determine the ground state eigenvector and eigenvalue of a Hermitian Operator.

QAOA

The quantum approximate optimization algorithm takes inspiration from quantum annealing, performing a discretized approximation of quantum annealing on a quantum circuit. It can be used to solve problems in graph theory.[50] The algorithm makes use of classical optimization of quantum operations to maximize an objective function.

Variational quantum eigensolver

The variational quantum eigensolver (VQE) algorithm applies classical optimization to minimize the energy expectation of an ansatz state to find the ground state of an operator, such as a molecule's Hamiltonian.[51] This can also be extended to find excited energies of molecules.[52]

Contracted quantum eigensolver

The CQE algorithm minimizes the residual of a contraction (or projection) of the Schrödinger equation onto the space of two (or more) electrons to find the ground- or excited-state energy and two-electron reduced density matrix of a molecule.[53] It is based on classical methods for solving energies and two-electron reduced density matrices directly from the anti-Hermitian contracted Schrödinger equation.[54]

See also

References

  1. Nielsen, Michael A.; Chuang, Isaac L. (2000). Quantum Computation and Quantum Information. Cambridge University Press. ISBN 978-0-521-63503-5. 
  2. Mosca, M. (2008). "Quantum Algorithms". arXiv:0808.0369 [quant-ph].
  3. Lanzagorta, Marco; Uhlmann, Jeffrey K. (2009-01-01). Quantum Computer Science. Morgan & Claypool Publishers. ISBN 9781598297324. https://books.google.com/books?id=-wkJIuw0YRsC&q=quantum%2520computer%2520equivalent%2520classical%2520computer&pg=PA23. 
  4. Nielsen, Michael A.; Chuang, Isaac L. (2010). Quantum Computation and Quantum Information (2nd ed.). Cambridge: Cambridge University Press. ISBN 978-1-107-00217-3. https://books.google.com/books?id=-s4DEy7o-a0C. 
  5. "Shor's algorithm". https://quantum-computing.ibm.com/docs/iqx/guide/shors-algorithm. 
  6. "IBM quantum composer user guide: Grover's algorithm". https://quantum-computing.ibm.com/composer/docs/iqx/guide/grovers-algorithm. 
  7. 7.0 7.1 Farhi, Edward; Goldstone, Jeffrey; Gutmann, Sam (2008). "A Quantum Algorithm for the Hamiltonian NAND Tree". Theory of Computing 4: 169–190. doi:10.4086/toc.2008.v004a008. 
  8. Childs, Andrew M.; van Dam, W. (2010). "Quantum algorithms for algebraic problems". Reviews of Modern Physics 82 (1): 1–52. doi:10.1103/RevModPhys.82.1. Bibcode2010RvMP...82....1C. 
  9. Shor, P. W. (1997). "Polynomial-Time Algorithms for Prime Factorization and Discrete Logarithms on a Quantum Computer". SIAM Journal on Scientific and Statistical Computing 26 (5): 1484–1509. doi:10.1137/s0097539795293172. Bibcode1995quant.ph..8027S. 
  10. Boneh, D.; Lipton, R. J. (1995). "Quantum cryptoanalysis of hidden linear functions". in Coppersmith, D.. Springer-Verlag. pp. 424–437. ISBN 3-540-60221-6. 
  11. A bot will complete this citation soon. Click here to jump the queue arXiv:quant-ph/0501056.
  12. Regev, O. (2003). "Quantum Computation and Lattice Problems". arXiv:cs/0304005.
  13. van Dam, W.; Seroussi, G. (2002). "Efficient Quantum Algorithms for Estimating Gauss Sums". arXiv:quant-ph/0207131.
  14. Aaronson, S. (2009). "BQP and the Polynomial Hierarchy". arXiv:0910.4698 [quant-ph].
  15. Grover, Lov K. (1996). "A fast quantum mechanical algorithm for database search". arXiv:quant-ph/9605043.
  16. Aaronson, Scott. "Quantum Computing and Hidden Variables". https://www.scottaaronson.com/papers/qchvpra.pdf. 
  17. Brassard, G.; Hoyer, P.; Tapp, A. (1998). "Quantum counting". Automata, Languages and Programming. Lecture Notes in Computer Science. 1443. pp. 820–831. doi:10.1007/BFb0055105. ISBN 978-3-540-64781-2. 
  18. Brassard, G.; Hoyer, P.; Mosca, M.; Tapp, A. (2002). "Quantum Amplitude Amplification and Estimation". in Samuel J. Lomonaco, Jr.. Quantum Computation and Quantum Information. AMS Contemporary Mathematics. 305. pp. 53–74. doi:10.1090/conm/305/05215. ISBN 9780821821404. Bibcode2000quant.ph..5055B. 
  19. Childs, A. M.; Cleve, R.; Deotto, E.; Farhi, E.; Gutmann, S.; Spielman, D. A. (2003). "Exponential algorithmic speedup by quantum walk". Association for Computing Machinery. pp. 59–68. doi:10.1145/780542.780552. ISBN 1-58113-674-9. 
  20. Childs, A. M.; Schulman, L. J.; Vazirani, U. V. (2007). "Quantum Algorithms for Hidden Nonlinear Structures". IEEE. pp. 395–404. doi:10.1109/FOCS.2007.18. ISBN 978-0-7695-3010-9. 
  21. 21.0 21.1 Magniez, F.; Nayak, A.; Roland, J.; Santha, M. (2007). "Search via quantum walk". Association for Computing Machinery. pp. 575–584. doi:10.1145/1250790.1250874. ISBN 978-1-59593-631-8. 
  22. Ralph, T.C. (July 2013). "Figure 1: The boson-sampling problem". Nature Photonics (Nature) 7 (7): 514–515. doi:10.1038/nphoton.2013.175. http://www.nature.com/nphoton/journal/v7/n7/fig_tab/nphoton.2013.175_F1.html. Retrieved 12 September 2014. 
  23. Peruzzo, Alberto; Lobino, Mirko; Matthews, Jonathan C. F.; Matsuda, Nobuyuki; Politi, Alberto; Poulios, Konstantinos; Zhou, Xiao-Qi; Lahini, Yoav et al. (2010-09-17). "Quantum Walks of Correlated Photons" (in en). Science 329 (5998): 1500–1503. doi:10.1126/science.1193515. ISSN 0036-8075. PMID 20847264. Bibcode2010Sci...329.1500P. https://www.science.org/doi/10.1126/science.1193515. 
  24. Lund, A.P.; Laing, A.; Rahimi-Keshari, S.; Rudolph, T.; O'Brien, J.L.; Ralph, T.C. (5 September 2014). "Boson Sampling from Gaussian States". Phys. Rev. Lett. 113 (10): 100502. doi:10.1103/PhysRevLett.113.100502. PMID 25238340. Bibcode2014PhRvL.113j0502L. 
  25. "The quantum revolution is a step closer". Omicron Technology Limited. http://phys.org/news/2014-09-quantum-revolution-closer.html. 
  26. Seshadreesan, Kaushik P.; Olson, Jonathan P.; Motes, Keith R.; Rohde, Peter P.; Dowling, Jonathan P. (2015). "Boson sampling with displaced single-photon Fock states versus single-photon-added coherent states: The quantum-classical divide and computational-complexity transitions in linear optics". Physical Review A 91 (2): 022334. doi:10.1103/PhysRevA.91.022334. Bibcode2015PhRvA..91b2334S. 
  27. Ambainis, A. (2007). "Quantum Walk Algorithm for Element Distinctness". SIAM Journal on Computing 37 (1): 210–239. doi:10.1137/S0097539705447311. 
  28. Shi, Y. (2002). "The 43rd Annual IEEE Symposium on Foundations of Computer Science, 2002. Proceedings.". Proceedings of the 43rd Symposium on Foundations of Computer Science. pp. 513–519. doi:10.1109/SFCS.2002.1181975. ISBN 0-7695-1822-2. 
  29. Ambainis, A. (2005). "Polynomial Degree and Lower Bounds in Quantum Complexity: Collision and Element Distinctness with Small Range". Theory of Computing 1 (1): 37–46. doi:10.4086/toc.2005.v001a003. 
  30. Kutin, S. (2005). "Quantum Lower Bound for the Collision Problem with Small Range". Theory of Computing 1 (1): 29–36. doi:10.4086/toc.2005.v001a002. 
  31. Aleksandrs Belovs (2011). "Span Programs for Functions with Constant-Sized 1-certificates". arXiv:1105.4024 [quant-ph].
  32. Magniez, F.; Santha, M.; Szegedy, M. (2007). "Quantum Algorithms for the Triangle Problem". SIAM Journal on Computing 37 (2): 413–424. doi:10.1137/050643684. 
  33. Aaronson, S. (3 February 2007). "NAND now for something completely different". Shtetl-Optimized. http://scottaaronson.com/blog/?p=207. 
  34. Saks, M.E.; Wigderson, A. (1986). "Probabilistic Boolean Decision Trees and the Complexity of Evaluating Game Trees". IEEE. pp. 29–38. doi:10.1109/SFCS.1986.44. ISBN 0-8186-0740-8. http://www.math.ias.edu/~avi/PUBLICATIONS/MYPAPERS/SW86/SW86.pdf. 
  35. Ambainis, A. (2007). "A nearly optimal discrete query quantum algorithm for evaluating NAND formulas". arXiv:0704.3628 [quant-ph].
  36. Reichardt, B. W.; Spalek, R. (2008). "Span-program-based quantum algorithm for evaluating formulas". Association for Computing Machinery. pp. 103–112. doi:10.1145/1374376.1374394. ISBN 978-1-60558-047-0. 
  37. "Testing commutativity of a group and the power of randomization". LMS Journal of Computation and Mathematics 15: 38–43. 2012. doi:10.1112/S1461157012000046. 
  38. Magniez, F.; Nayak, A. (2007). "Quantum Complexity of Testing Group Commutativity". Algorithmica 48 (3): 221–232. doi:10.1007/s00453-007-0057-8. 
  39. Michael Nielsen and Isaac Chuang (2000). Quantum Computation and Quantum Information. Cambridge: Cambridge University Press. ISBN 0-521-63503-9.
  40. Aharonov, D.; Jones, V.; Landau, Z. (2006). "A polynomial quantum algorithm for approximating the Jones polynomial". Association for Computing Machinery. pp. 427–436. doi:10.1145/1132516.1132579. ISBN 1595931341. 
  41. Feynman, R. P. (1982). "Simulating physics with computers". International Journal of Theoretical Physics 21 (6–7): 467–488. doi:10.1007/BF02650179. Bibcode1982IJTP...21..467F. 
  42. Abrams, D. S.; Lloyd, S. (1997). "Simulation of many-body Fermi systems on a universal quantum computer". Physical Review Letters 79 (13): 2586–2589. doi:10.1103/PhysRevLett.79.2586. Bibcode1997PhRvL..79.2586A. 
  43. Kassal, I.; Jordan, S. P.; Love, P. J.; Mohseni, M.; Aspuru-Guzik, A. (2008). "Polynomial-time quantum algorithm for the simulation of chemical dynamics". Proceedings of the National Academy of Sciences of the United States of America 105 (48): 18681–86. doi:10.1073/pnas.0808245105. PMID 19033207. Bibcode2008PNAS..10518681K. 
  44. Freedman, M.; Kitaev, A.; Wang, Z. (2002). "Simulation of Topological Field Theories by Quantum Computers". Communications in Mathematical Physics 227 (3): 587–603. doi:10.1007/s002200200635. Bibcode2002CMaPh.227..587F. 
  45. Aharonov, D.; Jones, V.; Landau, Z. (2009). "A polynomial quantum algorithm for approximating the Jones polynomial". Algorithmica 55 (3): 395–421. doi:10.1007/s00453-008-9168-0. 
  46. Wocjan, P.; Yard, J. (2008). "The Jones polynomial: quantum algorithms and applications in quantum complexity theory". Quantum Information and Computation 8 (1): 147–180. doi:10.26421/QIC8.1-2-10. Bibcode2006quant.ph..3069W. 
  47. Alagic, G.; Jordan, S.P.; König, R.; Reichardt, B. W. (2010). "Approximating Turaev-Viro 3-manifold invariants is universal for quantum computation". Physical Review A 82 (4): 040302. doi:10.1103/PhysRevA.82.040302. Bibcode2010PhRvA..82d0302A. 
  48. Harrow, Aram W; Hassidim, Avinatan; Lloyd, Seth (2008). "Quantum algorithm for solving linear systems of equations". Physical Review Letters 103 (15): 150502. doi:10.1103/PhysRevLett.103.150502. PMID 19905613. Bibcode2009PhRvL.103o0502H. 
  49. Moll, Nikolaj; Barkoutsos, Panagiotis; Bishop, Lev S.; Chow, Jerry M.; Cross, Andrew; Egger, Daniel J.; Filipp, Stefan; Fuhrer, Andreas et al. (2018). "Quantum optimization using variational algorithms on near-term quantum devices". Quantum Science and Technology 3 (3): 030503. doi:10.1088/2058-9565/aab822. Bibcode2018QS&T....3c0503M. 
  50. Farhi, Edward; Goldstone, Jeffrey; Gutmann, Sam (2014-11-14). "A Quantum Approximate Optimization Algorithm". arXiv:1411.4028 [quant-ph].
  51. Peruzzo, Alberto; McClean, Jarrod; Shadbolt, Peter; Yung, Man-Hong; Zhou, Xiao-Qi; Love, Peter J.; Aspuru-Guzik, Alán; O’Brien, Jeremy L. (2014-07-23). "A variational eigenvalue solver on a photonic quantum processor" (in En). Nature Communications 5 (1): 4213. doi:10.1038/ncomms5213. ISSN 2041-1723. PMID 25055053. Bibcode2014NatCo...5.4213P. 
  52. Higgott, Oscar; Wang, Daochen; Brierley, Stephen (2019). "Variational Quantum Computation of Excited States". Quantum 3: 156. doi:10.22331/q-2019-07-01-156. Bibcode2019Quant...3..156H. 
  53. Smart, Scott; Mazziotti, David (2021-02-18). "Quantum Solver of Contracted Eigenvalue Equations for Scalable Molecular Simulations on Quantum Computing Devices" (in En). Phys. Rev. Lett. 125 (7): 070504. doi:10.1103/PhysRevLett.126.070504. PMID 33666467. Bibcode2021PhRvL.126g0504S. 
  54. Mazziotti, David (2006-10-06). "Anti-Hermitian Contracted Schrödinger Equation: Direct Determination of the Two-Electron Reduced Density Matrices of Many-Electron Molecules" (in En). Phys. Rev. Lett. 97 (14): 143002. doi:10.1103/PhysRevLett.97.143002. PMID 17155245. Bibcode2006PhRvL..97n3002M. 

External links

Surveys