Compartir a través de


Operación Rxx

Nombre completo: Std.Intrinsic.Rxx

operation Rxx(theta : Double, qubit0 : Qubit, qubit1 : Qubit) : Unit is Adj + Ctl

Resumen

Aplica los dos cúbits Ising XX puerta de rotación.

Entrada

theta

Ángulo sobre el que se giran los cúbits.

cúbit0

Primera entrada de cúbit en la puerta.

cúbit1

La segunda entrada de cúbit en la puerta.

Observaciones

$$ \begin{align} R_{xx}(\theta) \mathrel{:=} \begin{bmatrix} \cos \theta & 0 & 0 & -i\sin \theta \\ 0 & \cos \theta & -i\sin \theta & 0 \\ 0 & -i\sin \theta & \cos \theta & 0 \\ -i\sin \theta & 0 & 0 & \cos \theta \end{bmatrix}. \end{align} $$