kwant.solvers.default.ldos

kwant.solvers.default.ldos(sys, energy=0, args=(), check_hermiticity=True)

Calculate the local density of states of a system at a given energy.

Parameters:

sys : kwant.system.FiniteSystem

Low level system, containing the leads and the Hamiltonian of the scattering region.

energy : number

Excitation energy at which to solve the scattering problem.

args : tuple of arguments, or empty tuple

Positional arguments to pass to the function(s) which evaluate the hamiltonian matrix elements

check_hermiticity : bool

Check if the Hamiltonian matrices are Hermitian.

Returns:

ldos : a NumPy array

Local density of states at each orbital of the system.

Previous topic

kwant.solvers.default.wave_function

Next topic

kwant.solvers.common.SMatrix

This Page