triqs.dos.dos

Density-of-states classes and a text-file reader.

Defines DOS and DOSFromFunction, plus the dos_from_file() helper. Both classes implement the TRIQS plot protocol so they can be passed directly to triqs.plot.mpl_interface.oplot().

Functions

dos_from_file(Filename[, name, single_orbital])

Read a (multi-)orbital DOS from a whitespace-separated text file.

Classes

DOS(eps, rho[, name])

Density of states of fermions on a 1D epsilon grid.

DOSFromFunction(function, x_min, x_max[, ...])

DOS constructed by sampling a callable \(\rho(\epsilon)\).