Skip to content

Commit

Permalink
Updated code entry from -3pi/2 to -3pi/4 in tutorials/textbook/01_IQP…
Browse files Browse the repository at this point in the history
…E.ipynb (Qiskit#1280)

* updated code entry from -3pi/2 to -3pi/4

* Updated code entry from -3pi/2 to -3pi/4

* added "\n" to the code of the images

* Fix Images built error

Images accidently being run in the file

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Roshan Thomas and mergify[bot] authored May 17, 2022
1 parent 9bd7cc2 commit 66ed393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/textbook/01_IQPE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
"qc.p(-pi/4,0).c_if(c,1)\n",
"\n",
"qc.p(-pi/2,0).c_if(c,2)\n",
"qc.p(-3*pi/2,0).c_if(c,3)\n",
"qc.p(-3*pi/4,0).c_if(c,3)\n",
"\n",
"# c-U operations\n",
"for _ in range(2**(m-3)):\n",
Expand Down

0 comments on commit 66ed393

Please sign in to comment.