J'ai surtout travaillé avec des ordinateurs quantiques supraconducteurs.Je ne suis pas vraiment familier avec les détails expérimentaux des ordinateurs quantiques photoniques qui utilisent des photons pour créer des états de cluster à variation continue tels que celui que la startup canadienne Xanadu est en train de construire. Comment les opérations de porte sont-elles implémentées dans ces types d'ordinateurs quantiques? Et quelle est la porte quantique universelle définie dans ce cas?
architecture
quantum-gate
universal-gates
continuous-variable
Mark Fingerhuth
la source
la source
Réponses:
Prendre un oscillateur harmonique simple (SHO) à modes dans un espace (Fock) F = ⨂ k H k , où H k est l'espace de Hilbert d'un SHO en mode k .n F=⨂kHk Hk k
Cela donne l'habitude opérateur d'annihilation , qui agissent sur un état numérique comme un k | nak pourn≥1etunk| 0⟩=0et l'opérateur de création en modekcommeun † k , agissant sur un état numérique commeun † k | n⟩= √ak|n⟩=n−−√|n−1⟩ n≥1 ak|0⟩=0 k a†k .a†k|n⟩=n+1−−−−−√|n+1⟩
L'hamiltonien de la SHO est (dans les unités oùℏH=ω(a†kak+12) ).ℏ=1
On peut alors définir les quadratures Pk=-i
Any Hamiltonian of the formaX+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
Finally, including the beamsplitter operation (on two modesj and k )
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 operatorD(α(t)) where, for an electric field ε and current j , α(t)=i∫tt0∫j(r,t′)⋅εe−i(k⋅r−wkt′)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.
la source