blob: eca000b53e5e462cca4429e99557b719c69d02d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Exercice 2
$$
\begin{align}
\ket{\psi} &= \frac{1}{\sqrt{ 2 }}[\ket{0} + e^{i\delta}\ket{1}] \\
&= \frac{1}{\sqrt{ 2 }}[\begin{pmatrix}
1 \\
0
\end{pmatrix} + e^{i \delta} \begin{pmatrix}
0 \\
1
\end{pmatrix}] \\
&= \frac{1}{\sqrt{ 2 }}\begin{pmatrix}
1 \\
e^{i\delta}
\end{pmatrix} \\
\bra{\psi} &= \frac{1}{\sqrt{ 2 }}[\bra{0} + e^{-i\delta}\bra{1}] \\
&= \frac{1}{\sqrt{ 2 }}[\begin{pmatrix}
1 \\
0
\end{pmatrix} + e^{-i \delta} \begin{pmatrix}
0 \\
1
\end{pmatrix}] \\
&= \frac{1}{\sqrt{ 2 }}\begin{pmatrix}
1 & e^{-i\delta}
\end{pmatrix}
\end{align}
$$
# Exercice 3
|