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

Commit c38a857

Browse files
authored
Fix a typo in the summary quantum operations tutorial notebook (#1015)
1 parent c2253bb commit c38a857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/circuits/3_summary_of_quantum_operations.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@
10021002
"\\begin{pmatrix}\n",
10031003
"1 & 0\\\\\n",
10041004
"0 & e^{-i \\pi/4}\n",
1005-
"\\end{pmatrix}= u1(-pi/4)\n",
1005+
"\\end{pmatrix}= u1(-\\pi/4)\n",
10061006
"$$"
10071007
]
10081008
},
@@ -3162,7 +3162,7 @@
31623162
"name": "python",
31633163
"nbconvert_exporter": "python",
31643164
"pygments_lexer": "ipython3",
3165-
"version": "3.7.7"
3165+
"version": "3.8.2"
31663166
},
31673167
"varInspector": {
31683168
"cols": {

0 commit comments

Comments
 (0)