pengwann.io.read_eigenvalues# io.read_eigenvalues(path, num_bands, num_kpoints)# Parse the Kohn-Sham eigenvalues from a Wannier90 .eig file. Parameters: pathstrThe filepath to seedname.eig. num_bandsintThe number of bands used in the prior Wannier90 calculation. num_kpointsintThe number of k-points used in the prior Wanner90 calculation. Returns: eigenvaluesndarray of floatThe Kohn-Sham eigenvalues.