2024-01-27 13:16:52 -08:00
|
|
|
% Copyright (C) 2023 <Mark (mark@betalupi.com)>
|
|
|
|
%
|
|
|
|
% This program is free software: you can redistribute it and/or modify
|
|
|
|
% it under the terms of the GNU General Public License as published by
|
|
|
|
% the Free Software Foundation, either version 3 of the License, or
|
|
|
|
% (at your option) any later version.
|
|
|
|
%
|
|
|
|
% You may have received a copy of the GNU General Public License
|
|
|
|
% along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
%
|
|
|
|
%
|
|
|
|
%
|
|
|
|
% If you edit this, please give credit!
|
|
|
|
% Quality handouts take time to make.
|
|
|
|
|
|
|
|
% use the [nosolutions] flag to hide solutions,
|
|
|
|
% use the [solutions] flag to show solutions.
|
|
|
|
\documentclass[
|
|
|
|
solutions,
|
2024-02-07 11:26:40 -08:00
|
|
|
singlenumbering
|
2024-01-27 13:16:52 -08:00
|
|
|
]{../../resources/ormc_handout}
|
|
|
|
\usepackage{../../resources/macros}
|
|
|
|
|
|
|
|
\def\ket#1{\left|#1\right\rangle}
|
|
|
|
\def\bra#1{\left\langle#1\right|}
|
|
|
|
|
|
|
|
\usepackage{units}
|
|
|
|
\input{tikzset}
|
|
|
|
|
|
|
|
|
|
|
|
\uptitlel{Advanced 2}
|
|
|
|
\uptitler{Winter 2022}
|
2024-02-10 21:05:38 -08:00
|
|
|
\title{Intro to Quantum Computing I}
|
2024-01-27 13:16:52 -08:00
|
|
|
\subtitle{Prepared by \githref{Mark} on \today{}}
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
2024-02-10 21:05:38 -08:00
|
|
|
\input{parts/00 vectors}
|
|
|
|
\input{parts/01 bits}
|
|
|
|
\input{parts/02 two bits}
|
|
|
|
\input{parts/03 half a qubit}
|
|
|
|
\input{parts/04 two halves}
|
|
|
|
\input{parts/05 logic gates}
|
|
|
|
\input{parts/06 quantum gates}
|
2024-01-31 09:23:08 -08:00
|
|
|
|
2024-02-07 11:26:40 -08:00
|
|
|
%\section{Superdense Coding}
|
|
|
|
%TODO
|
|
|
|
%\vfill
|
|
|
|
%\pagebreak
|
2024-02-06 16:49:40 -08:00
|
|
|
|
2024-02-07 11:26:40 -08:00
|
|
|
%\section{Quantum Error Correction}
|
|
|
|
%TODO: no cloning theorem, bit flip code
|
|
|
|
%\vfill
|
|
|
|
%\pagebreak
|
2024-02-06 16:49:40 -08:00
|
|
|
|
|
|
|
|
2024-02-07 11:26:40 -08:00
|
|
|
%\section{Quantum Teleportation}
|
|
|
|
%TODO
|
|
|
|
%\vfill
|
|
|
|
%\pagebreak
|
2024-02-06 16:49:40 -08:00
|
|
|
|
2024-02-07 11:26:40 -08:00
|
|
|
%\section{One Real Qubit}
|
|
|
|
% No problems, appendix.
|
|
|
|
% bloch sphere, etc.
|
2024-02-06 16:49:40 -08:00
|
|
|
|
|
|
|
|
2024-02-07 11:26:40 -08:00
|
|
|
\end{document}
|