Shockley Read Hall¶
-
class
semiconductor.recombination.
SRH
(**kwargs)[source]¶ This calculates the steady state shockley read hall recombiation that occurs for given defects.
- inputs:
- material: (str, Si)
- The elemental name for the material
- temp: (float Kelvin, 300)
- The temperature of the material in
- defect: (str)
- The author of the model to be used
- Nt: (float cm-3)
- The number of defects
- nxc: (array like cm-3)
- The number of excess carriers
- Na: (array like cm-3)
- The number of acceptor dopants
- Nd: (array like cm-3)
- The number of donar dopants
- vth_author: (str)
- Author for the thermal velocity model to be used
- ni_author: (str)
- Author for the intrinsic carrier density
- BGN_author: (str) Author for the band gap narrowing model
-
tau
(**kwargs)[source]¶ reports the lifetime of the current defect for the given excess carrier density.
-
usr_vals
(Et=None, sigma_e=None, sigma_h=None, tau_e=None, tau_h=None, Nt=None)[source]¶ a function to provide arbitory values for SRH lifetime. inputs:
- Et: (optional float)
- The energy level from the intrinsic level in eV
- sigma_e: (optional float)
- The capture cross section for electrons in seconds
- sigma_h: (optional float)
- The capture cross section for holes in seconds