Interband absorption of a GaAs cylindrical quantum wire
Section author: Naoki Mitsui (simulation), Brandon Loke (write-up and visualisation)
This tutorial calculates the optical spectrum of a GaAs cylindrical quantum wire with infinite barriers. The formulas used to calculate absorption spectra will be highlighted and a brief explanation of the output files will be given.
For the detailed scheme of the calculation of the optical matrix elements or absorption spectrum, please see our 1D optics tutorial: Optical absorption for interband and intersubband transitions For the corresponding tutorial for the intraband absorption, please see Intersubband absorption of a GaAs cylindrical quantum wire Input file:
2Dcircular_infinite_wire_GaAs_inter_nnp.in
Note
Figures in this tutorial will be generated with nextnanopy.
The corresponding Jupyter Notebook used to generate the figures in this tutorial can be found here at 2DInterbandQuantumCylinder.ipynb.
Structure

Figure 2.4.361 Left: Conduction band edge for cylindrical quantum wire. Right: Slice of the band edge along
The above figures show the Gamma band edge of the circular GaAs region and the barrier region.
We model the infinite barrier by assigning 100 eV for the band edge of AlAs barrier region from database{ }
section.
Please see the input file for the details.
The parameters used in this simulation are as follows.
Property |
Symbol |
Value [unit] |
---|---|---|
quantum wire radius |
5 [nm] |
|
barrier height |
92 [eV] |
|
effective electron mass |
0.0665 |
|
refractive index |
3.3 |
|
doping concentation (n-type) |
5 |
|
linewidth (FWHM) |
0.01 [eV] |
|
temperature |
300 [K] |
The run{ }
section is specified as follows:
run{
poisson{ }
quantum{ }
optics{ }
}
Then the simulation follows these steps:
Poisson equation is solved with the setting specified in the poisson{ } section.
“Schrödinger” equation is solved with the setting specified in the quantum{ } section.
“Schrödinger” equation is solved again with the setting specified in the optics{ } section and optical properties are calculated.
Note
If
quantum_poisson{ }
is specified instead ofquantum{ }
, Poisson and Schrödinger equations are solved self-consistently.optics{ }
requires that kp8 model is used in the quantum region specified inquantum{ }
.In this tutorial the kp parameters are adjusted so that the conduction and valence bands are decoupled from each other. Thus the single-band Schrödinger equations are solved effectively by the kp solver.
Spectra of optical absorption accompanied by the excitation of charge carriers (state
where
is the Bloch wave vector along translation-invariant directions. In 2D simulation this is 1D vector. is the energy of eigenstate . The first sum runs over the pair of states where . is the occupation of eigenstate . is the optical polarization vector defined in optics{ quantum_spectra{ polarization{ } } }. where is the canonical momentum operator and is the contribution of spin-orbit interaction. . is known as the optical matrix elements. is the energy broadening function.When
energy_broadening_lorentzian
is specified in optics{ quantum_spectra{ energy_broadening_lorentzian } },where
is the FWHM defined byenergy_broadening_lorentzian
.When
energy_broadening_gaussian
is specified in optics{ quantum_spectra{ energy_broadening_gaussian } },where
energy_broadening_lorentzian
defines the FWMHWhen neither
energy_broadening_lorentzian
norenergy_broadening_gaussian
is specified in optics{ quantum_spectra{ } }, is replace by the delta function .It is also possible to include both Lorentzian and Gaussian broadening (Voigt profile).
The detailed calculation scheme of the optical matrix elements
Results
Absorption

Figure 2.4.362 Calculated absorption spectrum
Figure 2.4.362 shows the calculated
Note
Eigenvalues, transition energies, and occupations

Figure 2.4.363 Calculated energy spectrum and the minimum hole energy.
Figure 2.4.363 shows the calculated energy eigenvalues at
Please note that the output in Quantum\ counts the eigenstates with different spins individually when k.p model is used, while they are counted jointly in Optics\.
The valence band states lie below the Fermi level (0 eV). The minimum hole energy is indicated in Figure 2.4.363 with the purple line. It can be seen through a comparison with Figure 2.4.362 that the peak in absorption spectrum at P1 corresponds to the transition energy from the minimum hole energy level to the first conduction band state (number 31, 32). Similarly, the peak at P2 corresponds to the transition energy between the minimum hole energy state and the second conduction band state (number 33-36).
The occupation probabilities for each state can be checked from \Optics\occupation_disp_~.datas a function of the 1D Bloch wave vector

Figure 2.4.364 Calculated occupation probabilities for the ground state and 16th excited state as a function of
In the above figure, the occupation probabilities are plotted for the 1st and the 16th excited state. The 16th excited state corresponds to the lowest conduction band level.
Note
The eigenstates with different spins are counted individually in Quantum\ when k.p model is used, while they are counted jointly in Optics\.
For example, the two ground states in the conduction band counted as no.31 and 32 in Figure 2.4.363 due to spin are put together as one eigenstate in Optics\. Thus \Optics\occupation_disp_~_kp8_16.dat shows the occupation of the ground state in the conduction band and \Optics\occupation_disp_~_kp8_2.dat and \Optics\occupation_disp_~_kp8_17.dat show the 1st excited state in the conduction band (number 33 & 34) in Figure 2.4.363.
At
From the above data of eigenvalues and occupations, we could see which pair of states contributes to each peak in the absorption spectrum Figure 2.4.362.
In order to understand the magnitude of the peaks and why some pairs of states do not appear as peaks, we will see the output data for
Transition intensity (Momentum matrix element)
An important part of the calculation of optical absorption spectra is the transition intensity:
which has dimensions of energy [eV].
The intensity at
Energy[eV] From To Intensity_k0[eV] 1/Radiative_Rate[s]
2.00196 10 19 5.9913 1.74672e-09
2.00394 10 20 1.79227 5.83325e-09
1.67437 13 16 19.9021 6.2871e-10
1.80179 14 17 6.25494 1.85897e-09
Above are the transitions of interest. The other transitions are ommitted for brevity. The “From” and “To” states tell us which band the transition belongs to. Using this information, we can identify which peaks (P1, P2, P3) correspond to transitions between which bands. This is marked in Figure 2.4.363.
There are also the output files that specify the k-dispersion of the transition intensities for each light polarization in Optics\transition_disp_~.dat.
Eigenstates
The probability distributions of the eigenfunctions
The analytcal expression of the eigenfunctions for the cylindrical quantum wire is shown as eq. (2.4.45) in this tutorial: Electron wave functions in a cylindrical well (2D Quantum Corral).
According to this analytical solution, the eigenfunction has 2 quantum numbers:
Here the amplitudes of eigenfunctions calculated by single-band model are shown. We can see the optical transition from ground state (

Figure 2.4.365 Wave function of the ground state.

Figure 2.4.366 Wave function of the first excited state.

Figure 2.4.367 Wave function of the second excited state.

Figure 2.4.368 Wave function of the third excited state.

Figure 2.4.369 Wave function of the fourth excited state.

Figure 2.4.370 Wave function of the fifth excited state.
Wave functions of the energy eigenstates calculated by the single-band model.
Last update: nn/nn/nnnn