summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/yquant/README.md14
-rw-r--r--Master/texmf-dist/doc/latex/yquant/yquant-doc.pdfbin711688 -> 712093 bytes
-rw-r--r--Master/texmf-dist/doc/latex/yquant/yquant-doc.tex5
3 files changed, 11 insertions, 8 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
--- a/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf
+++ b/Master/texmf-dist/doc/latex/yquant/yquant-doc.pdf
Binary files 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