File:Qcircuit CY.svg
Summary
| Description | |
| Date | |
| Source | Own work |
| Author | Geek3 |
| SVG development | |
| See also | Y-gate, CX-gate, CZ-gate |
Source code

This media was created with Q-circuit (macro package for drawing quantum circuit diagrams in LaTeX)Category:Images with Q-circuit source code
Here is a listing of the source used to create this file.
Here is a listing of the source used to create this file.
Created in LaTeX using Q-circuit by the following code:
\documentclass[border=10pt]{standalone}
\input{Qcircuit} % available on http://physics.unm.edu/CQuIC/Qcircuit/
\usepackage{graphicx}
\begin{document}
\scalebox{5}{%
\Qcircuit @C=1.4em @R=1.8em {
& \ctrl{1} & \qw \\
& \gate{Y} & \qw
}}
\end{document}
Postprocessed with pdf2svg (Simple PDF to SVG converter using the Poppler and Cairo libraries), Inkscape (free vector graphics editor) and Scour (SVG optimizer/cleaner):
x=Qcircuit_CY;
pdflatex $x.tex;
pdf2svg $x.pdf $x_.svg;
inkscape --verb=EditSelectAll --verb=SelectionUnGroup --verb=FileVacuum --verb=FileSave --verb=FileClose $x_.svg;
scour -i $x_.svg -o $x.svg --renderer-workaround --remove-metadata --enable-id-stripping --create-groups --enable-viewboxing
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
| Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License. |
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
You may select the license of your choice.