File:Qcircuit Pphi.svg

Summary

Description
English: Quantum circuit diagram of an arbitrary phase shift gate P(φ). The gate matrix is .
Date
Source Own work
Author Geek3
SVG development
InfoField
Source code
InfoField
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 {
	& \gate{P(\varphi)} & \qw
}}
\end{document}
Postprocessing with pdf2svg, Inkscape and Scour:
x=Qcircuit_Pphi;
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 license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 4.0 International 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.
Category:CC-BY-4.0#Qcircuit%20Pphi.svg
Category:Self-published work Category:Quantum circuit Category:Images with LaTeX source code
Category:CC-BY-4.0 Category:Images with LaTeX source code Category:Quantum circuit Category:Self-published work Category:Valid SVG created with Other tools code