-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
355 lines (283 loc) · 10.4 KB
/
main.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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
\documentclass[12pt, letterpaper, twoside]{article}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{bbm}
% For bold face mathcal
\DeclareMathAlphabet\mathbfcal{OMS}{cmsy}{b}{n}
\usepackage{tabularx,booktabs}
\usepackage{multirow}
\usepackage{todonotes}
\usepackage{enumitem}
%\usepackage{lipsum}
\usepackage{fancyhdr}
%\usepackage{layout}
\usepackage{lettrine}
\usepackage[explicit]{titlesec}
\usepackage{watermark}
\usepackage{color}
\usepackage[final]{pdfpages}
\usepackage{setspace}
\usepackage[sort, numbers, compress]{natbib}
\bibliographystyle{snp/biblio_style} % custom style see README.md for more info
\usepackage[nottoc]{tocbibind}
\usepackage{doi}
\usepackage{hyperref}
\usepackage[demo,abs]{overpic}
\newcommand{\igwithlabel}[3]{\begin{overpic}
[#2]{#3}
\put(5,10){\small #1}
\end{overpic}}
\usepackage{caption}
\captionsetup{margin=10pt,font={small, stretch=1.12}, labelfont=bf}
\usepackage{enumitem}
\setlist{nosep, label={\roman*)}, leftmargin=36pt, labelwidth=15pt, align=left, labelsep=3pt}
\numberwithin{equation}{section}
\numberwithin{figure}{section}
\numberwithin{table}{section}
%%%%%%%%%%%%%%%%%%%%%%%%
% FONT SELECTION
%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[math,light]{iwona}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
%%%%%%%%%%%%%%%%%%%%%%%%
% DEFINE COLORS
%%%%%%%%%%%%%%%%%%%%%%%%
\definecolor{grey}{rgb}{0.5,0.5,0.5}
\definecolor{l-grey}{rgb}{0.8,0.8,0.8}
\definecolor{withe}{rgb}{1,1,1}
\definecolor{black}{rgb}{0,0,0}
%%% COLORS IN IMAGES
% ALPHA -> 0.6
% light red -> ffcdb1ff
% light blue -> b1e3ffff
% light yellow -> fffeb1ff
%%%%%%%%%%%%%%%%%%%%%%%%
% PAGE LAYOUT
%%%%%%%%%%%%%%%%%%%%%%%%
% Paper Width 614pt
% Text fill symemetric 604pt
% Paper Height 794pt
\setlength{\voffset}{-0.5in}
\setlength{\hoffset}{-1in}
\setlength{\oddsidemargin}{75pt}
\setlength{\evensidemargin}{45pt}
\setlength{\topmargin}{0in}
\setlength{\headheight}{15pt}
\setlength{\headsep}{20pt}
\setlength{\marginparwidth}{0in}
\setlength{\marginparsep}{0in}
\setlength{\textheight}{635pt}
\setlength{\textwidth}{494pt}
\setlength{\footskip}{50pt}
\renewcommand{\baselinestretch}{1.25}
\setlength{\parskip}{5pt}
%%%%%%%%%%%%%%%%%%%%%%%%
% TITLES LAYOUT
%%%%%%%%%%%%%%%%%%%%%%%%
\input{snp/nonumberSection.tex}
\newcommand{\sectionbreak}{\cleardoublepage}
%%%%%%%%%%%%%%%%%%
% NEW SECTIONING
\newcommand{\subsubsubsection}[1]{\begin{center}
\textit{#1}
\end{center}}
%%%%%%%%%%%%%%%%%%
\newcommand{\quotes}[2]{
\vspace{-60pt}
\begin{minipage}{0.96\textwidth}
\setstretch{1.0}
\begin{flushright}
{\it "#2"}
#1
\end{flushright}
\end{minipage}
\vspace{29pt}
}
%%%%%%%%%%%%%%%%%%%%%%%%
% MATH OPERATORS AND
% CUSTOM ENVIRONMENTS
%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareMathOperator{\tr}{tr}
\DeclareMathOperator{\cov}{cov}
\newcommand{\ket}[1]{\ensuremath{\vert{#1}\rangle}}
\newcommand{\ketw}[1]{\ensuremath{\vert{\widetilde{#1}}\rangle}}
\newcommand{\bra}[1]{\ensuremath{\langle{#1}\vert}}
\newcommand{\braw}[1]{\ensuremath{\langle{\widetilde{#1}}\vert}}
\newcommand{\braket}[2]{\ensuremath{\langle{#1}\vert{#2}\rangle}}
\newcommand{\braopket}[3]{\ensuremath{\bra{#1}{#2}\ket{#3}}}
\newcommand{\brawopket}[3]{\ensuremath{\braw{#1}{#2}\ket{#3}}}
\newcommand{\braopketw}[3]{\ensuremath{\bra{#1}{#2}\ketw{#3}}}
\newcommand{\brawopketw}[3]{\ensuremath{\braw{#1}{#2}\ketw{#3}}}
\newcommand{\ketbra}[2]{\ensuremath{\vert{#1}\rangle{\!}\langle{#2}\vert}}
\newcommand{\ketopbra}[3]{\ensuremath{\vert{#1}\rangle{#2}\langle{#3}\vert}}
\newcommand{\expect}[1]{\ensuremath{\langle{#1}\rangle}}
\newcommand{\varian}[1]{\ensuremath{(\Delta #1 )^2}}
\newcommand{\varinv}[1]{\ensuremath{(\Delta #1 )^{-2}}}
\newcommand{\ver}[2]{\ensuremath{\genfrac{}{}{0pt}{}{#1}{#2}}}
\newcommand{\trsub}[2]{\ensuremath{\Tr_{#1} \lcua #2 \rcua }}
\newcommand{\bs}[1]{\ensuremath{\boldsymbol{#1}}}
\newcommand{\dicke}[1]{\ensuremath{\textnormal{D}_{#1}}}
\newcommand{\bound}[1]{\ensuremath{\mathcal{B}_{\, #1 }}}
\newcommand{\coss}[1]{\ensuremath{\text{c}_{ #1 }}}
\newcommand{\sins}[1]{\ensuremath{\text{s}_{ #1 }}}
\newcommand{\tans}[1]{\ensuremath{\text{t}_{ #1 }}}
\newcommand{\abbrln}[2]{#1 & - & #2 \\}
\newcommand{\qfif}[1]{\qfi[{\textstyle #1}]}
\def\be{\begin{equation}}
\def\ee{\end{equation}}
\def\mtxid{\mathbbm{1}}
\def\lpar{\left(}
\def\rpar{\right)}
\def\lcua{\left[}
\def\rcua{\right]}
\def\lcor{\left\{}
\def\rcor{\right\}}
\def\lang{\left\langle}
\def\rang{\right\rangle}
\def\nnnl{\nonumber\\}
\def\nnnlq{\nonumber\\ && \quad}
\def\nnnlqq{\nonumber\\ && \qquad}
\def\nnnlqqq{\nonumber\\ && \quad\qquad}
\def\qfi{\mathcal{F}_{\textnormal{Q}}}
\def\ghz{\textnormal{GHZ}}
\def\prob{\text{Pr}}
\def\defeq{:=}
% UNITS
%%%%%%%%
\def\db{\textnormal{dB}}
%%%%%%%%%%%%%%%%%%%%%%%%
% DOCUMENT
%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\fancyhead{}
\fancyfoot{}
%%%%%%%%%%%%%%%%%%%%%%%%
% TITLE PAGE
%%%%%%%%%%%%%%%%%%%%%%%%
\includepdf[pages=-, offset=72 -36]{img/0-cover.pdf}
\cleardoublepage
\vspace*{150pt}
\begin{center}
\Huge
Lower Bounds
\vspace{20pt}
on
\vspace{20pt}
Quantum Metrological Precision
\end{center}
\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%
% EDITION TIPS
%%%%%%%%%%%%%%%%%%%%%%%%
\begin{center}
Fisika Teorikoa eta Zientziaren Historia Saila\break
Euskal Herriko Unibertsitatea (UPV/EHU)\break
P. O. Box 644, 48080 Bilbao, Spain
\vspace{10pt}
Department of Theoretical Physics\break
University of the Basque Country (UPV/EHU)\break
P. O. Box 644, 48080 Bilbao, Spain
\vspace{10pt}
\textit{The source code of this work is publicly available at}\break
\href{https://gitlab.com/i-apellaniz/PhD_Thesis}
{https://gitlab.com/i-apellaniz/PhD\_Thesis}
\vspace{10pt}
\textit{A PDF copy of this work can be found at}\break
\href{https://gitlab.com/i-apellaniz/PhD_Thesis}
{https://gitlab.com/i-apellaniz/PhD\_Thesis}
\end{center}
\vfill
\begin{flushleft}
\noindent
This document was generated with the 2016 \LaTeX~distribution\break
The plots and figures of this thesis were generated with Matplotlib,\break
and then edited in Inkscape and Blender
\vspace{15pt}
\noindent
\includegraphics[height=20pt]{img/0-CreativeCommons-by-sa.png}\break
2012-2017 Iagoba Apellaniz.
This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
To view a copy of this license, visit\break
\href{http://creativecommons.org/licenses/by-sa/4.0/deed.en_US}
{http://creativecommons.org/licenses/by-sa/4.0/deed.en\_US}
\end{flushleft}
\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%
% PROLOGE, PUBLICATIONS,
% CONTENTS, ABBREBIATIONS
%%%%%%%%%%%%%%%%%%%%%%%%
\input{00-0-prologe.tex}
\input{00-1-laburpena.tex}
\input{00-2-publications.tex}
\input{00-3-toc.tex}
%%%%%%%%%%%%%%%%%%%%%%%%
% THESIS
%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
\pagenumbering{arabic}
\fancyfoot{}
\input{snp/title.tex}
\cleardoublepage
\setcounter{page}{1}
%%%%%%%%%%%%%%%%%%%%%%%%
% DEDICATION PAGE
%%%%%%%%%%%%%%%%%%%%%%%%
\vspace*{100pt}
\begin{center}
\emph{To my parents, my family}
\emph{and to all the people}
\emph{I have had around those years.}
\end{center}
\cleardoublepage
\fancyfoot[LE,RO]{\thepage}
\addcontentsline{toc}{section}{Acknowledgments}
\section*{Acknowledgments}
\lettrine[lines=2, findent=3pt,nindent=0pt]{I}{}would like to thank the people that has supported me in this endeavor.
Especially, I want to acknowledge my office and discussion mates, Giuseppe Vitagliano and Iñigo Urizar-Lanz as well as Phillip Hyllus, Matthias Kleinmann and Zoltán Zimborás.
A special thank to my director Géza Tóth for all the support, without whom my work at hand would not be possible.
I would also like to thank more people from the department I belong to at the University of the Basque Country, the Department of Theoretical Physics and the History of Science.
I appreciate the effort done by people like Iñigo L. Egusquiza in promoting the Ph.D. program of the Department of Theoretical Physics, which has successfully formed plenty of researchers now pursuing cutting edge research projects world wide.
I would also like to acknowledge the Ph.D. students, named at the end, from different departments for the friendly atmosphere I could enjoy working here at \emph{our} university.
I have been visiting several research groups during these years as well as attending to different conferences and workshops, here and there.
First, I would like to thank the TQO group at the University of Siegen as a whole, specially with whom I have collaborated, Sanah Altenburg, Sabine Wölk and Otfried Gühne.
Second, I would also like to thank the QSTAR group at the University of Florence, particularly Manuel Gessner, Luca Pezz\'e and Augusto Smerzi for inspiring discussions.
And finally, I would like to thank the people with whom I also discussed and collaborated but have not had the chance to visit them, like Micha{\l} Oszmaniec, Jan Kolodynski, Morgan W. Mitchell and Antonio Acín from ICFO in Barcelona, and Bernd L\"ucke, Jan Peise, and Carsten Klempt from the University of Leibniz in Hannover.
I take this opportunity to cheer all the rest I have in mind right now: Constantino, Roberta, Tobias, Frank, Roope, Nikolai, Mariami, Felix, Christina, Ali, Daniela, Marius, Jannik and Tristan which I met them in Siegen; Roberto, Fabian, Victor and Marco from Firenze; and last but not least Mikel, Pablo, Julen, Iraultza, Joanes, Jon, Laura, Peio, Borja, Sofia, Ariadna, Urtxi, Iñigo, Iker, Jo\~ao, Mattin, Olatz, Kepa, Carlos, Naiara, Diego, Unai, Paul, Maria, Irene, Raul, Lluc, Montse and Santi, from Bilbao.
I see us like the components of an $N$-dimensional vector, each one with its own direction, and at the same time pointing together as one!
Thank you guys for the nice and comfortable atmosphere!
\cleardoublepage
%%%%%%%%%%%%%%%%%%%%%%%%
% HEADINGS AND PAGE NUM.
%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\headrulewidth}{0.5pt}
\fancyfoot[LE,RO]{\thepage}
\fancyhead[LE]{\rightmark}
\fancyhead[RO]{\leftmark}
%%%%%%%%%%%%%%%%%%%%%%%%
% REDEFINE TITLE FORMAT
%%%%%%%%%%%%%%%%%%%%%%%%
\input{snp/fancySection.tex}
\input{01-introduction.tex}
\input{02-background.tex}
\input{03-vicinity.tex}
\input{04-legendre.tex}
\input{05-gradient.tex}
\input{06-conclusions.tex}
%%%%%%%%%%%%%%%%%%%%%%%%
% REDEFINE TITLE FORMAT
%%%%%%%%%%%%%%%%%%%%%%%%
\input{snp/nonumberSection.tex}
\fancyhead[RO]{APPENDICES}
\appendix
\input{appendix.tex}
\cleardoublepage
\fancyhead[RO]{\leftmark}
\bibliography{biblio}
\end{document}