Skip to content

Commit 65a720b

Browse files
committed
[update] readme and changelog
1 parent e3bcddc commit 65a720b

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div align="center">
66

7-
[![Typst Package](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FMc-Zen%2Fquill%2Fv0.7.1%2Ftypst.toml&query=%24.package.version&prefix=v&logo=typst&label=package&color=239DAD)](https://typst.app/universe/package/quill)
7+
[![Typst Package](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FMc-Zen%2Fquill%2Fv0.7.2%2Ftypst.toml&query=%24.package.version&prefix=v&logo=typst&label=package&color=239DAD)](https://typst.app/universe/package/quill)
88
[![Test Status](https://github.com/Mc-Zen/quill/actions/workflows/run_tests.yml/badge.svg)](https://github.com/Mc-Zen/quill/actions/workflows/run_tests.yml)
99
[![MIT License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/Mc-Zen/quill/blob/main/LICENSE)
1010
[![User Manual](https://img.shields.io/badge/manual-.pdf-purple)][guide]
@@ -37,7 +37,7 @@ The function `quantum-circuit()` takes any number of positional gates and works
3737

3838
```typ
3939
#{
40-
import "@preview/quill:0.7.1": *
40+
import "@preview/quill:0.7.2": *
4141
4242
quantum-circuit(
4343
lstick($|0〉$), $H$, ctrl(1), rstick($(|00〉+|11〉)/√2$, n: 2), [\ ],
@@ -76,7 +76,7 @@ This gallery quickly showcases a large selection of possible gates and decoratio
7676
_Tequila_ is a submodule that adds a completely different way of building circuits.
7777

7878
```typ
79-
#import "@preview/quill:0.7.1" as quill: tequila as tq
79+
#import "@preview/quill:0.7.2" as quill: tequila as tq
8080
8181
#quill.quantum-circuit(
8282
..tq.build(
@@ -147,6 +147,11 @@ This package uses [tytanic](https://github.com/tingerrr/tytanic) for running [te
147147

148148
## Changelog
149149

150+
### v0.7.2
151+
- Added a paremter `wire-stroke` to all controlled gates such as `mqgate`, `ctrl`, `targ`, `swap`, and `meter` that gives control over the stroke of the control wire(s).
152+
- Added an optional label to `tequila.measure`.
153+
- Fixed multiple and manually positioned labels with `meter`.
154+
150155
### v0.7.1
151156
- Added the parameter `wires` to `quantum-circuit` that allows defining the number of (qu)bits explicitly. This parameter also accepts an array of wire counts, e.g., `wires: (1,) * qubits + (2,) * clbits` which is useful to avoid having to many `setwire` commands.
152157
- Added a `pass-through` parameter to `mqgate` that enables wires to pass through a multi-qubit gate instead of attaching themselves as in- and outputs.
@@ -236,7 +241,7 @@ Note: Starting with this version, Typst 0.11.0 or higher is required.
236241
Initial Release
237242

238243

239-
[guide]: https://github.com/Mc-Zen/quill/releases/download/v0.7.1/quill-guide.pdf
244+
[guide]: https://github.com/Mc-Zen/quill/releases/download/v0.7.2/quill-guide.pdf
240245
[examples]: https://github.com/Mc-Zen/quill/tree/main/examples
241246
[tidy]: https://github.com/Mc-Zen/tidy
242247
[architecture]: https://github.com/Mc-Zen/quill/blob/main/docs/architecture.md

0 commit comments

Comments
 (0)