kwant.solvers.default.ldos(sys, energy=0, args=(), check_hermiticity=True, *, params=None)[source]¶Calculate the local density of states of a system at a given energy.
An alias exists for this common name: kwant.ldos.
| Parameters: | sys :
energy : number
args : tuple of arguments, or empty tuple
check_hermiticity :
params : dict, optional
|
|---|---|
| Returns: | ldos : a NumPy array
|