DOS

class ase2sprkkr.output_files.definitions.dos.DOS(energy, dos, type=None, id=None, spin=None, l=None)[source]

Class hierarchy

Inheritance diagram of ase2sprkkr.output_files.definitions.dos.DOS

Constructor

__init__(energy, dos, type=None, id=None, spin=None, l=None)[source]

Object, that holds DOS for one atom (given type and corresponding id id DOS file) spin, l (s,p,d,f…)

copy(copy_values=True)[source]
property shape
plot(axis=None, legend_ncols=1, legend_height=0.3, legend_fontsize=10, **kwargs)[source]
_do_arithmetic(func, other)[source]

Run given function for all “summable/subtractable/etc… data

_check_arithmetic(other)[source]