Skip to content

Commit 9cab9ac

Browse files
Fixing pre-commit hooks
1 parent d7500ef commit 9cab9ac

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tutorials/basic_tutorials/modeling/modeling_quantum_types_and_variables.ipynb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,13 @@
399399
"outputs": [],
400400
"source": [
401401
"from classiq import *\n",
402+
"\n",
403+
"\n",
402404
"@qfunc\n",
403-
"def number_superposition(x:QArray):\n",
404-
" # Your code here\n",
405-
" \n",
405+
"def number_superposition(x: QArray):\n",
406+
" # Your code here (remove pass)\n",
407+
" pass\n",
408+
"\n",
406409
"\n",
407410
"@qfunc\n",
408411
"def main(x: Output[QNum[3, True, 0]]):\n",

0 commit comments

Comments
 (0)