Skip to content

Commit

Permalink
small fix of image in LCU
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gitter authored and Adamg-classiq committed Jan 28, 2025
1 parent de58e3f commit 0ddd80c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@
"id": "24bce818",
"metadata": {},
"source": [
"<div style=\"text-align:center;\">\n",
" <img src=\"https://docs.classiq.io/resources/LCU_circuit_new_visual_fin.png\">\n",
"</div>"
"<center>\n",
"<div style=\"text-align:center;\">\n",
" <img src=\"https://docs.classiq.io/resources/LCU_circuit_new_visual_fin.png\" alt=\"LCU_blocks\" border=\"0\">\n",
"</div>\n",
"</center>"
]
},
{
Expand All @@ -90,7 +92,7 @@
"\n",
"\n",
"<details markdown>\n",
"<summary markdown>How does the Within-Apply function work?</summary>\n",
"<summary markdown> How does the Within-Apply function work?</summary>\n",
"\n",
"The Within-Apply maps unitary operations of the kind $V = U^{-1}WU$ into the quantum circuit, given $U$ and $W$. \n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.11.7"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit 0ddd80c

Please sign in to comment.