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
Rename cirq_ft.Registers to cirq_ft.Signature to match data types in Qualtran (#6300)
* Rename cirq_ft.Registers to cirq_ft.Signature to match data types in Qualtran
* Fix coverage tests
---------
Co-authored-by: Fionn Malone <[email protected]>
Copy file name to clipboardExpand all lines: cirq-ft/cirq_ft/algos/apply_gate_to_lth_target.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,9 @@
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 Tuple[`SelectionRegister`, ...]. It also contains information about the iteration length of each selection register.\n",
72
+
" - `selection_regs`: Indexing `select` signature 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
-
" - `control_regs`: Control registers for constructing a controlled version of the gate.\n"
74
+
" - `control_regs`: Control signature for constructing a controlled version of the gate.\n"
0 commit comments