We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bbb83 commit 96beca1Copy full SHA for 96beca1
commpy/channels.py
@@ -19,7 +19,7 @@
19
20
from __future__ import division, print_function # Python 2 compatibility
21
22
-from numpy import complex, abs, sqrt, sum, zeros, identity, hstack, einsum, trace, kron, absolute, fromiter, array, exp, \
+from numpy import abs, sqrt, sum, zeros, identity, hstack, einsum, trace, kron, absolute, fromiter, array, exp, \
23
pi, cos
24
from numpy.random import randn, random, standard_normal
25
from scipy.linalg import sqrtm
0 commit comments