mirror of https://github.com/Qiskit/qiskit.git
15 lines
714 B
TeX
15 lines
714 B
TeX
\documentclass[border=2px]{standalone}
|
|
|
|
\usepackage[braket, qm]{qcircuit}
|
|
\usepackage{graphicx}
|
|
|
|
\begin{document}
|
|
\scalebox{1.0}{
|
|
\Qcircuit @C=1.0em @R=0.2em @!R { \\
|
|
\nghost{{q}_{0} : } & \lstick{{q}_{0} : } & \gate{\mathrm{X}} & \ctrl{1} & \ctrl{1} & \ctrlo{1} & \ctrl{1} & \qw & \qw\\
|
|
\nghost{{q}_{1} : } & \lstick{{q}_{1} : } & \qw & \targ & \ctrl{1} & \targ & \ctrlo{1} & \qw & \qw\\
|
|
\nghost{{q}_{2} : } & \lstick{{q}_{2} : } & \qw & \qw & \targ & \ctrlo{-1} & \ctrl{2} & \qw & \qw\\
|
|
\nghost{{q}_{3} : } & \lstick{{q}_{3} : } & \qw & \qw & \qw & \ctrl{-1} & \qw & \qw & \qw\\
|
|
\nghost{{q}_{4} : } & \lstick{{q}_{4} : } & \qw & \qw & \qw & \qw & \targ & \qw & \qw\\
|
|
\\ }}
|
|
\end{document} |