File:Deutsch-Jozsa Algorithm.svg
Description | A diagram of the quantum circuit used in the Deutsch-Jozsa Algorithm |
Date | |
Source | Own work |
Author | Skippydo |
Can be created via LaTeX code using Q-circuit:
\documentclass[11pt]{article}
\input{Qcircuit}
\thispagestyle{empty}
\begin{document}
\begin{align*}
\Qcircuit @C=1em @R=.7em {
\lstick{\ket{0}} & /^n \qw & \gate{H^{\otimes n}} & \multigate{1}{U_f} & \gate{H^{\otimes n}} & \meter & \cw \\
\lstick{\ket{1}} & \qw & \gate{H} & \ghost{U_f} & \qw
}
\end{align*}
\end{document}
![]() |
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law. |