Partager via


Opération deryy

Nom complet : Std.Intrinsic.Ryy

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

Résumé

Applique les deux qubit Ising YY porte de rotation.

Entrée

thêta

Angle sur lequel les qubits sont pivotés.

qubit0

Première entrée qubit à la porte.

qubit1

Deuxième entrée qubit à la porte.

Remarques

$$ \begin{align} R_{yy}(\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} $$