-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcnot_elements.tex
48 lines (39 loc) · 1 KB
/
cnot_elements.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
\documentclass[11pt]{article}
\usepackage[top=2.5cm,bottom=2.5cm,right=2.5cm,left=2.5cm]{geometry}
\usepackage{graphicx,float}
\def\C{\rm CNOT}
\title{CNOT scenarios}
\date{}
\begin{document}
\maketitle
The CNOT gates are indexed as follows.
%\begin{table}[H]
%\begin{center}
\begin{tabular}{|c|c|}
\hline
Index & Gate \\
\hline
12 & $\C_{12}$ \\
13 & $\C_{13}$ \\
14 & $\C_{21}$ \\
15 & $\C_{23}$ \\
16 & $\C_{31}$ \\
17 & $\C_{32}$ \\
\hline
\end{tabular}
%\end{center}
%\end{table}
%\vspace{1cm}
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.5]{case1.jpg} \includegraphics[scale=0.5]{case2.jpg}
\includegraphics[scale=0.5]{case3.jpg} \includegraphics[scale=0.5]{case4.jpg}
\vspace{0.5cm}
\includegraphics[scale=0.5]{case5.jpg} \includegraphics[scale=0.5]{case6.jpg}
\vspace{0.5cm}
\includegraphics[scale=0.5]{case7.jpg} \includegraphics[scale=0.5]{case8.jpg}
\caption{For each circuit, the list $C = [\ldots]$ denotes the indices of the gates.}
\label{fit:cnots}
\end{center}
\end{figure}
\end{document}