-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathlivre-quantum.tex
More file actions
123 lines (79 loc) · 2.5 KB
/
livre-quantum.tex
File metadata and controls
123 lines (79 loc) · 2.5 KB
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
\documentclass[11pt]{report}
%\documentclass[10pt,twoside,openright]{report}
\usepackage[screen]{python}
%\usepackage[print]{python}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Titre + préface + sommaire
\renewcommand{\contentsname}{Sommaire}
% Préface
\pagenumbering{roman}
\import{divers/}{preface_livre_quantum.tex}
\debutchapitres
\pagenumbering{arabic}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\clearemptydoublepage
%======================================
% Partie 1 - Premiers pas quantiques
%======================================
\part{Premiers pas quantiques}
% 1 - Découverte
\import{decouverte/}{decouverte.tex}
% 2 - Utiliser un ordinateur quantique (avec Qiskit)
\import{ordinateur/}{ordinateur.tex}
% 3 - Nombres complexes
\import{complexes/}{complexes.tex}
% 4 - Vecteurs et matrices
\import{vecteurs/}{vecteurs.tex}
% 5 - Informatique classique
\import{classique/}{classique.tex}
% 6 - Physique quantique
\import{physique/}{physique.tex}
% 7 - Téléportation quantique
\import{teleportation/}{teleportation.tex}
%======================================
% Partie 2 - Algorithmes quantiques
%======================================
\part{Algorithmes quantiques}
% 8 - Un premier algorithme quantique
\import{algorithme/}{algorithme.tex}
% 9 - Portes quantiques
\import{portes/}{portes.tex}
% 10 - Algorithme de Deutsch--Jozsa
\import{deutsch/}{deutsch.tex}
% 11 - Algorithme de Grover
\import{grover/}{grover.tex}
%======================================
% Partie 3 - Algorithme de Shor
%======================================
\part{Algorithme de Shor}
% 12 - Arithmétique
\import{arithmetique/}{arithmetique.tex}
% 13 - Algorithme de Shor
\import{shor/}{shor.tex}
% 14 -Compléments d'arithmétique
\import{complement/}{complement.tex}
% 15 - Transformée de Fourier discrète
\import{fourier/}{fourier.tex}
%======================================
% Partie 4 - Vivre dans un monde quantique
%======================================
\part{Vivre dans un monde quantique}
% 16 - Cryptographie quantique
\import{crypto/}{crypto.tex}
% 17 - Code correcteur
\import{code/}{code.tex}
% 18 - Avantage quantique
\import{avantage/}{avantage.tex}
\clearemptydoublepage
%======================================
% Postface et index
%======================================
% \import{annexe/}{annexe.tex}
\import{divers/}{postface_livre_quantum.tex}
%\newpage
\vfill
\bigskip
\bigskip
\mycenterline{Version 1.01 -- Avril 2024}
\end{document}