summaryrefslogtreecommitdiff
path: root/ICQ/CM3.md
diff options
context:
space:
mode:
Diffstat (limited to 'ICQ/CM3.md')
-rw-r--r--ICQ/CM3.md64
1 files changed, 63 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