Skip to content

Commit 9f63389

Browse files
authored
Merge pull request #112 from Qulacs-Osaka/fix-sdag-expression
Fix Sdag matrix
2 parents 224e745 + 13074ec commit 9f63389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/notebooks/01_01_how_to_use_qulacs.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@
462462
"\\end{array}\n",
463463
"\\right)$,\n",
464464
"`Sdag` $=\n",
465-
"\\frac{1}{\\sqrt{2}}\\left(\\begin{array}{cc}\n",
465+
"\\left(\\begin{array}{cc}\n",
466466
"1 & 0\n",
467467
"\\\\\n",
468468
"0 & -i\n",

0 commit comments

Comments
 (0)