ThermoElectric.tau3D_spherical¶
- ThermoElectric.tau3D_spherical(num_kpoints: numpy.ndarray, Uo: float, relative_mass: numpy.ndarray, volume_frac: float, valley: numpy.ndarray, dk_len: float, ro: numpy.ndarray, lattice_parameter: float, n_sample=32) numpy.ndarray[source]¶
A fast algorithm that uses Fermi’s golden rule to compute the energy dependent electron scattering rate from spherical nano-particles or nano-scale pores.
- Parameters
num_kpoints (np.ndarray) – Number of kpoints in each direction
Uo (float) – Barrier height
relative_mass (np.ndarray) – Relative mass of electron
volume_frac (float) – Defects volume fraction
valley (np.ndarray) – Conduction band valley indices
dk_len (float) – Sample size
ro (np.ndarray) – Cylinder radius
lattice_parameter (float) – lattice parameter
n_sample (int) – Mesh sample size
- Returns
tau – Electron-defect lifetime
- Return type
np.ndarray