RawDos

class py4vasp.raw.RawDos(fermi_energy: float, energies: numpy.ndarray, dos: numpy.ndarray, projections: Optional[numpy.ndarray] = None, projectors: Optional[py4vasp.raw.rawdata.RawProjector] = None)

Bases: object

Electronic density of states.

Attributes Summary

projections

If present, orbital projections of the Dos.

projectors

If present, projector information (element, angular momentum, spin).

Attributes Documentation

projections: numpy.ndarray = None

If present, orbital projections of the Dos.

projectors: py4vasp.raw.rawdata.RawProjector = None

If present, projector information (element, angular momentum, spin).