Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
[Superposition] Fix case of the image URL (#810)
Browse files Browse the repository at this point in the history
  • Loading branch information
remilvus authored Jul 28, 2022
1 parent 1d15824 commit ba3f41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Superposition/Workbook_Superposition.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@
" <col width=50>\n",
" <col width=300>\n",
" <tr bgcolor=\"white\">\n",
" <td bgcolor=\"#FFFFFF\" style=\"text-align:center\"><img src=\"./img/Task6HadamardCNOTCircuit.PNG\"/></td>\n",
" <td bgcolor=\"#FFFFFF\" style=\"text-align:center\"><img src=\"./img/Task6HadamardCNOTCircuit.png\"/></td>\n",
" <td bgcolor=\"#FFFFFF\" style=\"text-align:center;font-size: 30px\">$\\Leftrightarrow$</td>\n",
" <td bgcolor=\"#FFFFFF\" style=\"text-align:center;font-size: 20px\">$\\frac{1}{\\sqrt2} \\begin{bmatrix} 1 & 0 & 1 & 0 \\\\ 0 & 1 & 0 & 1 \\\\ 0 & 1 & 0 & -1 \\\\ \\underset{|\\Phi^{+}\\rangle}{\\underbrace{1}} & \\underset{|\\Psi^{+}\\rangle}{\\underbrace{0}} & \\underset{|\\Phi^{-}\\rangle}{\\underbrace{-1}} & \\underset{|\\Psi^{-}\\rangle}{\\underbrace{0}} \\end{bmatrix}$</td>\n",
" </tr> \n",
Expand Down

0 comments on commit ba3f41b

Please sign in to comment.