5.54.2. extras.viewer.plot_bandstructure¶
- eminus.extras.viewer.plot_bandstructure(scf, spin=0, size=(800, 600))[source]¶
Plot band structures.
Reference: https://plotly.com/python
- Parameters:
scf – SCF object.
- Keyword Arguments:
spin – Spin channel.
size – Widget size.
- Returns:
Viewable object.