kwant.builder.
BuilderLead
(builder, interface)¶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).
The given order of interface sites is preserved throughout finalization.
Every system has an attribute leads, which stores a list of
BuilderLead
objects with all the information about the leads that are
attached.
Methods
finalized
()¶Return a kwant.system.InfiniteSystem
corresponding to the
compressed lead.
The order of interface sites is kept during finalization.