SPINS 1 template
Autor
Erin De Pree
Last Updated
hace 4 años
License
Creative Commons CC BY 4.0
Resumen
Template for Quantum (Fall 2020) students to start using tables (with the tabularx package) in their write ups.
Template for Quantum (Fall 2020) students to start using tables (with the tabularx package) in their write ups.
\documentclass[12pt]{article}
\usepackage{depreequantum}
\begin{document}
\title{SPINS Lab 1}
\author{Quantum Mechanics}
\date{Fall 2020}
\maketitle
\section*{Table templates}
\vspace{1in}
\renewcommand{\arraystretch}{2}
\begin{tabularx}{\textwidth}{|c|C{1}|C{1}|C{1}|C{1}|C{1}|C{1}|}
\hline
$\abs{\braket{\text{out}}{\text{in}}}^2$ & $\ket{+}$ & $\ket{-}$ & $\ket{+}_x$ & $\ket{-}_x$ & $\ket{+}_y$ & $\ket{-}_y$ \\ \hline
$\bra{+}$ &&&&&& \\ \hline
$\bra{-}$ &&&&&& \\ \hline
$\bra{+}_x$ &&&&&& \\ \hline
$\bra{-}_x$ &&&&&& \\ \hline
$\bra{+}_y$ &&&&&& \\ \hline
$\bra{-}_y$ &&&&&& \\ \hline
\end{tabularx}
\renewcommand{\arraystretch}{1.7}
\begin{tabularx}{\textwidth}{|c|C{1}|C{1}|C{1}|C{1}|}
\hline
\# atoms ($M$) & 10 & 100 & 1000 & 10000 \\ \hline
& 7 &&& \\ \cline{2-5}
& 5 &&& \\ \cline{2-5}
& 5 &&& \\ \cline{2-5}
& 8 &&& \\ \cline{2-5}
Data & 5 &&& \\ \cline{2-5}
($N=10$) & 4 &&& \\ \cline{2-5}
& 8 &&& \\ \cline{2-5}
& 2 &&& \\ \cline{2-5}
& 7 &&& \\ \cline{2-5}
& 8 &&& \\ \hline
$\overline{x}$ & 5.90 &&& \\ \hline
$s$ & $2.02$ &&& \\ \hline
$\sigma_m$ & $0.64$ &&& \\ \hline
$\mathcal{P}$ & $0.590$ &&& \\ \hline
$\sigma_\mathcal{P}$ & $0.064$ &&& \\ \hline
$\sigma_\mathcal{P}/\mathcal{P}$ & $0.11$ &&& \\ \hline
\end{tabularx}
\newpage
\end{document}