Skip to content

Commit

Permalink
nothing changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gitter authored and Adam Gitter committed Dec 3, 2024
1 parent 31d46b4 commit 4e6f6ed
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
]
},
{
"cell_type": "markdown",
"id": "8b6d94f8beaa75d",
"metadata": {},
"cell_type": "markdown",
"source": [
"The overall implementation consists of three functional building blocks followed by a measurement step, as illustrated in the scheme below:\n",
"<div style=\"text-align:center;\">\n",
" <img src=\"https://docs.classiq.io/resources/hadamard_new_blocks.png\" alt=\"hadamard_test_blocks\" border=\"0\">\n",
"</div>\n"
]
],
"id": "147da155aa39d68e"
},
{
"cell_type": "markdown",
Expand All @@ -45,15 +45,14 @@
]
},
{
"cell_type": "markdown",
"id": "543cb434-6e87-422a-acce-b9044bcd1200",
"metadata": {},
"source": []
"cell_type": "markdown",
"source": "",
"id": "1e2f444765f86a7"
},
{
"cell_type": "markdown",
"id": "bc1cb78c-f300-4267-8d59-495bb9010fa4",
"metadata": {},
"cell_type": "markdown",
"source": [
"In this tutorial, we will implement a Hadamard test for the Quantum Fourier Transform (QFT) unitary $U_{QFT}$ ([read more](https://docs.classiq.io/latest/explore/functions/qmod_library_reference/classiq_open_library/qft/qft/ )), acting on a 4-qubit target state $|0000\\rangle$ using the Classiq IDE/ SDK. This implementation leverages Classiq's high-level functional design utilities, following the functional block structure outlined above.\n",
"\n",
Expand All @@ -67,7 +66,8 @@
"\\end{equation}\n",
"Where $j$ and $k$ are the binary numbers the $n$ qubits represent. [more information](https://docs.classiq.io/latest/explore/functions/qmod_library_reference/classiq_open_library/qft/qft/ )\n",
"</details>\n"
]
],
"id": "856eee8d023169ff"
},
{
"cell_type": "markdown",
Expand Down

0 comments on commit 4e6f6ed

Please sign in to comment.