HOME

TheInfoList



OR:

Hamiltonian simulation (also referred to as quantum simulation) is a problem in quantum information science that attempts to find the
computational complexity In computer science, the computational complexity or simply complexity of an algorithm is the amount of resources required to run it. Particular focus is given to computation time (generally measured by the number of needed elementary operations) ...
and
quantum algorithms 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. A classical (or non-quantum) algorithm is a finite sequ ...
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 Quantum computing is a type of computation whose operations can harness the phenomena of quantum mechanics, such as superposition, interference, and entanglement. Devices that perform quantum computations are known as quantum computers. Though ...
as a possible solution since the simulation of general Hamiltonians seem to grow exponentially with respect to the system size.


Problem statement

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


Techniques


Product formulas

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. If H = A + B + C , then U = e^ = (e^e^e^)^r for a large r; where r is the number of time steps to simulate for. The larger the r, 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.


Taylor series

e^ = \sum_^ \infty \frac = I - iHt - \frac + \frac + \cdots by the Taylor series expansion. 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 \left( \sum_^N \frac \right), where the bigger the N, the more accurate the simulation. This truncated expansion is then implemented via the linear combination of unitaries (LCU) technique for Hamiltonian simulation. Namely, one decomposes the Hamiltonian H = \sum_^L \alpha_\ell H_\ell such that each H_\ell is unitary (for instance, the Pauli operators always provide such a basis), and so each H^n = \sum_^L \alpha_ \cdots \alpha_ H_ \cdots H_ is also a linear combination of unitaries.


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.


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. It has been proved to be optimal in query complexity when it comes to Hamiltonian simulation.


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. Where , , H, , _ is the largest entry of H.


See also

* Quantum simulator


References

{{reflist Quantum information science