CI-F12/Manuscript/Tikz/2_2_22.tikz

38 lines
480 B
Plaintext
Raw Permalink Normal View History

2019-11-28 18:30:29 +01:00
\begin{tikzpicture}
\input{Electrons.tikz}
% Det |I>
\renewcommand{\XX}{\XI}
\cabs{
\emp{\XX}{2.5}
\emp{\XX}{2.0}
}
\emp{\XX}{1.5}
\emp{\XX}{1.0}
2019-11-29 12:00:14 +01:00
\updnab{\XX}{0.5}
2019-11-28 18:30:29 +01:00
\updn{\XX}{0.}
% Det |alpha>
\renewcommand{\XX}{\XA}
\cabs{
2019-11-29 12:00:14 +01:00
\emp{\XX}{2.5}
\updnab{\XX}{2.0}
2019-11-28 18:30:29 +01:00
}
\emp{\XX}{1.5}
\emp{\XX}{1.0}
\emp{\XX}{0.5}
\updn{\XX}{0.}
% Det |J>
\renewcommand{\XX}{\XJ}
\cabs{
\emp{\XX}{2.5}
\emp{\XX}{2.0}
}
2019-11-29 12:00:14 +01:00
\emp{\XX}{1.5}
\updnab{\XX}{1.0}
2019-11-28 18:30:29 +01:00
\emp{\XX}{0.5}
\updn{\XX}{0.}
2019-11-29 12:00:14 +01:00
\end{tikzpicture}