forked from Krytic/742Notes2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path742LectureNotes.tex
More file actions
48 lines (42 loc) · 1.15 KB
/
742LectureNotes.tex
File metadata and controls
48 lines (42 loc) · 1.15 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
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{titlesec}
\geometry{margin=1in}
\newcommand{\sectionbreak}{\clearpage}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=blue,
}
\newcommand{\calG}{\mathcal{G}}
\title{Physics 742: \\
Statistical Mechanics \& Condensed Matter\\
Notes from Dion's content - statistical mechanics and complex networks}
\author{Dion O'Neale}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\input{01-thermodynamicsRefresher.tex}
\input{02-probability.tex}
\input{03-statisticalPostulates.tex}
\input{04-hamiltonianPhaseSpace.tex}
\input{05-molecularDynamics.tex}
\input{06-ensembles.tex}
\input{07-quantumStatistics.tex}
\input{08-complexNetworks.tex}
\section{Student notes on Liouville's theorem - assignment one}
\input{liouville/juliettesoule.tex}
\input{liouville/hamishjelleyman}
\input{liouville/LillianGuo.tex}
\input{liouville/seanrichards.tex}
\input{liouville/eliaspaknejad.tex}
\input{liouville/dianayu.tex}
\input{liouville/ryanstickland.tex}
\end{document}