檢視 $adddiffusivedope 的原始碼
←
$adddiffusivedope
前往:
導覽
、
搜尋
由於下列原因,您沒有權限進行 編輯此頁面 的動作:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
$adddiffusivedope is the command to put diffusive dopant distribution in the device. The doping density decay can be either exponential decay or Gaussian distribution. The command is $adddiffusivedope N_region type regionID Ndope activation_energy x_left y_bottom x_right y_top <math>L_x</math> <math>L_y</math> type regionID Ndope activation_energy x_left y_bottom x_right y_top <math>L_x</math> <math>L_y</math> ... ... Nth_type .... type: Can be 1, 11, 111, 101. Please see below regionID: The region No to use the diffusive doping Ndope: Na pr Nd Posive is for n-type, negative is for p-type <math>L_{x}</math> and <math>L_{y}</math> is the diffusion length in x and y direction. The unit is <math>\mu m </math> For type = 1, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{d,a} = Ndope </math> x < x_left : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> x > x_right : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> y < y_bottom : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-1/L_{y}*(|y-y_{bottom}|)) </math> y > y_top : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-1/L_{y}*(|y-y_{top}|)) </math> For type = 11, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{d,a} = Ndope </math> x < x_left : <math> N_{d,a} = Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> x > x_right : <math> N_{d,a} = Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> y < y_bottom : <math> N_{d,a} = Ndope * exp(-1/L_{y}*(|y-y_{bottom}|)) </math> y > y_top : <math> N_{d,a} = Ndope * exp(-1/L_{y}*(|y-y_{top}|)) </math> As shown in above equation, the difference between 11 and 1 is that for, the diffusive dopant is additional to the regionID. For example, in parameters, you already set doping density to be -1.0e19. If you use 1, Ndope = 2.0e19. Then the final doping density in this region is 2e19-1e19 = 1.0e19. If you use 11, the doping density becomes 2e19 For 101 and 111, it is applied in impurity. The difference between N_impuriy and N_{d,a} is that N_impuriy is 100% activated. For type = 101, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{impurity} = Ndope </math> x < x_left : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> x > x_right : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> y < y_bottom : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-1/L_{y}*(|y-y_{bottom}|)) </math> y > y_top : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-1/L_{y}*(|y-y_{top}|)) </math> For type = 111, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{impurity} = Ndope </math> x < x_left : <math> N_{impurity} = Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> x > x_right : <math> N_{impurity} = Ndope * exp(-1/L_{x}*(|x-x_{left}|)) </math> y < y_bottom : <math> N_{impurity} = Ndope * exp(-1/L_{y}*(|y-y_{bottom}|)) </math> y > y_top : <math> N_{impurity} = Ndope * exp(-1/L_{y}*(|y-y_{top}|)) </math> type: Can be 2, 12, 112, 102. with is decay like Gaussian broadening. Please see below regionID: The region No to use the diffusive doping Ndope: Na pr Nd Posive is for n-type, negative is for p-type <math>L_{x}</math> and <math>L_{y}</math> is the Gaussian broading width in x and y direction. The unit is <math>\mu m </math> For type = 2, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{d,a} = Ndope </math> x < x_left : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> x > x_right : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> y < y_bottom : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{bottom}|)^{2}) </math> y > y_top : <math> N_{d,a} = N_{d,a}+ Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{top}|)^{2}) </math> For type = 12, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{d,a} = Ndope </math> x < x_left : <math> N_{d,a} = Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> x > x_right : <math> N_{d,a} = Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> y < y_bottom : <math> N_{d,a} = Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{bottom}|)^{2}) </math> y > y_top : <math> N_{d,a} = Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{top}|)^{2}) </math> As shown in above equation, the difference between 11 and 1 is that for, the diffusive dopant is additional to the regionID. For example, in parameters, you already set doping density to be -1.0e19. If you use 1, Ndope = 2.0e19. Then the final doping density in this region is 2e19-1e19 = 1.0e19. If you use 11, the doping density becomes 2e19 For 102 and 112, it is applied in impurity. The difference between N_impuriy and N_{d,a} is that N_impuriy is 100% activated. For type = 102, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{impurity} = Ndope </math> x < x_left : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> x > x_right : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> y < y_bottom : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{bottom}|)^{2}) </math> y > y_top : <math> N_{impurity} = N_{impurity}+ Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{top}|)^{2}) </math> For type = 112, inside regionID x_left < x < x_right y_bottom < y < y_top : <math> N_{impurity} = Ndope </math> x < x_left : <math> N_{impurity} = Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> x > x_right : <math> N_{impurity} = Ndope * exp(-0.5/L_{x}^{2}*(|x-x_{left}|)^{2}) </math> y < y_bottom : <math> N_{impurity} = Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{bottom}|)^{2}) </math> y > y_top : <math> N_{impurity} = Ndope * exp(-0.5/L_{y}^{2}*(|y-y_{top}|)^{2}) </math>
返回至
$adddiffusivedope
。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
檢視
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
最近變更
隨機頁面
說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