2022-10-13 19:57:54 +00:00
|
|
|
|
\documentclass[11pt]{report}
|
|
|
|
|
\usepackage[a4paper, total={6in, 8in}]{geometry}
|
|
|
|
|
\usepackage{amsmath, amssymb, amstext, esint}
|
|
|
|
|
\usepackage{amsthm, stackrel, xifthen, mathtools, graphicx}
|
|
|
|
|
\usepackage[makeroom]{cancel}
|
|
|
|
|
\usepackage[dvipsnames]{xcolor}
|
|
|
|
|
\usepackage{hyperref, bbm}
|
|
|
|
|
\usepackage[nameinlink]{cleveref}
|
|
|
|
|
\usepackage{enumerate, subcaption, minitoc}
|
|
|
|
|
\usepackage[shortlabels]{enumitem}
|
|
|
|
|
\usepackage{multicol}
|
|
|
|
|
\usepackage{tikz, pgfplots}
|
|
|
|
|
\usepackage{kbordermatrix}
|
|
|
|
|
\usepackage{fancyhdr}
|
2022-10-13 23:28:13 +00:00
|
|
|
|
\usepackage[most]{tcolorbox}
|
2022-10-13 19:57:54 +00:00
|
|
|
|
\usepackage{pdfpages}
|
|
|
|
|
\usepackage[arrowdel]{physics}
|
|
|
|
|
\usetikzlibrary{calc,trees,decorations.markings,positioning,arrows,fit,shapes,angles,patterns}
|
|
|
|
|
\DeclareDocumentCommand\vnabla{}{\vectorarrow{\nabla}}
|
|
|
|
|
|
|
|
|
|
\graphicspath{assets}
|
|
|
|
|
|
|
|
|
|
\usepackage{color}
|
|
|
|
|
\usepackage{hyperref}
|
|
|
|
|
\hypersetup{
|
|
|
|
|
colorlinks,
|
|
|
|
|
citecolor=black,
|
|
|
|
|
filecolor=black,
|
|
|
|
|
linkcolor=black,
|
|
|
|
|
urlcolor=black
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
\newcommand{\see}[2]{\hyperref[#2]{#1}}
|
|
|
|
|
|
|
|
|
|
\usepackage[
|
|
|
|
|
type={CC},
|
|
|
|
|
modifier={by-sa},
|
|
|
|
|
version={4.0},
|
|
|
|
|
]{doclicense}
|
|
|
|
|
|
2022-10-13 23:28:13 +00:00
|
|
|
|
\tcbset{colback=yellow!10!white, colframe=red!50!black,
|
|
|
|
|
highlight math style= {enhanced, %<-- needed for the ’remember’ options
|
|
|
|
|
colframe=red,colback=red!10!white,boxsep=0pt}
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-13 19:57:54 +00:00
|
|
|
|
\usepackage{subfiles}
|
|
|
|
|
|
2022-10-13 23:28:13 +00:00
|
|
|
|
\DeclareMathOperator{\const}{const}
|
|
|
|
|
|
|
|
|
|
\newcommand{\energy}[1]{E_{\text{#1}}}
|
|
|
|
|
\newcommand{\ekin}{\energy{kin}}
|
|
|
|
|
\newcommand{\epot}{\energy{pot}}
|
|
|
|
|
|
|
|
|
|
\renewcommand{\vec}{\vb*}
|
|
|
|
|
\renewcommand{\laplacian}{\Delta}
|
|
|
|
|
|
2022-10-13 19:57:54 +00:00
|
|
|
|
\begin{document}
|
|
|
|
|
\begin{titlepage}
|
|
|
|
|
\begin{center}
|
|
|
|
|
\vspace*{5cm}
|
|
|
|
|
\Huge{Quantum-, Molecular-, and Solid State Physics}\\[1cm]
|
|
|
|
|
\Large{\href{https://www.github.com/Lauchmelder23/quantumphysics}{https://www.github.com/Lauchmelder23/quantumphysics}}\\
|
|
|
|
|
\normalsize{\today} \\[7,5cm]
|
|
|
|
|
\end{center}
|
|
|
|
|
\doclicenseThis
|
|
|
|
|
\end{titlepage}
|
|
|
|
|
|
|
|
|
|
\dominitoc
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
|
|
\hypersetup{
|
|
|
|
|
colorlinks,
|
|
|
|
|
citecolor=black,
|
|
|
|
|
filecolor=black,
|
|
|
|
|
linkcolor=RoyalBlue,
|
|
|
|
|
urlcolor=black
|
|
|
|
|
}
|
|
|
|
|
|
2022-10-13 23:28:13 +00:00
|
|
|
|
\subfile{chapters/fundamentals/fundamentals.tex}
|
|
|
|
|
|
2022-10-13 19:57:54 +00:00
|
|
|
|
\pagestyle{headings}
|
|
|
|
|
|
|
|
|
|
\end{document}
|