bachelor_thesis/thesis/main.tex

46 lines
1.0 KiB
TeX
Raw Normal View History

2020-01-22 14:35:47 +00:00
\documentclass[a4paper,12pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{amssymb, amsthm}
\usepackage{setspace}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{enumerate}
\usepackage{physics}
\usepackage{listings}
%\usepackage{struktex}
\usepackage{qcircuit}
2020-03-02 11:28:40 +00:00
\usepackage{adjustbox}
2020-01-22 14:35:47 +00:00
\geometry{left=2.5cm,right=2.5cm,top=2.5cm,bottom=2.5cm}
\newtheorem{definition}{Definition}
\newtheorem{postulate}{Postulate}
\newtheorem{corrolary}{Corrolary}
\newtheorem{lemma}{Lemma}
\newtheorem{theorem}{Theorem}
\numberwithin{equation}{section}
2020-02-01 09:27:51 +00:00
2020-01-22 14:35:47 +00:00
\title{An Efficient Quantum Computing Simulator using a Graphical Description for Many-Qbit Systems}
\author{Daniel Knüttel}
\date{10.04.2020}
\begin{document}
\maketitle
2020-02-11 09:12:39 +00:00
\includegraphics[width=\textwidth]{cover.png}
2020-01-22 14:35:47 +00:00
%\frontmatter
2020-02-01 09:27:51 +00:00
\newpage
2020-01-22 14:35:47 +00:00
\tableofcontents
\include{chapters/introduction}
\include{chapters/quantum_computing}
\include{chapters/stabilizer}
2020-02-25 10:20:57 +00:00
\include{chapters/implementation}
2020-01-22 14:35:47 +00:00
\bibliographystyle{unsrt}
\bibliography{main}{}
\end{document}