From e9190b8fc54447b7c83db2757bc4d89ce050e48f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 4 Sep 2021 20:16:25 +0000 Subject: yquant (4sep21) git-svn-id: svn://tug.org/texlive/trunk@60420 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/yquant/README.md | 14 +++++++------- Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf | Bin 711688 -> 712093 bytes Master/texmf-dist/doc/latex/yquant/yquant-doc.tex | 5 ++++- .../texmf-dist/tex/latex/yquant/yquant-config.tex | 2 +- Master/texmf-dist/tex/latex/yquant/yquant.sty | 2 +- 5 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Master/texmf-dist/doc/latex/yquant/README.md b/Master/texmf-dist/doc/latex/yquant/README.md index e8f39e3df0c..724ab32711e 100644 --- a/Master/texmf-dist/doc/latex/yquant/README.md +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf b/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf index 29379b0f776..baca7da540f 100644 Binary files a/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf and b/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf differ diff --git a/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex b/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex index 218aabcbb76..b6c5e3057f9 100644 --- a/Master/texmf-dist/doc/latex/yquant/yquant-doc.tex +++ b/Master/texmf-dist/doc/latex/yquant/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/Master/texmf-dist/tex/latex/yquant/yquant-config.tex b/Master/texmf-dist/tex/latex/yquant/yquant-config.tex index 64979953eeb..a2d5a8fc9e5 100644 --- a/Master/texmf-dist/tex/latex/yquant/yquant-config.tex +++ b/Master/texmf-dist/tex/latex/yquant/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/Master/texmf-dist/tex/latex/yquant/yquant.sty b/Master/texmf-dist/tex/latex/yquant/yquant.sty index e10d86a2871..a3bda686b8d 100644 --- a/Master/texmf-dist/tex/latex/yquant/yquant.sty +++ b/Master/texmf-dist/tex/latex/yquant/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] -- cgit v1.2.3