vaspparser.dft.waves.electronic.Band

vaspparser.dft.waves.electronic.Band#

class vaspparser.dft.waves.electronic.Band[source]#

Bases: object

All data related to a single band for every k-point is stored in this module

__init__()[source]#

Methods

Attributes

eigenvalue

The eigenvalue of a given band at a given k-point

occupancy

The occupancy of a given band at a given k-point

resolved_dos_matrix

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