We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AddK
1 parent f958b26 commit 127adb3Copy full SHA for 127adb3
2 files changed
qualtran/bloqs/arithmetic/addition.ipynb
@@ -325,8 +325,7 @@
325
"\n",
326
"#### Parameters\n",
327
" - `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",
+ " - `k`: The classical integer value to be added to x. \n",
330
331
"#### Registers\n",
332
" - `x`: register of type `self.dtype` \n",
qualtran/bloqs/arithmetic/addition.py
@@ -403,7 +403,6 @@ class AddK(Bloq):
403
Args:
404
dtype: data type of the input register `x`
405
k: The classical integer value to be added to x.
406
- is_controlled: if True, construct a singly-controlled bloq.
407
408
Registers:
409
x: register of type `self.dtype`
0 commit comments