Hack for auto-builder
This commit is contained in:
parent
afd98956b0
commit
71b9c70511
29
Advanced/Introduction to Quantum/main.tex
Executable file
29
Advanced/Introduction to Quantum/main.tex
Executable file
@ -0,0 +1,29 @@
|
|||||||
|
\documentclass[
|
||||||
|
solutions,
|
||||||
|
singlenumbering
|
||||||
|
]{../../resources/ormc_handout}
|
||||||
|
\usepackage{../../resources/macros}
|
||||||
|
\usepackage{units}
|
||||||
|
\input{src/tikzset}
|
||||||
|
|
||||||
|
\uptitlel{Advanced 2}
|
||||||
|
\uptitler{Winter 2024}
|
||||||
|
\title{Intro to Quantum Computing}
|
||||||
|
\subtitle{Prepared by \githref{Mark} on \today{}}
|
||||||
|
|
||||||
|
\def\ket#1{\left|#1\right\rangle}
|
||||||
|
\def\bra#1{\left\langle#1\right|}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
|
\input{src/parts/01 bits}
|
||||||
|
\input{src/parts/02 qubit}
|
||||||
|
\input{src/parts/03 two qubits}
|
||||||
|
\input{src/parts/04 logic gates}
|
||||||
|
\input{src/parts/05 quantum gates}
|
||||||
|
\input{src/parts/06 hxh}
|
||||||
|
\input{src/parts/07 superdense}
|
||||||
|
\input{src/parts/08 teleport}
|
||||||
|
\end{document}
|
Loading…
x
Reference in New Issue
Block a user