5.54.3. extras.viewer.plot_dos¶
- eminus.extras.viewer.plot_dos(scf, spin=0, size=(800, 600), **kwargs)[source]¶
Plot density of states.
Reference: https://plotly.com/python
- Parameters:
scf – SCF object.
- Keyword Arguments:
spin – Spin channel.
size – Widget size.
kwargs – Pass-through keyword arguments.
- Returns:
Viewable object.