radtools.DOSQE.total_dos#

method

DOSQE.total_dos(squeeze=False)[source]#

Total density of states.

Density of states, computed directly from plane-wave basis set.

If DOS is k resolved, then sum over k points.

Parameters:
squeezebool, default False

Whether to sum over k points. Ignored if DOS is not k resolved.

Whether to fix updown in the noncollinear, non spin-orbit case.
Returns:
total_dosnumpy.ndarray

Shape \((2, n_e)\) if DOS is collinear, spin-polarized; \((n_e)\) otherwise.