tbplas.load_bands

tbplas.load_bands(prefix: str, data_name: str = 'bands') Tuple[ndarray, ndarray]

Load band structure. :param prefix: prefix of data file :param data_name: name of data file :return: (k_len, bands)

k_len: (num_kpt,) float64 array, length of k-path bands: (num_kpt, num_bands) float64 array, band structure