Hamiltonian simulation

From HandWiki

Hamiltonian simulation (also referred to as quantum simulation) is a problem in quantum information science that attempts to find the computational complexity and quantum algorithms needed for simulating quantum systems. Hamiltonian simulation is a problem that demands algorithms which implement the evolution of a quantum state efficiently. The Hamiltonian simulation problem was proposed by Richard Feynman in 1982, where he proposed a quantum computer as a possible solution since the simulation of general Hamiltonians seem to grow exponentially with respect to the system size.[1]

Problem statement

In the Hamiltonian simulation problem, given a Hamiltonian [math]\displaystyle{ H }[/math] ([math]\displaystyle{ 2^n \times 2^n }[/math] hermitian matrix acting on [math]\displaystyle{ n }[/math] qubits), a time [math]\displaystyle{ t }[/math] and maximum simulation error [math]\displaystyle{ \epsilon }[/math], the goal is to find an algorithm that approximates [math]\displaystyle{ U }[/math] such that [math]\displaystyle{ ||U - e^{-iHt} || \leq \epsilon }[/math], where [math]\displaystyle{ e^{-iHt} }[/math] is the ideal evolution and [math]\displaystyle{ ||\cdot|| }[/math] is the spectral norm. A special case of the Hamiltonian simulation problem is the local Hamiltonian simulation problem. This is when [math]\displaystyle{ H }[/math] is a k-local Hamiltonian on [math]\displaystyle{ n }[/math] qubits where [math]\displaystyle{ H = \sum_{j \mathop =1}^m H_j }[/math] and [math]\displaystyle{ H_j }[/math] acts non-trivially on at most [math]\displaystyle{ k }[/math] qubits instead of [math]\displaystyle{ n }[/math] qubits.[2] The local Hamiltonian simulation problem is important because most Hamiltonians that occur in nature are k-local.[2]

Techniques

Product formulas

Main page: Physics:Time-evolving block decimation

Also known as Trotter formulas or Trotter–Suzuki decompositions, Product formulas simulate the sum-of-terms of a Hamiltonian by simulating each one separately for a small time slice.[3][4] If [math]\displaystyle{ H = A + B + C }[/math], then [math]\displaystyle{ U = e^{-i(A + B + C)t} = (e^{-iAt/r}e^{-iBt/r}e^{-iCt/r})^r }[/math] for a large [math]\displaystyle{ r }[/math]; where [math]\displaystyle{ r }[/math] is the number of time steps to simulate for. The larger the [math]\displaystyle{ r }[/math], the more accurate the simulation.

If the Hamiltonian is represented as a Sparse matrix, the distributed edge coloring algorithm can be used to decompose it into a sum of terms; which can then be simulated by a Trotter–Suzuki algorithm.[5]

Taylor series

[math]\displaystyle{ e^{-iHt} = \sum_{n \mathop = 0}^ \infty \frac{(-iHt)^{n}}{n!} = I - iHt - \frac{H^{2}t^{2}}{2} + \frac{iH^{3}t^{3}}{6} + \cdots }[/math] by the Taylor series expansion.[6] This says that during the evolution of a quantum state, the Hamiltonian is applied over and over again to the system with a various number of repetitions. The first term is the identity matrix so the system doesn't change when it is applied, but in the second term the Hamiltonian is applied once. For practical implementations, the series has to be truncated [math]\displaystyle{ \left( \sum_{n \mathop = 0}^N \frac{(-iHt)^{n}}{n!} \right) }[/math], where the bigger the [math]\displaystyle{ N }[/math], the more accurate the simulation.[7] This truncated expansion is then implemented via the linear combination of unitaries (LCU) technique for Hamiltonian simulation.[6] Namely, one decomposes the Hamiltonian [math]\displaystyle{ H = \sum_{\ell=1}^L \alpha_\ell H_\ell }[/math] such that each [math]\displaystyle{ H_\ell }[/math] is unitary (for instance, the Pauli operators always provide such a basis), and so each [math]\displaystyle{ H^n = \sum_{\ell_1,\ldots,\ell_n=1}^L \alpha_{\ell_1} \cdots \alpha_{\ell_n} H_{\ell_1} \cdots H_{\ell_n} }[/math] is also a linear combination of unitaries.

Quantum walk

Main page: Quantum walk

In the quantum walk, a unitary operation whose spectrum is related to the Hamiltonian is implemented then the Quantum phase estimation algorithm is used to adjust the eigenvalues. This makes it unnecessary to decompose the Hamiltonian into a sum-of-terms like the Trotter-Suzuki methods.[6]

Quantum signal processing

The quantum signal processing algorithm works by transducing the eigenvalues of the Hamiltonian into an ancilla qubit, transforming the eigenvalues with single qubit rotations and finally projecting the ancilla.[8] It has been proved to be optimal in query complexity when it comes to Hamiltonian simulation.[8]

