texlive[60420] Master/texmf-dist: yquant (4sep21)

commits+karl at tug.org commits+karl at tug.org
Sat Sep 4 22:16:26 CEST 2021


Revision: 60420
          http://tug.org/svn/texlive?view=revision&revision=60420
Author:   karl
Date:     2021-09-04 22:16:25 +0200 (Sat, 04 Sep 2021)
Log Message:
-----------
yquant (4sep21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/yquant/README.md
    trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf
    trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex
    trunk/Master/texmf-dist/tex/latex/yquant/yquant-config.tex
    trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty

Modified: trunk/Master/texmf-dist/doc/latex/yquant/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yquant/README.md	2021-09-04 02:19:52 UTC (rev 60419)
+++ trunk/Master/texmf-dist/doc/latex/yquant/README.md	2021-09-04 20:16:25 UTC (rev 60420)
@@ -15,10 +15,10 @@
 - ![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 @@
 ```
 
 ### 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 @@
 ```
 
 ### 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 @@
 ```
 
 ### 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 @@
 ```
 
 ### 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 @@
 ```
 
 ### 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}

Modified: trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex	2021-09-04 02:19:52 UTC (rev 60419)
+++ trunk/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex	2021-09-04 20:16:25 UTC (rev 60420)
@@ -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

Modified: trunk/Master/texmf-dist/tex/latex/yquant/yquant-config.tex
===================================================================
--- trunk/Master/texmf-dist/tex/latex/yquant/yquant-config.tex	2021-09-04 02:19:52 UTC (rev 60419)
+++ trunk/Master/texmf-dist/tex/latex/yquant/yquant-config.tex	2021-09-04 20:16:25 UTC (rev 60420)
@@ -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},%

Modified: trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty	2021-09-04 02:19:52 UTC (rev 60419)
+++ trunk/Master/texmf-dist/tex/latex/yquant/yquant.sty	2021-09-04 20:16:25 UTC (rev 60420)
@@ -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]



More information about the tex-live-commits mailing list.