vibeqc.plot.bands_dos_figure¶
- vibeqc.plot.bands_dos_figure(bs, dos, *, units='eV', shift_to_fermi=True, width_ratio=(3.0, 1.0), title=None)[source]¶
Combined band structure + DOS panel — the standard solid-state layout (bands on the left with shared y-axis to a horizontal DOS on the right).
- Parameters:
bs (BandStructure)
dos (DensityOfStates)
units (str)
shift_to_fermi (bool)
title (str | None)