次の方法で共有


Ryy 操作

完全修飾名: Std.Intrinsic.Ryy

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

概要

2 つの量子ビット Ising YY 回転ゲートを適用します。

インプット

シータ

量子ビットが回転する角度。

qubit0

ゲートへの最初の量子ビット入力。

qubit1

ゲートへの 2 番目の量子ビット入力。

備考

$$ \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} $$