bands_gradient_mesh#

property ElectronicBandStructure.bands_gradient_mesh#

Bands gradient mesh is a numpy array that stores each band gradient in a mesh grid. Shape = [3,n_bands,n_kx,n_ky,n_kz], where the first dimension represents d/dx,d/dy,d/dz

Returns:

Bands fradient mesh is a numpy array that stores each band gradient in a mesh grid. Shape = [3,n_bands,n_kx,n_ky,n_kz], where the first dimension represents d/dx,d/dy,d/dz

Return type:

np.ndarray