EPWpy.utilities.Band#

Functions

extract_band_dat(fname)

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_band_eig(fname)

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_band_freq(fname)

extract_band_scf(fname)

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))

EPWpy.utilities.Band.extract_band_eig(fname)[source]#

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))

EPWpy.utilities.Band.extract_band_freq(fname)[source]#
EPWpy.utilities.Band.extract_band_scf(fname)[source]#

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))