radtools.PDOS.normalized#

method

PDOS.normalized(zeros_to_none=False)[source]#

Return new instance with normalized PDOS.

Calls PDOS.normalize().

Parameters:
zeros_to_nonebool, default False

If True, then the values of PDOS and LDOS equal to zero will be replaced with None.

Returns:
normalized_pdosPDOS

Normalized PDOS.

See also

normalize

Modifies current object.