-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquantumComputing.tex
52 lines (50 loc) · 1.27 KB
/
quantumComputing.tex
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
\documentclass[10pt]{report}
\usepackage[a4paper,width=150mm,top=25mm,bottom=25mm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage{hyperref}
\usepackage{graphicx}
\usepackage{braket}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{csquotes}
\usepackage{listings}
\lstset{frame=single}
\graphicspath{ {images/} }
\author{Zamboni Marco}
\date{19 Giugno 2018}
\title{{Computer e Computazione Quantistica}\\
{\large Liceo Scientifico G.Galilei}}
\usepackage{fancyhdr}
\fancypagestyle{plain}{%
\fancyhf{}%
\cfoot{Zamboni Marco}%
\rfoot{\thepage}%
\lfoot{\thesubsection}%
\renewcommand{\headrulewidth}{0pt}% Line at the header invisible
}
\pagestyle{fancy}
\fancyhf{}
\rfoot{\thepage}
\cfoot{Zamboni Marco}
\lfoot{\thesubsection}
\rhead{\leftmark}
\begin{document}
\input{titolo}
\tableofcontents
\chapter{Introduzione}
\input{chapters/introduzione}
\chapter{Cenni di meccanica quantistica}
\input{chapters/meccanicaQuantistica}
\chapter{Bit e Qubit}
\input{chapters/bitQubit}
\chapter{Porte logiche}
\input{chapters/gates}
\chapter{Algoritmi e complessità}
\input{chapters/algoritmi}
\chapter{Quantum supremacy e applicazione di computer quantistici}
\input{chapters/supremacy}
\appendix
\chapter{Appendice}
\input{chapters/appendice}
\end{document}