We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0a493 commit bddc4a2Copy full SHA for bddc4a2
1 file changed
ch03/simulator.py
@@ -24,7 +24,7 @@
24
X = np.array([
25
[0, 1],
26
[1, 0]
27
-], dtype=complex) / np.sqrt(2)
+], dtype=complex)
28
29
class SimulatedQubit(Qubit):
30
def __init__(self):
0 commit comments