vaspparser.dft.waves.electronic.Band#
- class vaspparser.dft.waves.electronic.Band[source]#
Bases:
objectAll data related to a single band for every k-point is stored in this module
Methods
__init__()Attributes
The eigenvalue of a given band at a given k-point
The occupancy of a given band at a given k-point
2D matrix with n rows and m columns; n being the unmber of atoms and m being the number of orbitals
- property eigenvalue#
The eigenvalue of a given band at a given k-point
- Type:
float
- property occupancy#
The occupancy of a given band at a given k-point
- Type:
float
- property resolved_dos_matrix#
2D matrix with n rows and m columns; n being the unmber of atoms and m being the number of orbitals
- Type:
numpy.ndarray instance