Skip to content

Commit 46aeb09

Browse files
authored
Merge pull request #110 from Qulacs-Osaka/fix-sdag-repr
fix Sdag matrix representation
2 parents e8f77d0 + 2a73386 commit 46aeb09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/notebooks/01_00_quantum_computation_1000practices.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"\\end{array}\n",
110110
"\\right)$,\n",
111111
"`Sdag` $=\n",
112-
"\\frac{1}{\\sqrt{2}}\\left(\\begin{array}{cc}\n",
112+
"\\left(\\begin{array}{cc}\n",
113113
"1 & 0\n",
114114
"\\\\\n",
115115
"0 & -i\n",

0 commit comments

Comments
 (0)