kwant.plotter.
sys_leads_pos
(sys, site_lead_nr)¶Return an array of positions of sites in a system.
Parameters: | sys :
site_lead_nr : list of (site, leadnr, copynr) tuples
|
---|---|
Returns: | coords : numpy.ndarray of floats
|
Notes
This function uses site.pos property to get the position of a builder site and sys.pos(sitenr) for finalized systems. This function requires that all the positions of all the sites have the same dimensionality.