RawBand¶
- class py4vasp.raw.RawBand(fermi_energy: float, kpoints: py4vasp.raw.rawdata.RawKpoint, eigenvalues: numpy.ndarray, occupations: numpy.ndarray, projections: Optional[numpy.ndarray] = None, projectors: Optional[py4vasp.raw.rawdata.RawProjector] = None)¶
Bases:
object
Electronic band structure
Attributes Summary
If present, orbital projections of the bands.
If present, projector information (element, angular momentum, spin).
Attributes Documentation
- projections: numpy.ndarray = None¶
If present, orbital projections of the bands.
- projectors: py4vasp.raw.rawdata.RawProjector = None¶
If present, projector information (element, angular momentum, spin).