summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/quantikz/quantikz.sty
blob: be72bcd7ab6e4427340b5704fffea7c6eeeca7a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
%This is the quantikz library for typesetting quantum circuits using LaTeX/Tikz. version 0.9.6
% Written by Alastair Kay, 2018. Published under a CC-BY-4.0 licence
% Please email me (alastair.kay@rhul.ac.uk) with any bug reports or feature requests.
% If you find this library useful, please cite its usage in your work, using arXiv:1809.03842, and possibly the DOI: 10.17637/rh.7000520.
% Usage is at your own risk.

\ProvidesPackage{quantikz}[2020/04/27 typeset quantum circuit diagrams]
\RequirePackage{tikz}[2013/12/13] % pgf version 3.0.0 required
\usetikzlibrary{quantikz}

\endinput