From da2c9244ce91dfbf4c0cea2bc405d6366b2e1d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Thu, 19 Mar 2020 09:41:33 +0100 Subject: [PATCH] added conclusion --- thesis/Makefile | 3 ++- thesis/chapters/conclusion.tex | 1 + thesis/main.tex | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 thesis/chapters/conclusion.tex diff --git a/thesis/Makefile b/thesis/Makefile index fa97e0a..f35741b 100644 --- a/thesis/Makefile +++ b/thesis/Makefile @@ -5,7 +5,8 @@ bibtex=bibtex chapters=chapters/introduction.tex \ chapters/quantum_computing.tex \ chapters/stabilizer.tex \ - chapters/implementation.tex + chapters/implementation.tex \ + chapters/conclusion.tex cover=cover.png diff --git a/thesis/chapters/conclusion.tex b/thesis/chapters/conclusion.tex new file mode 100644 index 0000000..4a78ecc --- /dev/null +++ b/thesis/chapters/conclusion.tex @@ -0,0 +1 @@ +\section{Conclusion and Outlook} diff --git a/thesis/main.tex b/thesis/main.tex index 15dc0cb..5aabfa9 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -43,6 +43,7 @@ \include{chapters/quantum_computing} \include{chapters/stabilizer} \include{chapters/implementation} +\include{chapters/conclusion} \bibliographystyle{unsrt} \bibliography{main}{}