2025-02-13 13:33:35 -08:00

39 lines
897 B
TeX
Executable File

% use the [nosolutions] flag to hide solutions,
% use the [solutions] flag to show solutions.
\documentclass[
solutions,
singlenumbering
]{../../../../lib/tex/ormc_handout}
\usepackage{../../../../lib/tex/macros}
\usepackage{units}
\input{tikzset}
\uptitlel{Advanced 2}
\uptitler{\smallurl{}}
\title{Intro to Quantum Computing}
\subtitle{Prepared by Mark on \today{}}
\def\ket#1{\left|#1\right\rangle}
\def\bra#1{\left\langle#1\right|}
% TODO: spend more time on probabalastic bits.
% This could even be its own handout, especially
% for younger classes!
% Why are qubits amplitudes instead of probabilities?
% (Asher question)
\begin{document}
\maketitle
\input{parts/01 bits}
\input{parts/02 qubit}
\input{parts/03 two qubits}
\input{parts/04 logic gates}
\input{parts/05 quantum gates}
\input{parts/06 hxh}
\input{parts/07 superdense}
\input{parts/08 teleport}
\end{document}