Skip to content

Commit 96db428

Browse files
committed
[replace] times.circle with times.dot
times.circle has been deprecated in Typst 0.14 in favor of times.dot
1 parent 12c50c4 commit 96db428

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/fault-tolerant-toffoli1.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fill-wires: false,
55
lstick($|0〉$), $H$, ctrl(3), 5, $X$, ctrl(2), rstick($|x〉$), [\ ],
66
lstick($|0〉$), $H$, 1, ctrl(3), 3, $X$, 1, ctrl(), rstick($|y〉$), [\ ],
7-
lstick($|0〉$), 3, targ(), 1, $Z$, 2, targ(), rstick($|z plus.circle x y〉$), [\ ],
7+
lstick($|0〉$), 3, targ(), 1, $Z$, 2, targ(), rstick($|z plus.o x y〉$), [\ ],
88
lstick($|x〉$), 1, targ(), 5, meter(target: -3), [\ ],
99
lstick($|y〉$), 2, targ(), 3, meter(target: -3), [\ ],
1010
lstick($|z〉$), 3, ctrl(-3), $H$, meter(target: -3)

examples/fault-tolerant-toffoli2.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
lstick($|0〉$), $H$, ctrl(), 1, ctrl(3), 2, $Z$, $X$, 2, group(2, 1),
1010
ctrl(1), rstick($|y〉$), [\ ],
1111
lstick($|0〉$), 1, targ(), 2, targ(), 1, mqgate($Z$, target: -1, wire-count: 2), 1,
12-
targ(fill: auto), 1, targ(fill: auto), rstick($|z plus.circle x y〉$), [\ ],
12+
targ(fill: auto), 1, targ(fill: auto), rstick($|z plus.o x y〉$), [\ ],
1313
lstick($|x〉$), 2, targ(), 6, meter(target: -3), setwire(2), ctrl(-1, wire-count: 2), [\ ],
1414
lstick($|y〉$), 3, targ(), 3, meter(target: -3), setwire(2), ctrl(-2, wire-count: 2), [\ ],
1515
lstick($|z〉$), 4, ctrl(-3), $H$, meter(target: -3)

tests/gates/inputs-and-outputs/test.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
),
1010
outputs: (
1111
(qubit: 0, n: 2, label: $x$),
12-
(qubit: 2, label: $y plus.circle f(x)$)
12+
(qubit: 2, label: $y plus.o f(x)$)
1313
),
1414
), 1, [\ ], 3, [\ ], 3
1515
)

0 commit comments

Comments
 (0)