-
Notifications
You must be signed in to change notification settings - Fork 0
/
Oral.tex
254 lines (208 loc) · 7.46 KB
/
Oral.tex
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
\documentclass[french]{beamer}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{physics} % \bra et \ket
\usepackage{amsmath}
\usepackage{amsfonts}
\newcommand{\somme}{\displaystyle\sum}
\usetheme[compress]{Berlin}
\beamertemplatenavigationsymbolsempty
\setbeamertemplate{footline}[fame number]
\usepackage{graphicx}
\usepackage{caption}
\graphicspath{ {./Images/} }
\usepackage{tikz}
\usetikzlibrary{positioning}
\title{De la quantique en cryptographie}
\author{Élie Besnard, Malo Leroy, \\
Yun Marcola--da-Cunha Macedo}
\institute{Lycée Chateaubriand}
\begin{document}
\section{Introduction}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Motivation}
\begin{itemize}
\item<1-> Qu'est-ce que la cryptographie ?
\item<2> Ancrage au thème
\end{itemize}
\end{frame}
\section{Calcul quantique}
\subsection{Modèle du cicruit quantique}
\begin{frame}{Principes de quantique}
\begin{itemize}
\item<1-> Fonction d'état
\item<2-> États propres : $\ket 0, \ket{1011}$, etc.
\item<3-> États superposés, amplitudes : $\ket \psi = \frac{1}{\sqrt 2} \ket 0 - \frac{1}{\sqrt 2} \ket 1$
% intrication
\item<4> Probabilité
% Principe des algorithmes: maximiser la probabilité de l'état solution
% d'une équation
\end{itemize}
\end{frame}
\begin{frame}{Un exemple}
% Exemple de circuit simple
% Comparaison avec les circuits électriques
\begin{center}
\begin{tikzpicture}[
node distance=0.1 cm and 1cm,
porte/.style={rectangle, draw=black},
swap/.style={rectangle, draw=black, minimum height=1.8cm},]
% Nœuds du circuit
\node (ei1) at (0, 1) {$\ket{\psi_{i, 0}}$};
\node (ei2) at (0, 0) {$\ket{\psi_{i, 1}}$};
\node[swap] (s1) at (1, 0.5) {S};
\node (x1) at (2, 1) {$\oplus$};
\node[swap] (s2) at (3, 0.5) {S};
\node (x2) at (4, 0) {$\oplus$};
\node (ef1) at (5, 1) {$\ket{\psi_{f, 0}}$};
\node (ef2) at (5, 0) {$\ket{\psi_{f, 1}}$};
% Arrêtes
\draw (0.5, 1) -- (0.77, 1);
\draw (0.5, 0) -- (0.77, 0);
\draw (1.23, 1) -- (2.77, 1);
\draw (1.23, 0) -- (2.77, 0);
\draw (3.23, 1) -- (4.5, 1);
\draw (3.23, 0) -- (4.5, 0);
\end{tikzpicture}
\end{center}
$$(I_2 \otimes X) \cdot S \cdot (X \otimes I_2) \cdot S = I_4$$
\underline{Application :} tests de parité
\end{frame}
\begin{frame}{Oracles}
\begin{itemize}
\item Phase : $U_f \ket x = (-1)^{f(x)} \ket x$
\item Somme : $U_f \ket{x, y} = \ket{x, y \oplus f(y)}$
\end{itemize}
\end{frame}
\subsection{Calcul formel}
\begin{frame}{Calcul formel}
\begin{itemize}
\item<1-> Valeurs exactes : $\frac 2 5, \sqrt 2, e^{\frac{i\pi}{7}}, \pi + 3^{2/3}$, etc.
% nécessité, cf. Shor
% valeurs très diverses
\item<2-> Produit de Kronecker, produit matriciel, etc.
\item<3-> Efficacité algorithmique
% complexité sur-exponentielle
% analyses de complexité
\end{itemize}
\end{frame}
\begin{frame}{Performances}
\includegraphics[scale=0.3]{Opti.png}
\end{frame}
\subsection{Interface graphique}
\begin{frame}{Interface graphique}
\includegraphics[scale=0.22]{I4.png}
\end{frame}
\subsection{Algorithmes}
\begin{frame}{Deutsch-Jozsa et Bernstein-Vazirani}
\begin{center}
\begin{tikzpicture}[
node distance=0.3cm and 1cm,
porte/.style={rectangle, draw=black},
oracle/.style={fill=white, rectangle, draw=black, minimum height=2.6cm},]
% Nœuds du circuit
\node (e0) {$\ket 0$};
\node (p_ei) [below=of e0] {$\vdots$};
\node (e1) [below=of p_ei] {$\ket 0$};
\node[porte] (hi0) [right=of e0] {H};
\node (p_hi) [right=of p_ei] {$\vdots$};
\node[porte] (hi1) [right=of e1] {H};
\node[porte] (hf0) [right=2cm of hi0] {H};
\node (p_hf) [below=of hf0] {$\vdots$};
\node[porte] (hf1) [right=2cm of hi1] {H};
% Arrêtes
\draw (e0.east) -- (hi0);
\draw (e1.east) -- (hi1);
\draw (hi0.east) -- (hf0);
\draw (hi1.east) -- (hf1);
\node[oracle] (uf) [right=of p_hi] {$U_f$};
\end{tikzpicture}
\end{center}
% Explication de l'algorithme : pièces
\underline{Application :} Bernstein-Vazirani,
$f(x_1, ..., x_n) = \somme_{i=0}^n x_i \cdot a_i \in \mathbb{F}_2$
\end{frame}
\begin{frame}{Shor : principe}
\begin{enumerate}
\item $a$ pseudo-aléatoire
\item Algorithme d'Euclide
\item Recherche de période
\end{enumerate}
% sinon, on trouve une période, qui si elle est valide nous donne un
\end{frame}
\begin{frame}{Shor : circuit}
% Explication de l'algorithme
\begin{center}
\includegraphics[scale=0.17]{ShorInterface.png}
\end{center}
\underline{Fonction d'oracle :} $f(x) = a^x \mod N$
\end{frame}
\begin{frame}{Grover : principe}
\underline{Équation :} $f(x_1, ..., x_n) = 1$, résolution par rotations successives
\begin{center}
\includegraphics[scale=0.1]{Rotations.png}
\end{center}
\end{frame}
\begin{frame}{Grover : circuit}
% Explication de l'algorithme
\begin{center}
\includegraphics[scale=0.08]{PorteGrover.png}
\includegraphics[scale=0.08]{CircuitGrover.png}
\end{center}
\end{frame}
\begin{frame}{Grover : résultats}
\underline{Exemple :} la seule solution est (0, 1, 0, 1, 1, 0) soit 22
\begin{center}
\includegraphics[scale=0.3]{Grover.png}
\end{center}
\end{frame}
\section{Cryptographie quantique}
\begin{frame}{Protocoles}
\begin{itemize}
\item<1-> Protocole E91
\item<2-> Expérience : loi de Malus
\end{itemize}
\end{frame}
\begin{frame}{Travaux sur la polarisation}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{figure}
\captionsetup{labelformat=empty}
\includegraphics[scale=0.05]{Debut.png}
\caption{\small Début}
\end{figure}
\end{column}
\begin{column}{0.5\textwidth}
\begin{figure}
\captionsetup{labelformat=empty}
\includegraphics[scale=0.05]{Filtre1.png}
\caption{\small Filtre 1}
\end{figure}
\end{column}
\end{columns}
\begin{columns}
\begin{column}{0.5\textwidth}
\begin{figure}
\captionsetup{labelformat=empty}
\includegraphics[scale=0.05]{Filtre2.png}
\caption{\small Filtre 2}
\end{figure}
\end{column}
\begin{column}{0.5\textwidth}
\begin{figure}
\captionsetup{labelformat=empty}
\includegraphics[scale=0.05]{Fin.png}
\caption{\small Mesure}
\end{figure}
\end{column}
\end{columns}
\end{frame}
\begin{frame}{Conclusion}
\begin{itemize}
\item Tentative de création d'un protocole
\item Les applications
\end{itemize}
\end{frame}
\end{document}