Quantum circuit composition
Autor/Urheber:
Self
Attribution:
Das Bild ist mit 'Attribution Required' markiert, aber es wurden keine Informationen über die Attribution bereitgestellt. Vermutlich wurde bei Verwendung des MediaWiki-Templates für die CC-BY Lizenzen der Parameter für die Attribution weggelassen. Autoren und Urheber finden für die korrekte Verwendung der Templates hier ein Beispiel.
Shortlink:
Quelle:
Größe:
198 x 159 Pixel (41830 Bytes)
Beschreibung:
Quantum circuit composition
Lizenz:
Credit:
Created in LaTeX using Q-circuit by the following code:
\documentclass[11pt]{article}
\input{Qcircuit}
\thispagestyle{empty}
\begin{document}
\begin{align*}
\Qcircuit @C=1em @R=.3em {
& \multigate{4}{\ } & \multigate{4}{U} & \multigate{1}{\ } & \qw & \multigate{1}{\ } & \qw\\
& \ghost{\ } & \ghost{U} & \ghost{\ } & \qw & \ghost{\ } & \qw\\
& \ghost{\ } & \ghost{U} & \multigate{2}{\ } & \multigate{6}{W} & \multigate{6}{\ } & \qw\\
& \ghost{\ } & \ghost{U} & \ghost{\ } & \ghost{W} & \ghost{\ } & \qw\\
& \ghost{\ } & \ghost{U} & \ghost{\ } & \ghost{W} & \ghost{\ } & \qw\\
& \multigate{3}{\ } & \qw & \multigate{3}{\ } & \ghost{W} & \ghost{\ } & \qw\\
& \ghost{\ } & \qw & \ghost{\ } & \ghost{W} & \ghost{\ } & \qw\\
& \ghost{\ } & \qw & \ghost{\ } & \ghost{W} & \ghost{\ } & \qw\\
& \ghost{\ } & \qw & \ghost{\ } & \ghost{W} & \ghost{\ } & \qw \gategroup{1}{3}{9}{5}{.5em}{--}\\
}
\end{align*}
\end{document}
Relevante Artikel
QuantenschaltungMit Quantenschaltung wird in der Quanteninformatik ein abstraktes Modell für Quantencomputer bezeichnet. Die darin stattfindende Berechnung ist eine Folge von Quantengattern, welche reversible Transformationen auf dem quantenmechanischen Gegenstück eines n-Bit Registers durchführt. Dieses Register wird hier n-Qubit genannt. .. weiterlesen