5.6. sesame.observables – Low-level routines for computing densities and currents¶
These routines are to be used when the Analyzer() class
does not provide the desired methods.
get_n(sys, efn, v, sites) |
Compute the electron density on the given sites. |
get_p(sys, efp, v, sites) |
Compute the hole density on the given sites. |
get_jn(sys, efn, v, sites_i, sites_ip1, dl) |
Compute the electron current between sites site_i and sites_ip1. |
get_jp(sys, efp, v, sites_i, sites_ip1, dl) |
Compute the hole current between sites site_i and sites_ip1. |