-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0_researchnotes.tex
381 lines (321 loc) · 11.2 KB
/
0_researchnotes.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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0_researchnotes.tex %
% by: David A. Clarke %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt]{book}
\usepackage{silence}
\WarningFilter{latex}{Float too large for page}
% Normal preamble stuff.
\usepackage[title]{appendix}
\usepackage{mathtools,tensor,physics,slashed,textcomp}
\usepackage[version=4]{mhchem} % version is to suppress an annoying warning
\usepackage{microtype} % should help with hyphenation
\usepackage{xcolor,feynmf,subcaption} % stuff for feynman diagrams
% davitex and required packages
\usepackage{amsmath,amssymb,graphicx,multirow,tabularx}
\usepackage{davitex}
% I do not want to use this in general; I was just too lazy to make the
% replacements when porting code over.
\newcommand{\ct}{c_{\theta}}
\newcommand{\st}{s_{\theta}}
\definecolor{linkTeal}{RGB}{70,156,133}
% If you click on citations or equation references, you will be take
% to the corresponding page.
\usepackage{hyperref}
\pdfminorversion=7
\hypersetup{
colorlinks=true,
linkcolor=linkTeal,
citecolor=linkTeal,
urlcolor=blue,
}
% Put references at the end of each chapter, directly after the
% end of the chapter, call them "References" instead of
% "Bibliography", and use numbers with square brackets.
\usepackage{url,natbib,chapterbib}
\let\oldbibliography\bibliography
\renewcommand{\bibliography}[1]{{%
\let\chapter\section%
\oldbibliography{#1}}}
\renewcommand\bibname{References}
\setcitestyle{numbers,square}
% Make index and let it appear in table of contents.
\usepackage{makeidx}
\makeindex
\usepackage[totoc]{idxlayout}
% Prevent hyphenation.
\setlength\parindent{15pt}
\overfullrule=2cm
% Theorems and stuff.
\usepackage{amsthm}
\usepackage[many]{tcolorbox}
\tcbuselibrary{theorems}
\newtcbtheorem[number within=section]{theorem}{Theorem}{%
breakable,
enhanced,
before skip=10pt,
colback=green!5,
colframe=green!35!black,
fonttitle=\bfseries}{thm}
\newtcbtheorem[number within=section]{proposition}{Proposition}{%
breakable,
enhanced,
before skip=10pt,
colback=green!5,
colframe=green!35!black,
fonttitle=\bfseries}{prp}
\newtcbtheorem[number within=section]{lemma}{Lemma}{%
breakable,
enhanced,
before skip=10pt,
colback=green!5,
colframe=green!35!black,
fonttitle=\bfseries}{lem}
\newtcbtheorem[number within=section]{corollary}{Corollary}{%
breakable,
enhanced,
before skip=10pt,
colback=green!5,
colframe=green!35!black,
fonttitle=\bfseries}{cor}
\newtcbtheorem[number within=section]{example}{Example}{%
breakable,
enhanced,
before skip=10pt,
colback=blue!5,
colframe=blue!35!black,
fonttitle=\bfseries}{cor}
\theoremstyle{definition}
\newtheorem*{defn}{Definition}
% Some environments for some front matter.
\newenvironment{frontstuff}
{\centering\chapter*{}}
{\clearpage}
\newenvironment{listofabbrev}
{\chapter*{List of Abbreviations}}
{\clearpage}
% Feynman rule references
\definecolor{light}{gray}{.85}
\newcommand{\F}[1]{\colorbox{light}{{F}{#1}}}
% Note that book class by default is formatted to be printed back-to-back.
\title{\bf Lattice Research Notes}
\author{David Clarke}
\begin{document}
\frontmatter % roman page no., suppress chapter
\maketitle % print title page
\begin{frontstuff} % ----------------------------------------------- FRONT STUFF
\section*{Logic Symbols}
\begin{tabular}{ll}
$\exists$ & There exists \\
$\forall$ & For all \\
$\wedge$ & Logical and; wedge product \\
$\lor$ & Logical or \\
$\neg$ & Logical negation \\
$\in$ & Is a member of the set \\
$\subseteq$ & Is a subset of \\
$\subset$ & Is a proper subset of \\
\end{tabular}
\clearpage
\section*{Math Symbols}
\begin{tabular}{ll}
$\leq$ & Less than or equal to; is a subgroup of\\
$\approx$ & Approximate equality \\
$\cong$ & Isomorphic\\
$\equiv$ & Is defined as; modular congruency \\
$\sim$ & Equivalence relation \\
$\simeq$ & Asymptotic equality \\
$\propto$ & Is proportional to \\
$\mathbb{C}$ & Complex numbers \\
$\pr{X}$ & Probability of event $X$ \\
$\co_x$ & $\cos(x)$ \\
$\oplus$ & Direct sum; relativistic velocity addition \\
$\otimes$ & Direct product \\
$\log$ & Natural logarithm \\
$\mathbb{N}$ & Natural numbers \\
$\mathcal{O}$ & Big O notation; topology on a set \\
$\mathbb{Q}$ & Rational numbers \\
$q$ & Gaussian or Student difference test; goodness-of-fit \\
$\mathbb{R}$ & Real numbers \\
$\s_x$ & $\sin(x)$ \\
$\SU(N)$ & Special unitary group of degree $N$ \\
$\U(N)$ & Unitary group of degree $N$ \\
O$(N)$ & Orthogonal group of dimension $N$ \\
$S_V$ & Symmetric group on the set $V$ \\
$\tauint$ & Integrated autocorrelation time \\
$\wedge$ & Logical and; wedge product \\
$\mathbb{Z}$ & Integers \\
$\mathbb{Z}_n$ & Integers modulo $n$ \\
$G$ & A group; Newton's gravitational constant\\
$g$ & A group element; $\SU(N_c)$ bare coupling\\
\end{tabular}
\clearpage
\section*{Physics Symbols}
\begin{tabular}{ll}
$a$ & Lattice spacing \\
$\beta$ & $\SU(N_c)$ coupling constant; beta function; critical exponent \\
$\chi_O$ & Susceptibility of observable $O$\\
$c$ & Speed of light\\
$G$ & A group; Newton's gravitational constant\\
$g$ & A group element; $\SU(N_c)$ bare coupling\\
$\hbar$ & Planck's constant \\
$k_B$ & Boltzmann's constant \\
$N_c$ & Number of colors \\
$N_f$ & Number of fermion flavors \\
$N_s$ & Lattice extension in a spatial direction \\
$N_\tau$ & Lattice extension in temperature/Euclidean time direction\\
$\sigma$ & String tension\\
$\sigma_i$ & A Pauli matrix\\
$T_c$ & Critical temperature\\
$u_0$ & Tadpole factor\\
\end{tabular}
\clearpage
\section*{Abbreviations}
\begin{tabular}{ll}
BC & Boundary condition \\
CW & Clockwise \\
CCW & Counterclockwise\\
CDF & Cumulative distribution function \\
CLT & Central limit theorem\\
CW & Clockwise\\
EM & Electromagnetic\\
FLOP & Floating point operation\\
HB & Heat bath\\
HISQ & Highly improved staggered quarks\\
HMC & Hybrid Monte Carlo\\
HRG & Hadron resonance gas\\
HVP & Hadronic vacuum polarization\\
LFT & Lattice field theory\\
LGT & Lattice gauge theory\\
LQCD & Lattice QCD\\
LHS & Left hand side\\
LLN & Law of large numbers\\
MCMC & Markov chain Monte Carlo\\
MCOR & Monte Carlo plus over-relaxation \\
MPI & Message passing interface \\
OOP & Object-oriented programming \\
OR & Over-relaxation \\
PDF & Probability distribution function \\
QCD & Quantum chromodynamics \\
QFT & Quantum field theory \\
QM & Quantum mechanics \\
RG & Renormalization group \\
RHS & Right hand side \\
RNG & Random number generator \\
SM & Standard Model \\
SSB & Spontaneous symmetry breaking\\
SVD & Singular value decomposition\\
UV & Ultraviolet \\
VP & Vacuum polarization \\
WLOG & Without loss of generality
\end{tabular}
\clearpage
\section*{Constants in Various Unit Systems}
\index{units!SI}\index{units!Gaussian}
\begin{tabularx}{\linewidth}{LlLll}
& {\it SI} && {\it Gaussian}&\\
\vspace{2mm}\\
$\hbar$ & $1.05457\times 10^{-34}$ & [J\,s]
& & \\
$k_B$ & $1.38065\times 10^{-23}$ & [J\,K$^{-1}$]
& & \\
$c$ & $2.99792\times 10^8$ & [m\,s$^{-1}$]
& & \\
$e$ & $1.60218\times 10^{-19}$ & [C]
& $4.80321\times 10^{-10}$ & [esu]\\
$G$ & $6.674\times 10^{-11}$ & [m$^3$kg$^{-1}$s$^{-2}$]
& & \\
$m_e$ & $9.10938\times 10^{-31}$ & [kg]
& & \\
$m_p$ & $1.67262\times 10^{-27}$ & [kg]
& & \\
\end{tabularx}
\clearpage
\end{frontstuff} % ----------------------------------------------------- PREFACE
\chapter{Acknowledgements}
I would like to start off by thanking some people with whom discussions
have influenced the material in these notes in one way or another.
These people are
D. Bollweg,
P. Boyle,
H. Dick,
L. Dini,
A. X. El-Khadra,
G. Gagliardi,
J. Goswami,
O. Kaczmarek,
F. Karsch,
A. Kronfeld,
S. Lahert,
A. Lahiri,
L. Mendoza,
Q. Mabanta,
L. Mazur,
E. Neil,
L. Reina,
H. Roch,
H. Sandmeyer,
M. Sarkar,
A. Sciarra,
C. Schmidt,
P. Scior,
M. Semaan,
S. Sharma,
S. Singh,
and
A. Yunesi.
Hopefully I haven't missed anyone.
Next, I would like to give thanks to G. Endr\"odi whose lattice seminar
has helped me learn many aspects of lattice QCD in an accessible way while
providing a forum for judgement-free and open discussion.
Finally I want to especially thank B. Berg, who took my desire to be a
physicist seriously and has continually been a patient advocate for me,
and C. DeTar, who besides being extremely knowledgable and enthusiastic about
science, is perhaps the most empathetic physicist I've ever worked with.
\chapter{Preface}
This ``book" is a collection of research notes that I made while researching in
physics. The first chapters are dedicated to mainly mathematics, and the last
chapters are dedicated to mainly physics, with an aim toward lattice field
theory.
Throughout the book, particularly in the math sections, I have set aside
Propositions, Lemmas, and Theorems, which usually contain proofs.
In a somewhat arbitrary and
subjective way, I have mostly used the proof environment as a way to encapsulate
a fact that I deem particularly important along with its argument.
In some cases, these proofs are fully rigorous, while in other cases, they are
rather a proof sketch,
containing the most salient points of an argument.
Attached at the end are also some appendices.
\apref{ap:spec_math} includes some special topics in mathematics
that, while sometimes useful for a physicist, do not really fit in one of
the mathematics chapters at the beginning.
Later appendices are for topics in physics that I found interesting but are
not particularly relevant to my research.
I may eventually want
to develop some sections of these appendices into full chapters.
\tableofcontents % print table of contents
\mainmatter % arabic page no., include chapter
% These are the chapters of the book.
\include{ch_algebra}
\include{ch_complex_analysis}
%\include{ch_differential_geometry}
\include{ch_probability_and_statistics}
\include{ch_computer}
\include{ch_statistical_physics}
\include{ch_RG}
\include{ch_QFT}
\include{ch_LGT_prelim}
\include{ch_LFT_fermions}
\include{ch_LFT_improved}
\include{ch_LFT_MCMC}
\include{ch_LFT_realPhysics}
% Here are the appendices.
\begin{appendices}
\include{ap_spec_math}
\include{ap_spec_neutrino}
\include{ap_spec_higgs}
\include{ap_spec_SM}
%\include{ap_spec_cosmology}
\include{ap_spec_bell}
\end{appendices}
\printindex
\end{document}