mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-29 05:14:18 +00:00
19 lines
441 B
Markdown
19 lines
441 B
Markdown
[[gate quantistico]] appartenente alla famiglia dei [[rotation gates]]:
|
|
$$
|
|
\Huge
|
|
\def \u {{\color{magenta} \theta}}
|
|
|
|
R_{z} (\u) = \begin{bmatrix}
|
|
e^{- \frac{i \cdot \u}{2}} & 0 \\
|
|
0 & e^{\frac{i \cdot \u}{2}}
|
|
\end{bmatrix}
|
|
$$
|
|
|
|
## Effetto
|
|
|
|
Ruota lo stato del [[qbit]] a cui è applicato di $\u$ sull'[[asse Z in quantum computing|asse Z]].
|
|
|
|
## Pauli
|
|
|
|
- Con $\u = 0$, abbiamo un [[Identity gate]].
|
|
- Con $\u = 1$, abbiamo un [[Pauli Z gate]].
|