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_pdos
PDOS Normalized PDOS.
- normalized_pdos
See also
normalizeModifies current object.