— DEV — I–V characteristics of n-doped GaN single layer
Header
- Input Files:
IV_GaN_n_doped_1D_nnp.in
IV_GaN_n_doped_2D_nnp.in
IV_GaN_n_doped_3D_nnp.in
- Scope of the tutorial:
currents
wurtzite
- Main adjustable parameters in the input file:
parameter
- Relevant output files:
IV_characteristics.dat
Introduction
This tutorial shows the accuracy of drifft-diffusion model implemented in nextnano++ on a simple example: a single layer of an n-doped GaN. We compare the I–V characteristics obtained by nextnano++ with analytical solutions.
IV characteristics of an n-doped GaN single layer
The conductivity
where
This is a good check for the results obtained with nextnano++ simulations.
The thickness of the GaN layer is
The structure we are dealing with consists of bulk GaN that is sandwiched between two contacts. The whole structure has the following dimensions:
material |
width ( |
doping |
---|---|---|
contact |
||
n-GaN |
||
contact |
As you see, the GaN is n-type doped with a donor concentration of
70impurities{
71 donor{ name = "Si_donor" degeneracy = 2 energy = 0.01507 }
72}
This leads to the electron density of
61contacts{
62 ohmic{ name = "left_contact" bias = 0.0 }
63 ohmic{
64 name = "right_contact"
65 !WHEN $biassweep bias = [ $biasstart, $biasend ]
66 !WHEN $biassweep steps = $biassteps
67 !WHEN $nosweep bias = $biasstart
68 }
69}
If $biassweep = 1
, sweeping bias takes place.
Otherwise, if $biassweep = 0
and $nosweep (= 1 - $biassweep) = 1
, sweeping bias is not applied.
Since the bias is swept from $biasstart
is set to 0.0
and $biasend
is set to 0.1
.
In addition, $biassteps
is equal to 10
.
We take the GaN mobility to be constant: constant
and described as below.
116currents{
117 mobility_model = constant
118 recombination_model{
119 SRH = no
120 Auger = no
121 radiative = no
122 }
123 output_currents{ }
124}
We sweep the voltage at the right contact and calculate the current density for
Results
1D
The current-voltage (IV) characteristic can be found in the following file: IV_characteristics.dat. Figure 2.4.55 shows the IV curve obtained by nextnano++.
Figure 2.4.55 IV curve of an n-doped GaN single layer.
The figure shows that the GaN layer is an ohmic resistor.
From Figure 2.4.55, you can obtain a resistivity of the n-GaN layer of
A good check is the analytic formula given above. From this, you can obtain:
Another analytical result with the other commercial software is
Thus, you can see that the nextnano++ result agrees better with the analytical result than the result by the other commercial software.
2D
Now, we try the same structure in a 2D nextnano++ simulation to check if the 2D result agrees with the 1D one.
The input file IV_GaN_n_doped_2D_nnp.in is used for this section.
The width of the sample along the y direction is
Note that the unit for the current in a 2D simulation is
voltage |
current ( |
current density ( |
current density ( |
---|---|---|---|
From the IV characteristics obtained from the 2D simulation, you can obtain a resistivity of the n-GaN layer of
3D
Of course, it is also possible to simulate this structure in 3D.
In this case, the unit of the current is
Last update: 17/07/2024