Browse code

Correct docstring

Joseph Weston authored on 10/11/2019 16:29:02
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ def from_classical(bitstring):
24 24
 
25 25
     Returns
26 26
     -------
27
-    state : ndarray[complex]
27
+    state : ndarray[(2**n,), complex]
28 28
         The state vector in the computational basis.
29 29
         Has :math:`2^n` components.
30 30
     """