EPWpy.utilities.Band#
Functions
|
Extract the bandstructure from .dat file (usually Wannier90) Input fname (str): filename of .dat file Output Band (array): Bandstructre with first index band and second k (Band(n,k)) |
|
Extract the bandstructure from .eig file Input fname (str): filename of .eig file Output Band (array): Bandstructre with first index k and second band (Band(k,n)) |
|
|
|
Extract the bandstructure from scf.out file Input fname (str): filename of .out file Output Band (array): Bandstructre with first index k and second band (Band(k,n)) |
- EPWpy.utilities.Band.extract_band_dat(fname)[source]#
Extract the bandstructure from .dat file (usually Wannier90) Input
fname (str): filename of .dat file
- Output
Band (array): Bandstructre with first index band and second k (Band(n,k))