430 likes | 610 Views
Waveguide Ge-PD Simulation. Jeong -Min Lee (sannmw@gmail.com). Ge-PD Simulation. Lumerical Device Current-voltage characteristic Band structure Charge ( J n , J p , …) Doping ( N A , N D , ...) Electrostatics ( E , V, …) Mobility ( μ n , μ p , …). Lumerical FDTD
E N D
Waveguide Ge-PD Simulation Jeong-Min Lee (sannmw@gmail.com)
Ge-PD Simulation • Lumerical Device • Current-voltage characteristic • Band structure • Charge (Jn, Jp, …) • Doping (NA, ND, ...) • Electrostatics (E, V, …) • Mobility (μn, μp, …) • Lumerical FDTD • Photo-generated carriers
Ge-PD Structure <Top-view> <Cross-section> • Doping concentration • P-type Si: 2x1018 /cm3 (constant doping) • i-Ge: 2x1013/cm3 (constant doping) • N-type Ge: ~ 5x1018 /cm3 (diffusion doping)
Procedure • Configure materials • Draw & configure 3-D structure of Ge-PD • Draw & configure doping layers • P-type, intrinsic, n-type • Draw & configure device region • Simulation area • Define & configure electrical contacts • Cathode, anode • Device simulation • Electric field, dark current simulation • FDTD simulation • Photo-generated carrier calculation • Device simulation • Photocurrent, responsivity simulation
Anode & 5.3 (another anode)
Device Region: Simulation Area 2D simulation (/μm) PD length
FDTD: Structure 1. Draw structure
FDTD Simulation Region 1 2 3 4
Generation Rate 1 2 4 5 3 6. Click Run
Edit Code sourceintensity(f) sourcepower(f)
Make Generation Rate File Make ‘CW_generation.mat’ file in working directory
Simulation Results: Responsivity Load ‘Bias vs. Responsivity.lsf’ Run
Code • Bias vs. Responsivity.lsf Pin=1e-3; # Watts I=-2*getdata("Device region", "anode.I"); V=linspace(0,4,5); Resp=I/Pin; plot(V,I*1e6,"photo detector bias voltage(V)","I_(illumination) uA "); plot(V,Resp,"photo detector bias voltage(V)","Responsivity (A/W) ");
Exercise • Draw same structure of Ge p-i-n PD. • Doping concentration conditions: • P-type: 2x1019 /cm3 • Intrinsic: 2x1013 /cm3 • N-type: 5x1019 /cm3 (ref concentration: 1x1017 /cm3) • Plot doping profiles (NA, ND). • Plot electric-field profiles at 1- and 4-V reverse bias voltage. • Plot dark current, photocurrent, and responsivity according to reverse bias voltages from 0 to 4V.