— NEW — T-shaped quantum wire grown by cleaved edge overgrowth (CEO): wave functions without strain
Note
The tutorial is related to the PhD Thesis of R. Schuster [SchusterPhD2005]
Header
- Input files:
examples\quantum_wires\T-QWR_zb_III-V_Schuster_PhD_2005_2D_nnp.in
- Scope:
Electron and hole wave functions of a T-shaped quantum wire (QWR).
- Output files:
\bias_xxxxx\Quantum\probabilities_quantum_region_Gamma.fld
\bias_xxxxx\Quantum\probabilities_quantum_region_HH.fld
\bias_xxxxx\Quantum\probabilities_quantum_region_LH.fld
\bias_xxxxx\Quantum\probabilities_quantum_region_kp6_00000.fld
Structure
Similar to the 1D confinement in a quantum well, it is possible to confine electrons or holes in two dimensions, i.e. in a quantum wire. In this tutorial we consider the quantum wire, which is formed at the T-shaped intersection of two 10 nm
The wave function is indicated at the T-shaped intersection in yellow. Here, the wave function can extend into a larger volume (as compared to the quantum well) and thus reduce its energy. Quantum mechanics tells us that the ground state can be found at this intersection and electrons are only allowed to move one-dimensionally along the

Figure 2.4.165 Two-dimensional conduction band edges of the T-shaped quantum wire.
Input file
It is sufficient to describe this heterostructure within a 2D simulation as it is translationally invariant along the
global{
simulate2D{}
crystal_zb{
x_hkl = [1, 0, 0]
y_hkl = [0, 1, 1]
}
}
As we do not have doping and no piezoelectric fields (the structure is assumed to be unstrained) and as the temperature is assumed to be 4 K, we do not have to deal with charge redistributions. Thus, we can refrain from solving Poisson’s equation, and we also do not have to take care about self-consistency.
Material parameters of relevance are the conduction band and valence band offset between
Results
Using the input file T-QWR_GaAs-AlGaAs_Schuster_2005_2D_nnp.in we calculate the electron, heavy hole and light hole wavefunctions for the T-shaped quantum wire structure.
Effective mass approximation
The electron and hole wave functions can be calculated within the effective mass theory (envelope function approximation) by using position dependent effective masses. In our example, the effective masses are constant within each material but have discontinuities at the material interfaces. In nextnano++ the effective masses are assumed to be isotropic. Both, the heavy hole and the light hole band edge energies are degenerate but the effective masses differ. Thus, we have to solve three Schrödinger equations, namely for the conduction band, heavy hole band and light hole band. To trigger the 1-band effective mass model for calculating the eigenstates, use the following setting in the input file T-QWR_GaAs-AlGaAs_Schuster_2005_2D_nnp.in:
$kp6 = 0 # choose 1 (6 band k.p) or 0 (effective mass approximation) (ListOfValues: 1,0)
In Figure 2.4.166 we show the normalized probability densities (

Figure 2.4.166 Probability densities of the electron (e), heavy hole (hh) and light hole (lh) state calculated using the effective mass approximation. The wavefunctions are normalized so that the maxima are equal to one.
In addition to these ground states for
6-band k.p approximation
For the same structure as above we perform the calculations again, but this time using the 6-band k.p model instead of the single-band effective mass approximation. To trigger the 6-band k.p model for calculating the eigenstates, the following setting in the input file T-QWR_GaAs-AlGaAs_Schuster_2005_2D_nnp.in can be used:
$kp6 = 1 # choose 1 (6 band k.p) or 0 (effective mass approximation) (ListOfValues: 1,0)
Figure 2.4.167 shows the probability density (

Figure 2.4.167 Probability density (
Eigenenergies
The calculated eigenvalues for the ground states are:
effective-mass |
6-band k.p |
||
electron energy (eV) |
hh energy (eV) |
lh energy (eV) |
hole state energy (eV) |
3.006 |
1.455 |
1.437 |
1.455 |
Including anisotropic effects in the effective mass model
Compared to nextnano++, nextnano³ allows using anisotropic effective masses for solving the Schrödinger equation within the effective mass approximation. The effective mass
The Luttinger parameters for GaAs are given by:
Usually the database entries for the effective masses assume spherical symmetry for the holes and are specified with respect to the crystal coordinate system. Their default values (isotropic) and the values which were derived from the Luttinger parameters are given in this table:
heavy hole (GaAs) |
light hole (GaAs) |
|
along [100] direction |
0.350 |
0.090 |
along [011] direction |
0.643 |
0.081 |
isotropic |
0.551 |
0.082 |
nextnano³ database |
0.500 |
0.068 |
In this tutorial, however, we calculated the effective masses for different directions and, therefore, we do not have spherical symmetry anymore. Thus, we have to rotate the new eigenvalues of the effective mass tensors that are given in the
valence-band-masses = 0.350d0 0.643d0 0.643d0 ! eigenvalues of the heavy hole effective mass tensor [100] [011] [0-11]
0.090d0 0.081d0 0.081d0 ! eigenvalues of the light hole effective mass tensor [100] [011] [0-11]
To project these eigenvalues onto the crystal coordinate system we need to know the principal axis system which these eigenvalues refer to (The normalization of these vectors will be done internally by the program):
principal-axes-vb-masses = 1d0 0d0 0d0 ! heavy hole [100]
0d0 1d0 1d0 ! [011]
0d0 -1d0 1d0 ! [0-11]
1d0 0d0 0d0 ! light hole [100]
0d0 1d0 1d0 ! [011]
0d0 -1d0 1d0 ! [0-11]
Figure 2.4.168 and Figure 2.4.169 show the probability densities (

Figure 2.4.168 Probability amplitudes of the electron (e), heavy hole (hh) and light hole (lh) envelope functions at an unstrained T-shaped intersection of two 10 nm wide

Figure 2.4.169 Contour diagram of the probability amplitudes of the electron (e), heavy hole (hh) and light hole (lh) eigenfunctions (same figures as Figure 2.4.168, but this time viewed from the top). The wave functions are normalized so that the maxima are equal to one.
These results are in very good qualitative agreement with the heavy hole and light hole wave functions calculated within the 6-band k.p calculation This demonstrates the impact of an isotropic (for electrons and light holes) or anisotropic (for heavy hole) effective mass on the obtained wavefunctions.
- Acknowledgement:
We would like to thank Robert Schuster from the University of Regensburg for providing experimental data and some figures for this tutorial.
Last update: 13/09/2024