Skip to content

Commit 127adb3

Browse files
committed
cleanup AddK doc
1 parent f958b26 commit 127adb3

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

qualtran/bloqs/arithmetic/addition.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,7 @@
325325
"\n",
326326
"#### Parameters\n",
327327
" - `dtype`: data type of the input register `x`\n",
328-
" - `k`: The classical integer value to be added to x.\n",
329-
" - `is_controlled`: if True, construct a singly-controlled bloq. \n",
328+
" - `k`: The classical integer value to be added to x. \n",
330329
"\n",
331330
"#### Registers\n",
332331
" - `x`: register of type `self.dtype` \n",

qualtran/bloqs/arithmetic/addition.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ class AddK(Bloq):
403403
Args:
404404
dtype: data type of the input register `x`
405405
k: The classical integer value to be added to x.
406-
is_controlled: if True, construct a singly-controlled bloq.
407406
408407
Registers:
409408
x: register of type `self.dtype`

0 commit comments

Comments
 (0)