mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 10:44:17 +00:00
18 lines
310 B
Markdown
18 lines
310 B
Markdown
---
|
|
aliases:
|
|
- CNOT gate
|
|
- quantum controlled NOT gate
|
|
- Feynman gate
|
|
---
|
|
[[Pauli X gate]] che opera condizionalmente su un [[qbit]] in base allo stato di un altro [[qbit]]:
|
|
$$
|
|
\Huge
|
|
\mathbf{X}_{0 \to 1}
|
|
=
|
|
\begin{bmatrix}
|
|
1 & 0 & 0 & 0 \\
|
|
0 & 1 & 0 & 0 \\
|
|
0 & 0 & 0 & 1 \\
|
|
0 & 0 & 1 & 0
|
|
\end{bmatrix}
|
|
$$
|