Commit 5421ff0
committed
Fix the type error in the Shor tutorial notebook
The constructor of ModularExp expects integer or sequence of integer,
instead of qubit. If the reader uncomment this line and execute, it
will raise a type error.1 parent 163a087 commit 5421ff0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
667 | | - | |
| 667 | + | |
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| |||
0 commit comments