Как ворота реализованы в квантовом компьютере с непрерывной переменной?


16

Я в основном работал со сверхпроводящими квантовыми компьютерами. Я не очень знаком с экспериментальными деталями фотонных квантовых компьютеров, которые используют фотоны для создания состояний непрерывных переменных кластеров, таких как тот, который строит канадский стартап Xanadu . Как операции с воротами реализуются в этих типах квантовых компьютеров? И что такое универсальные квантовые ворота, установленные в этом случае?


3
Тим Ральф также описал набор ворот в arxiv.org/abs/1103.6071
М. Стерн,

Ответы:


7

Взяв простой гармонический осциллятор (SHO) с режимом в пространстве (Фока) F = k H k , где H k - гильбертово пространство SHO на моде k .nF=kHkHkk

Это дает обычному оператору уничтожения , которые действуют на состоянии номера , как в к | п = akдляп1ик| 0=0и оператор создания в режимеккаквк , действуя на состояние номеракакк | п=ak|n=n|n1n1ak|0=0kak.ak|n=n+1|n+1

The Hamiltonian of the SHO is H=ω(akak+12) (in units where =1).

We can then define the quadratures

Xk=12(ak+ak)
Pk=i2(akak)
A as A˙=i[H,A]. Applying these for time t gives:
X:PPt
P:XX+t
12(X2+P2):XcostXsintP,PcostP+sintX,
ω=1
±S=±12(XP+PX):Xe±tX,PetP,
which is known as the squeezing operator, where +S(S) squeezes P(X).

Any Hamiltonian of the form aX+bP+c can be built by applying X and P. Adding S and H allows for any quadratic Hamiltonian to be built. Further adding the (nonlinear) Kerr Hamiltonian

(X2+P2)2
allows for any polynomial Hamiltonian to be created.

Finally, including the beamsplitter operation (on two modes j and k)

±Bjk=±(PjXkXjPk):AjcostAj+sintAk,AkcostAksintAj
for Aj=Xj,Pj and Ak=Xk,Pk, which acts as a beamsplitter on the two modes.

The above operations form the universal gate-set for continuous variable quantum computing. More details can be found in e.g. here

To implement these unitaries:

Applying these operations is generally hinted at in the name: Coupling a current is acting as the displacement operator D(α(t)) where, for an electric field ε and current j, α(t)=it0tj(r,t)εei(krwkt)drdt. The displacement operator shifts X by the real part of α and P by the imaginary part of α.

A phase shift can be applied by simply letting the system evolve by itself, as the system is a harmonic oscillator. It can also be performed by using a physical phase shifter.

Squeezing is the hard bit and is something that needs to experimentally be improved. Such methods can be found in e.g. here and here is one experiment using a limited amount of squeezed light. One possible way of squeezing is using a Kerr (χ(3)) nonlinearity.

This same nonlinearity also allows for the Kerr Hamiltonian to be implemented.

The Beamsplitter operation is, unsurprisingly, performed using a beamsplitter.

Используя наш сайт, вы подтверждаете, что прочитали и поняли нашу Политику в отношении файлов cookie и Политику конфиденциальности.
Licensed under cc by-sa 3.0 with attribution required.