kwant.plotter
– Plotting of systems¶plot (sys[, num_lead_cells, unit, ...]) |
Plot a system in 2 or 3 dimensions. |
map (sys, value[, colorbar, cmap, vmin, ...]) |
Show interpolated map of a function defined for the sites of a system. |
bands (sys[, args, momenta, file, show, dpi, ...]) |
Plot band structure of a translationally invariant 1D system. |
sys_leads_sites (sys[, num_lead_cells]) |
Return all the sites of the system and of the leads as a list. |
sys_leads_hoppings (sys[, num_lead_cells]) |
Return all the hoppings of the system and of the leads as an iterator. |
sys_leads_pos (sys, site_lead_nr) |
Return an array of positions of sites in a system. |
sys_leads_hopping_pos (sys, hop_lead_nr) |
Return arrays of coordinates of all hoppings in a system. |
mask_interpolate (coords, values[, a, ...]) |
Interpolate a scalar function in vicinity of given points. |