diff --git a/thesis/Makefile b/thesis/Makefile index 7b7f45f..fa97e0a 100644 --- a/thesis/Makefile +++ b/thesis/Makefile @@ -4,7 +4,8 @@ bibtex=bibtex chapters=chapters/introduction.tex \ chapters/quantum_computing.tex \ - chapters/stabilizer.tex + chapters/stabilizer.tex \ + chapters/implementation.tex cover=cover.png diff --git a/thesis/chapters/implementation.tex b/thesis/chapters/implementation.tex new file mode 100644 index 0000000..f286ddb --- /dev/null +++ b/thesis/chapters/implementation.tex @@ -0,0 +1 @@ +\section{Implementation} diff --git a/thesis/main.tex b/thesis/main.tex index 8b0f673..1f58129 100644 --- a/thesis/main.tex +++ b/thesis/main.tex @@ -37,6 +37,7 @@ \include{chapters/introduction} \include{chapters/quantum_computing} \include{chapters/stabilizer} +\include{chapters/implementation} \bibliographystyle{unsrt} \bibliography{main}{}