Band

class py4vasp.raw.Band(dispersion: Dispersion, fermi_energy: float, occupations: VaspData, projectors: Projector, projections: VaspData = VaspData(None))

Bases: object

A band structure generated by VASP.

Contains the eigenvalues at specifics k points in the Brillouin zone. Carefully consider before using the absolute eigenvalues for analysis. Typically only relative eigenvalues e.g. with respect to the Fermi energy are meaningful. Includes projections of the bands on orbitals and atoms when available.

Attributes Summary

projections

If present, orbital projections of the bands.

Attributes Documentation

projections: VaspData = VaspData(None)

If present, orbital projections of the bands.