SpeCLED는 p-GaN, n-GaN 레이어가 각각 하나로 구성되어 있습니다. 실제로는 p-GaN층이 에피에서 여러종류의 p-type 레이어로 구성되어 있습니다. 이를 SpeCLED에서는 dopant profile을 unction 이나 piecewise type으로 근사화 해서 입력해 줄 수 있습니다. 아래 STR로부터의 관련 이메일을 참고하시기 바랍니다.
SpeCLED2008 Sec.7에 있는 내용을 참고하시면 됩니다.
For
instance, if n-layer actually consists of two layers of different doping,
one can make the donor concentration to be a script function like this:
Ndtop=1e18; //doping of the top n-layer of 2.5 micron thickness
Ndbottom = 5e18; //doping of the top bottom n-layer
Result = Ndtop;
z0 = -2.5;// boundary between top and bottom n-layers, active region is
placed at z=0
if z<z0 then Result = Ndtop;