tightbinder.observables.plot_dos#

plot_dos(result, npoints=100, delta=0.3, ax=None)[source]#

Routine to plot the density of states using the retarded Green function.

Parameters:
  • result (Spectrum) – Spectrum object containing the eigenenergies.

  • npoints (int) – Number of points used to sample the DoS. Defaults to 100.

  • delta (float) – Broadening of the states. Defaults to 0.3.

  • ax (Axes) – Axes object to plot the DoS in it. Defaults to None.

Return type:

None