summaryrefslogtreecommitdiff
path: root/ICQ/Exercices pdf 2.md
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2025-06-25 10:02:36 +0200
committermarcellus <msimon_fr@hotmail.com>2025-06-25 10:02:36 +0200
commiteb715fd2d3f8d0834d46d3c152909497a34b25fd (patch)
treef8f32fda2f1a0a809ffe1ba66b99e6155cc74f03 /ICQ/Exercices pdf 2.md
parenta247722e1d28baf8c225d15761494ac99d6c2f98 (diff)
parentff7208804be3fe7c6a03afa122587d940d794bc0 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'ICQ/Exercices pdf 2.md')
-rw-r--r--ICQ/Exercices pdf 2.md29
1 files changed, 29 insertions, 0 deletions
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