kwant.builder.
_VectorizedFinalizedBuilderMixin
[source]¶Bases: kwant.builder._FinalizedBuilderMixin
Common functionality for all vectorized finalized builders
Each item is either an array of values (if ‘param_names is None’) or a vectorized value function (in which case ‘param_names’ is a sequence of strings: the extra parameters to the value function).
Maps site (integer) to the term that evaluates the associated onsite matrix element.
Maps edge id in the graph to the term that evaluates the associated hopping matrix element. If negative, then the associated hopping is the Hermitian conjugate of another hopping; if the number stored is ‘t’ (< 0) then the associated hopping is stored in term ‘-t - 1’.
Methods