kwant.builder.SelfEnergyLead#
- class kwant.builder.SelfEnergyLead(selfenergy_func, interface, parameters)[source]#
Bases:
LeadA general lead defined by its self energy.
- Parameters:
selfenergy_func (function) – Has the same signature as
selfenergy(without theselfparameter) and returns the self energy matrix for the interface sites.interface (sequence of
Siteinstances)parameters (sequence of strings) – The parameters on which the lead depends.
Methods