kwant.plotter.
bands
(sys, args=(), momenta=65, file=None, show=True, dpi=None, fig_size=None, ax=None)¶Plot band structure of a translationally invariant 1D system.
Parameters: | sys : kwant.system.InfiniteSystem
args : tuple, defaults to empty
momenta : int or 1D array-like
file : string or file object or None
show : bool
dpi : float
fig_size : tuple
ax :
|
---|---|
Returns: | fig : matplotlib figure
|
Notes
See physics.Bands
for the calculation of dispersion without plotting.