kwant.builder.BuilderLead(builder, interface)[source]¶Bases: kwant.builder.Lead
A lead made from a Builder with a spatial symmetry.
| Parameters: | builder :
interface : sequence of
|
|---|
Notes
The hopping from the scattering region to the lead is assumed to be equal to the hopping from a lead unit cell to the next one in the direction of the symmetry vector (i.e. the lead is ‘leaving’ the system and starts with a hopping).
Every system has an attribute leads, which stores a list of
BuilderLead objects with all the information about the leads that are
attached.
Attributes
| builder | (Builder) The tight-binding system of a lead. |
| interface | (list of Site instances) A sorted list of interface sites. |
Methods
finalized()[source]¶Return a kwant.system.InfiniteSystem corresponding to the
compressed lead.
The order of interface sites is kept during finalization.