summaryrefslogtreecommitdiff
path: root/ICQ
diff options
context:
space:
mode:
Diffstat (limited to 'ICQ')
-rw-r--r--ICQ/CM3.md64
-rw-r--r--ICQ/Exercices pdf 2.md29
2 files changed, 92 insertions, 1 deletions
diff --git a/ICQ/CM3.md b/ICQ/CM3.md
index 5998024..93284ab 100644
--- a/ICQ/CM3.md
+++ b/ICQ/CM3.md
@@ -143,10 +143,72 @@ En multipliant les mesures sur l'état $\ket{u}$ du spin selon $O_{z}$, on obtie
Par le calcul :
$$
\begin{align}
-\braket{ S_{z} } &= \sum_{i}x_{i}p_{i} \\
+\braket{ S_{z} } &= \sum_{i}x_{i}p_{i} \qquad \text{(Espérance)}\\
&= \frac{1}{2} \cdot \frac{\hbar}{2} + \frac{1}{2} \cdot \left( -\frac{\hbar}{2} \right) \\
&= 0 \\
&= \bra{u} \frac{\hbar}{2}\sigma_{z}\ket{u}
\end{align}
$$
avec $\bra{u} = \frac{\bra{0} + \bra{1}}{\sqrt{ 2 }}$ et $\ket{u} = \frac{\ket{0} + \ket{1}}{\sqrt{ 2 }}$
+A partir de la moyenne $\braket{ S_{z} }$ on peut calculer l'incertitude (écart type) associé à cette mesure :
+$$
+\begin{align}
+\sigma^2 &= \Delta S_{z}^2 \\
+&= \braket{ S_{z}^2 } - \braket{ S_{z}}^2 \\
+&= \dots \\
+&= \frac{\hbar}{2}\sin \theta
+\end{align}
+$$
+
+Une mesure correspond à un choix d'opérateur en mécanique quantique
+De manière générale, 2 opérateurs ne commutent pas, l'incertitude sur leur mesure simultanée possède un minimum. Au niveau expérimental, cela implique que si les mesures liées aux opérateurs A et B tels que
+$$
+\begin{align}
+[A,B] &= AB - BA
+&\neq 0
+\end{align}
+$$
+ne peuvent être effectués sumultanément avec une précision arbitraire
+
+# Produit direct (version matricielle)
+- On peut définir l'opération dans la notation matricielle
+- $$
+\begin{align}
+\ket{00} &= \ket{0} \otimes \ket{0} \\
+&= \begin{pmatrix}
+1 \\
+0
+\end{pmatrix} \otimes \begin{pmatrix}
+1 \\
+0
+\end{pmatrix} \\
+&=\begin{pmatrix}
+1 \times \begin{pmatrix}
+1 \\
+0
+\end{pmatrix} \\
+0 \times \begin{pmatrix}
+1 \\
+0
+\end{pmatrix}
+\end{pmatrix} \\
+&= \begin{pmatrix}
+1 \times 1 = 0 \\
+1 \times 0 = 0 \\
+0 \times 1 = 0 \\
+0 \times 0 = 0
+\end{pmatrix}
+\end{align}
+$$
+- Le produit de Kronecker entre deux opérateurs A et B de taille $n \times m$ et $p \times q$ respectivement et d'élément $A_{ij},B_{ij}$ est de la forme
+$$
+\begin{align}
+A \otimes B = \begin{pmatrix}
+A_{11}B & \dots & A_{1n}B \\
+\vdots & \ddots & \vdots \\
+A_{m1} & \cdots & A_{mn}B
+\end{pmatrix}
+\end{align}
+$$
+avec $A_{ij}B = A_{ij}\begin{pmatrix}B_{11} & \cdots & B_{1q} \\ \vdots & \ddots & \vdots \\ B_{p1} & \cdots & B_{pq}\end{pmatrix}$
+conséquences : $(A \otimes B)(\ket{\psi} \otimes \ket{\phi}) = A\ket{\psi} \otimes B \ket{\phi}$ \ No newline at end of file
diff --git a/ICQ/Exercices pdf 2.md b/ICQ/Exercices pdf 2.md
new file mode 100644
index 0000000..eca000b
--- /dev/null
+++ b/ICQ/Exercices pdf 2.md
@@ -0,0 +1,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