summaryrefslogtreecommitdiff
path: root/graphics/pgf
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-05 03:01:31 +0000
committerNorbert Preining <norbert@preining.info>2021-09-05 03:01:31 +0000
commitb1acf2edfe185dad0e33c76ffd94306f1e4530fe (patch)
tree90716c6f05f89f4430a3057d4410a00c63b1ee62 /graphics/pgf
parentf569b5dc84d8ea85a85d7e92a9bd54142e0b778e (diff)
CTAN sync 202109050301
Diffstat (limited to 'graphics/pgf')
-rw-r--r--graphics/pgf/contrib/yquant/README.md14
-rw-r--r--graphics/pgf/contrib/yquant/doc/yquant-doc.pdfbin711688 -> 712093 bytes
-rw-r--r--graphics/pgf/contrib/yquant/doc/yquant-doc.tex5
-rw-r--r--graphics/pgf/contrib/yquant/tex/yquant-config.tex2
-rw-r--r--graphics/pgf/contrib/yquant/tex/yquant.sty2
5 files changed, 13 insertions, 10 deletions
diff --git a/graphics/pgf/contrib/yquant/README.md b/graphics/pgf/contrib/yquant/README.md
index e8f39e3df0..724ab32711 100644
--- a/graphics/pgf/contrib/yquant/README.md
+++ b/graphics/pgf/contrib/yquant/README.md
@@ -15,10 +15,10 @@ Support the development:
- ![Ethereum](https://img.shields.io/badge/donate-ETH-blue.svg?style=flat) 0xE0F774221290b1E41ea62c2dd9af5dbD3df7c685
## Examples
-Many more examples and explanations can be found in the [PDF version](doc/latex/yquant/yquant-doc.pdf) of this Readme.
+Many more examples and explanations can be found in the [PDF version](https://github.com/projekter/yquant/blob/master/doc/latex/yquant/yquant-doc.pdf) of this Readme.
### Simple teleportation circuit
-![ex-01.png](markdown/ex-01.png)
+![ex-01.png](https://github.com/projekter/yquant/blob/master/markdown/ex-01.png)
```LaTeX
\begin{tikzpicture}
\begin{yquant}
@@ -37,7 +37,7 @@ Many more examples and explanations can be found in the [PDF version](doc/latex/
```
### Three-qubit phase estimation circuit with QFT and controlled-U
-![ex-02.png](markdown/ex-02.png)
+![ex-02.png](https://github.com/projekter/yquant/blob/master/markdown/ex-02.png)
```LaTeX
\begin{tikzpicture}
\begin{yquant}
@@ -60,7 +60,7 @@ Many more examples and explanations can be found in the [PDF version](doc/latex/
```
### Three-qubit FT QEC circuit with syndrome measurement
-![ex-03.png](markdown/ex-03.png)
+![ex-03.png](https://github.com/projekter/yquant/blob/master/markdown/ex-03.png)
```LaTeX
\begin{tikzpicture}
\begin{yquant}
@@ -95,7 +95,7 @@ Many more examples and explanations can be found in the [PDF version](doc/latex/
```
### Error correction
-![ex-04.png](markdown/ex-04.png)
+![ex-04.png](https://github.com/projekter/yquant/blob/master/markdown/ex-04.png)
```LaTeX
% \usetikzlibrary{quotes}
\begin{tikzpicture}
@@ -127,7 +127,7 @@ Many more examples and explanations can be found in the [PDF version](doc/latex/
```
### Lots of controls
-![ex-05.png](markdown/ex-05.png)
+![ex-05.png](https://github.com/projekter/yquant/blob/master/markdown/ex-05.png)
```LaTeX
\begin{tikzpicture}
\begin{yquant*}
@@ -143,7 +143,7 @@ Many more examples and explanations can be found in the [PDF version](doc/latex/
```
### Circuit equations
-![ex-06.png](markdown/ex-06.png)
+![ex-06.png](https://github.com/projekter/yquant/blob/master/markdown/ex-06.png)
```LaTeX
% \useyquantlanguage{groups}
\begin{tikzpicture}
diff --git a/graphics/pgf/contrib/yquant/doc/yquant-doc.pdf b/graphics/pgf/contrib/yquant/doc/yquant-doc.pdf
index 29379b0f77..baca7da540 100644
--- a/graphics/pgf/contrib/yquant/doc/yquant-doc.pdf
+++ b/graphics/pgf/contrib/yquant/doc/yquant-doc.pdf
Binary files differ
diff --git a/graphics/pgf/contrib/yquant/doc/yquant-doc.tex b/graphics/pgf/contrib/yquant/doc/yquant-doc.tex
index 218aabcbb7..b6c5e3057f 100644
--- a/graphics/pgf/contrib/yquant/doc/yquant-doc.tex
+++ b/graphics/pgf/contrib/yquant/doc/yquant-doc.tex
@@ -217,7 +217,7 @@
This document outlines the scope and usage of the \Yquant{} package.
It contains both a reference and a huge number of examples.
\Yquant{} is a package that makes typesetting quantum circuits easy; the package is available on CTAN.
- This beta version~0.5 \emph{should} be stable and interfaces are not very likely to change in an incompatible way in the future.
+ This beta version~0.5.1 \emph{should} be stable and interfaces are not very likely to change in an incompatible way in the future.
\compat{New in 0.4}Sometimes, backwards\hyp incompatible changes are required or advisable, in which case a compatibility setting will allow to revert back to the old behavior (rather, to maximize compatibility, this is an opt\hyp in setting: unless you choose the new behavior, you will get the old one).
Please do report all issues and desirable additions on \href{https://github.com/projekter/yquant/issues}{GitHub}.
@@ -3577,5 +3577,8 @@ $=$
Bugfix: Properly handle the \texttt{direct control} feature if it was specified, but not used until the end of the (sub)circuit. \\
Introduce name mangling options for subcircuits. \\
Implement \href{https://github.com/projekter/yquant/issues/11}{\#11}: Circuit equations. As of this version, the \pkg{groups} language is available that allows to easily implement circuit equations.
+
+ \subsection*{2021-09-04: Version 0.5.1}
+ Bugfix: The \gate{xx} gate style was not made available since version~0.4-alpha.
%END_FOLD
\end{document} \ No newline at end of file
diff --git a/graphics/pgf/contrib/yquant/tex/yquant-config.tex b/graphics/pgf/contrib/yquant/tex/yquant-config.tex
index 64979953ee..a2d5a8fc9e 100644
--- a/graphics/pgf/contrib/yquant/tex/yquant-config.tex
+++ b/graphics/pgf/contrib/yquant/tex/yquant-config.tex
@@ -235,7 +235,7 @@
operators/every swap/.style=%
{shape=yquant-swap, radius=.75mm, draw},%
operators/every wave/.style=%
- {shape=yquant-circle, radius=.5mm, fill}%
+ {shape=yquant-circle, radius=.5mm, fill},%
% every x is implicitly defined during gate declaration
operators/every xx/.style=%
{shape=yquant-rectangle, radius=.75mm, draw},%
diff --git a/graphics/pgf/contrib/yquant/tex/yquant.sty b/graphics/pgf/contrib/yquant/tex/yquant.sty
index e10d86a287..a3bda686b8 100644
--- a/graphics/pgf/contrib/yquant/tex/yquant.sty
+++ b/graphics/pgf/contrib/yquant/tex/yquant.sty
@@ -15,7 +15,7 @@
%
% The Current Maintainer of this work is Benjamin Desef.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{yquant}[2021/08/17 v0.5 Yet another quantum circuit library for LaTeX]
+\ProvidesPackage{yquant}[2021/09/04 v0.5.1 Yet another quantum circuit library for LaTeX]
\RequirePackage{etoolbox}[2018/02/11]
\RequirePackage{tikz}[2015/08/29]