Complexity

The table of the complexities of the Hamiltonian simulation algorithms mentioned above. The Hamiltonian simulation can be studied in two ways. This depends on how the Hamiltonian is given. If it is given explicitly, then gate complexity matters more than query complexity. If the Hamiltonian is described as an Oracle (black box) then the number of queries to the oracle is more important than the gate count of the circuit. The following table shows the gate and query complexity of the previously mentioned techniques.

Technique Gate complexity Query complexity
Product formula 1st order [math]\displaystyle{ O\left(\frac{t^{2}}{\epsilon}\right) }[/math][7] [math]\displaystyle{ O\left(d^{3} t \left(\frac{dt}{\epsilon}\right)^{\frac{1}{2}k}\right) }[/math] [9]
Taylor series [math]\displaystyle{ O\left(\frac{t \log^{2}\left(\frac{t}{\epsilon}\right)}{\log \log \frac{t}{\epsilon}}\right) }[/math] [7] [math]\displaystyle{ O\left(\frac{d^{2} ||H||_{\rm max} \log{\frac{d^{2} ||H||_{max}}{\epsilon}}}{\log \log{\frac{d^{2} ||H||_{\rm max}}{\epsilon}}}\right) }[/math] [6]
Quantum walk [math]\displaystyle{ O\left(\frac{t}{\sqrt{\epsilon}}\right) }[/math] [7] [math]\displaystyle{ O\left(d || H||_{\rm max} \frac{t}{\sqrt{\epsilon}}\right) }[/math] [5]
Quantum signal processing [math]\displaystyle{ O\left(t + \log{\frac{1}{\epsilon}}\right) }[/math] [7] [math]\displaystyle{ O\left(t d || H||_{\rm max} + \frac{\log{\frac{1}{\epsilon}}}{\log \log {\frac{1}{\epsilon}}}\right) }[/math] [8]

Where [math]\displaystyle{ ||H||_{\rm max} }[/math] is the largest entry of [math]\displaystyle{ H }[/math].

See also

References

  1. Richard P Feynman (1982). "Simulating physics with computers". International Journal of Theoretical Physics 21 (6): 467–488. doi:10.1007/BF02650179. Bibcode1982IJTP...21..467F. http://www.sciencemag.org/cgi/content/abstract/273/5278/1073. Retrieved 2019-05-04. 
  2. 2.0 2.1 Lloyd, S. (1996). "Universal quantum simulators". Science 273 (5278): 1073–8. doi:10.1126/science.273.5278.1073. PMID 8688088. Bibcode1996Sci...273.1073L. 
  3. Suzuki, Masuo (1991). "General theory of fractal path integrals with applications to many‐body theories and statistical physics". Journal of Mathematical Physics 32 (2): 400–407. doi:10.1063/1.529425. Bibcode1991JMP....32..400S. 
  4. Berry, Dominic; Ahokas, Graeme; Cleve, Richard; Sanders, Barry (2007). "Efficient Quantum Algorithms for Simulating Sparse Hamiltonians". Communications in Mathematical Physics 270 (2): 359–371. doi:10.1007/s00220-006-0150-x. Bibcode2007CMaPh.270..359B. 
  5. 5.0 5.1 Berry, Dominic; Childs, Andrew; Kothari, Robin (2015). "Hamiltonian simulation with nearly optimal dependence on all parameters". 2015 IEEE 56th Annual Symposium on Foundations of Computer Science. pp. 792–809. doi:10.1109/FOCS.2015.54. ISBN 978-1-4673-8191-8. Bibcode2015arXiv150101715B. 
  6. 6.0 6.1 6.2 6.3 Berry, Dominic; Childs, Andrew; Cleve, Richard; Kothari, Robin; Somma, Rolando (2015). "Simulating Hamiltonian dynamics with a truncated Taylor series". Physical Review Letters 114 (9): 090502. doi:10.1103/PhysRevLett.114.090502. PMID 25793789. Bibcode2015PhRvL.114i0502B. 
  7. 7.0 7.1 7.2 7.3 7.4 Childs, Andrew; Maslov, Dmitri; Nam, Yunseong (2017). "Toward the first quantum simulation with quantum speedup". Proceedings of the National Academy of Sciences 115 (38): 9456–9461. doi:10.1073/pnas.1801723115. PMID 30190433. Bibcode2018PNAS..115.9456C. 
  8. 8.0 8.1 8.2 Low, Guang Hao; Chuang, Isaac (2017). "Optimal Hamiltonian Simulation by Quantum Signal Processing". Physical Review Letters 118 (1): 010501. doi:10.1103/PhysRevLett.118.010501. PMID 28106413. Bibcode2017PhRvL.118a0501L. 
  9. Kothari, Robin (Dec 8, 2017). Quantum algorithms for Hamiltonian simulation: Recent results and open problems (Youtube). United States: IBM Research.