Die Hamilton-Simulation ist BQP-vollständig


14

Viele Veröffentlichungen behaupten, dass die Hamilton-Simulation BQP-vollständig ist (z. B. Hamilton-Simulation mit nahezu optimaler Abhängigkeit von allen Parametern und Hamilton-Simulation durch Qubitisierung ).

Es ist leicht zu erkennen, dass die Hamilton-Simulation BQP-schwer ist, da jeder Quantenalgorithmus auf die Hamilton-Simulation reduziert werden kann. Wie ist die Hamilton-Simulation in BQP?

dh was ist genau das Hamilton - Simulation Entscheidungsproblem in BQP und unter welchen Bedingungen auf dem Hamilton - Operator?

Antworten:


14

Es gibt viele verschiedene Varianten, insbesondere in Bezug auf die Bedingungen auf dem Hamiltonian. Es ist zum Beispiel ein bisschen wie ein Spiel, zu versuchen, die einfachste Klasse von Hamiltonianern zu finden, für die die Simulation noch BQP-vollständig ist.

Die Aussage wird ungefähr so ​​lauten: let (normierter) Produkt werden, H sein , ein Hamilton - Operator von einer bestimmten Klasse (zB nur aus nearest-neighbor - Kupplungen auf einem eindimensionalen Gitter), O eine beobachtbare ein Tensorprodukt von einem Körper Operatoren umfaßt , so daß O1 , und t eine Zeit sein. In Anbetracht der Versprechen , dass & psgr; | e i H t O e - i H t | & psgr; |ψHO^O^1tψ|eiHtO^eiHt|ψentweder größer als oder weniger als112+afür einigea(zBa=112aa ) entscheiden, was der Fall ist.a=16


Weitere Details

Die Hamilton-Simulation ist BQP-hart

Die Basiskonstruktion (ursprünglich von Feynman, hier ein wenig überarbeitet) zeigt im Grunde, wie Sie einen Hamilton-Operator entwerfen können, der jede Quantenberechnung, einschließlich jeder BQP-vollständigen Berechnung, implementiert. Die beobachtbare Größe, die Sie messen würden, ist nur für ein bestimmtes Qubit. Die beiden Messergebnisse entsprechen 'Ja' und 'Nein'.Z

N1UnM|0MN

H=2Nn=1N1n(Nn)(|1001|n,n+1U+|0110|n,n+1U).
|1|0(N1)|0MNπ/4, it will be in a state |0(N1)|1|Φ where |Φ is the output of the desired computation. The funny coupling strengths that I've used here, the n(Nn) are chosen specifically to give deterministic evolution, and are related to the concept of perfect state transfer. Usually you'll see results stated with equal couplings, but probabilistic evolution.

To see how this works, you define a set of states

|ψn=|0(n1)|1|0Nn(Un1Un2U1|0M).
The action of the Hamiltonian is then
H|ψn=2N(n1)(N+1n)|ψn1+2Nn(Nn)|ψn+1,
which proves that the evolution is restricted to an N×N subspace which is represented by a tridiagonal matrix (which is the specific thing studied in perfect state transfer).

Of course, this Hamiltonian doesn't have any particularly nice properties - it is highly non-local, for example. There are many tricks that can be played to simplify the Hamiltonian to being, for example, one-dimensional. It can even be translationally invariant if you want, at the cost of having to prepare a more complex initial product state (at that point, the computation is no longer encoded in the Hamiltonian, which is universal, but is encoded in the input state). See here, for example.

Hamiltonian Simulation

The evolution of any Hamiltonian which is local on some lattice, acting on an initial product state, for a time that is no more than polynomial in the system size, can be simulated by a quantum computer, and any efficiently implementable measurement can be applied to estimate an observable. In this sense, you can see that Hamiltonian simulation is no harder than a quantum computation, the counter-point to the previous statement that quantum computation is no harder than Hamiltonian simulation.

There are many ways to do this (and there have been some recent papers that show significant improvements in error scaling for certain classes of Hamiltonian). Hre's quite a simple one. Take the Hamiltonian H that you want to simulate. Split it up into different parts, Hi, each of which commutes. For example, on a nearest-neighbour Hamiltonian on some graph, you don't need more pieces than the maximum degree of the graph. You then Trotterize the evolution, writing the approximation

eiHt(eiH1δteiH2δteiHnδt)t/δt
So, you just have to construct a circuit that implements terms like eiH1δt, which is composed of commuting terms H1=nhn, each of which acts only on a small number of qubits.
eiH1δt=neihnδt
Since this is just a unitary on a small number of terms, a universal quantum computer can implement it.
Durch die Nutzung unserer Website bestätigen Sie, dass Sie unsere Cookie-Richtlinie und Datenschutzrichtlinie gelesen und verstanden haben.
Licensed under cc by-sa 3.0 with attribution required.