You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cirq-ft/cirq_ft/algos/apply_gate_to_lth_target.ipynb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@
69
69
"`selection`-th qubit of `target` all controlled by the `control` register.\n",
70
70
"\n",
71
71
"#### Parameters\n",
72
-
" - `selection_regs`: Indexing `select` registers of type `SelectionRegisters`. It also contains information about the iteration length of each selection register.\n",
72
+
" - `selection_regs`: Indexing `select` registers of type Tuple[`SelectionRegister`, ...]. It also contains information about the iteration length of each selection register.\n",
73
73
" - `nth_gate`: A function mapping the composite selection index to a single-qubit gate.\n",
74
74
" - `control_regs`: Control registers for constructing a controlled version of the gate.\n"
0 commit comments