Skip to content

Commit 183b830

Browse files
committed
fix notebook
1 parent 127adb3 commit 183b830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qualtran/bloqs/bookkeeping/bookkeeping.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@
11351135
"class BloqWithComputeUncomputePair(Bloq):\n",
11361136
" @property\n",
11371137
" def signature(self):\n",
1138-
" return Signature.build(a=1, b=1)\n",
1138+
" return Signature.build(a=1, b=1, q=1)\n",
11391139
"\n",
11401140
" def build_composite_bloq(self, bb, a, b, q):\n",
11411141
" (a, b), c = bb.add(Always(And()), ctrl=[a, b])\n",

0 commit comments

Comments
 (0)