-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
121 lines (98 loc) · 3.76 KB
/
thesis.tex
File metadata and controls
121 lines (98 loc) · 3.76 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
%input macros (i.e. write your own macros file called MacroFile1.tex)
%\include{Macros/MacroFile1}
\documentclass[oneside,12pt]{Classes/CUEDthesisPSnPDF}
\renewcommand\lstlistingname{Code}
\ifpdf
\pdfinfo { /Title (MSci Report)
/Creator (Thomas William Rogers)
/Producer (Thomas William Rogers)
/Author (Thomas William Rogers thomas.rogers08@imperial.ac.uk@imperial.ac.uk)
/CreationDate (D:20030101000000) %format D:YYYYMMDDhhmmss
/ModDate (D:20030815213532)
/Subject (Density Matrix Quantum Monte Carlo)
/Keywords (MSci, Thesis)}
\pdfcatalog { /PageMode (/UseOutlines)
/OpenAction (fitbh) }
\fi
\title{Density Matrix \\[1ex]
Quantum Monte Carlo}
\ifpdf
\author{\href{mailto:thomas.rogers08@imperial.ac.uk}{Thomas William Rogers}}
\collegeordept{\href{http://www3.imperial.ac.uk/physics}{Department of Physics}}
\university{\href{http://www3.imperial.ac.uk}{Imperial College London}}
% insert below the file name that contains the crest in-place of 'UnivShield'
\crest{\includegraphics[width=40mm]{UnivShield}}
\else
\author{Thomas William Rogers}
\collegeordept{Department of Physics}
\university{Imperial College London}
% insert below the file name that contains the crest in-place of 'UnivShield'
\crest{\includegraphics[bb = 0 0 292 336, width=30mm]{UnivShield}}
\fi
%
% insert below the file name that contains the crest in-place of 'UnivShield'
% \crest{\IncludeGraphicsW{UnivShield}{40mm}{14 14 73 81}}
%
\renewcommand{\submittedtext}{MSci Project Report}
\degree{{\small Supervisors: Prof. Matthew Foulkes \& Dr. James Spencer \\
Assessor: Dr. Alex Thom}}
\degreedate{}
% turn of those nasty overfull and underfull hboxes
\hbadness=10000
\hfuzz=50pt
% Put all the style files you want in the directory StyleFiles and usepackage like this:
%\usepackage{StyleFiles/watermark}
% Comment out the next line to get single spacing
\onehalfspacing
\begin{document}
%\language{english}
% A page with the abstract on including title and author etc may be
% required to be handed in separately. If this is not so, then comment
% the below 3 lines (between '\begin{abstractseparte}' and
% 'end{abstractseparate}'), normally like a declaration ... needs some more
% work, mind as environment abstracts creates a new page!
% \begin{abstractseparate}
% \input{Abstract/abstract}
% \end{abstractseparate}
% Using the watermark package which is in StyleFiles/
% and to remove DRAFT COPY ONLY appearing on the top of all pages comment out below line
%\watermark{DRAFT COPY ONLY}
\maketitle
%set the number of sectioning levels that get number and appear in the contents
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\frontmatter % book mode only
%\include{Dedication/dedication}
\include{Acknowledgement/acknowledgement}
\include{Abstract/abstract}
\pagenumbering{roman}
\makeatletter
\@starttoc{toc}
\makeatother
\listoffigures
%{\RaggedRight
%\printnomenclature %% Print the nomenclature
%}
%\addcontentsline{toc}{chapter}{Acronyms}
\mainmatter % book mode only
\include{Introduction/introduction}
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
\include{Conclusions/conclusions}
\backmatter % book mode only
\begin{singlespace}
\begin{footnotesize}
\bibliographystyle{Classes/apsrev4-1}
%\bibliographystyle{Classes/CUEDbiblio}
%\bibliographystyle{Classes/jmb}
%\bibliographystyle{Classes/jmb} % bibliography style
\renewcommand{\bibname}{References} % changes default name Bibliography to References
\bibliography{References/FCIQMC_MSci_2011_2012,References/misc} % References file
\end{footnotesize}
\end{singlespace}
\appendix
\include{Appendix1/appendix1}
\include{Appendix2/appendix2}
\include{Appendix3/appendix2}
\end{document}