You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error at the code line: e_k_interp = np.vectorize(lambda kx, ky : e_k((kx, ky, 0)).real)(kx, ky)
Error message: TypeError: only 0-dimensional arrays can be converted to Python scalars
... ValueError: setting an array element with a sequence.