Skip to content

Commit a0fb4f3

Browse files
committed
unicode
1 parent a5c2e5b commit a0fb4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorcircuit/quditcircuit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _apply_gate(self, *indices: int, name: str, **kwargs: Any) -> None:
119119
or :data:`TWO_BUILDERS` (two-qudit). The registered builder is called with `(d, omega, **kwargs)`
120120
to produce the unitary, which is then applied at the given indices.
121121
122-
:param indices: Qudit indices the gate acts on. One index single-qudit gate; two indices two-qudit gate.
122+
:param indices: Qudit indices the gate acts on. One index -> single-qudit gate; two indices -> two-qudit gate.
123123
:type indices: int
124124
:param name: Gate name registered in the corresponding builder set.
125125
:type name: str

0 commit comments

Comments
 (0)