| nextnano3 - Tutorialnext generation 3D nano device simulator3D Tutorial3D nanocrystals (spherical quantum dots)Author:
Stefan Birner If you want to obtain the input files that are used within this tutorial, please 
check if you can find them in the installation directory.If you cannot find them, please submit a
Support Ticket.
 
 -> 3DsphericGaAsQD_exciton_01nm.in  -
spherical QD with a diameter of 1 nmspherical QD with a diameter of 1.5 nm-> 3DsphericGaAsQD_exciton_015nm.in -
spherical QD with a diameter of 2 nm-> 3DsphericGaAsQD_exciton_02nm.in  -
spherical QD with a diameter of 3 nm-> 3DsphericGaAsQD_exciton_03nm.in  -
spherical QD with a diameter of 4 nm-> 3DsphericGaAsQD_exciton_04nm.in  -
spherical QD with a diameter of 5 nm-> 3DsphericGaAsQD_exciton_05nm.in  -
spherical QD with a diameter of 7 nm-> 3DsphericGaAsQD_exciton_07nm.in  -
spherical QD with a diameter of 10 nm-> 3DsphericGaAsQD_exciton_10nm.in  -
 
 3D nanocrystals (spherical quantum dots)This tutorial aims to reproduce Figs. 1(a) and 1(b) of 
  Quantum confinement energies in zinc-blende III-V and group IV 
  semiconductorsG. Allan, Y.M. Niquet, C. Delerue
 Applied Physics Letters 77 (5), 639 (2000)
   We consider spherical GaAs nanocrystals that are surrounded by Ga2O3 
barriers.The following figure shows a GaAs nanocrystal with a diameter of 7 nm that is 
surrounded by a cubic Ga2O3 matrix which has the size 18 
nm x 18 nm.
 The center of the spherical QD is located at (x,y,z) = (0,0,0).
 
  
     To keep things simple, we assume isotropic and parabolic effective masses for 
the electron and the heavy hole:
 
  conduction-band-masses = 0.067d0   0.067d0   0.067d0    ! electron mass at Gamma conduction bandheavy hole mass...
 valence-band-masses    = 0.5507d0  
0.5507d0  0.5507d0  !
...
 
  The heavy hole effective mass was obtained by spherically averaging over 
  all directions:mhh,av = 1 / ( gamma1 - 0.8 gamma2 - 1.2 
  gamma3 ) = 0.5507
 gamma1 = 6.98
 gamma2 = 2.06
 gamma3 = 2.93
 The following figures show an isosurface (left figure) and contour plots of 
2D slices (right figure) through the ground state electron wave function (psi²) 
of the 7 nm spherical GaAs nanocrystal.
 
     The following figure shows the energies of the electron ground state and the heavy hole 
ground state in spherical GaAs nanocrystals as a function of the inverse of 
the nanocrystal diameter d (d = 1 nm / 1.5 nm / 3 nm / 4 nm / 5 nm / 7 nm / 
10 nm).
 
 
 The energies of bulk GaAs are indicated by the constant lines (Ehh = 
0 eV, Ecb = 1.519 eV).
 
 
    This figure shows the transition energies of the electron and the heavy hole 
ground states in spherical GaAs nanocrystals as a function of the inverse of 
the nanocrystal diameter d (d = 1 nm / 1.5 nm / 3 nm / 4 nm / 5 nm / 7 nm / 
10 nm).The energy of bulk GaAs is indicated by the constant line (Egap = 
1.519 eV).
 
 
 The transition energies can be found in this file:
 
 Schroedinger_1band/interband3D_qc001_vb001_sg001_cb001_sg001_deg001_dir.dat
 The following line is the relevant one where the second column shows the 
transition energy in units of [eV]:
 
 |<psi_vb001|psi_cb001_>|^2    
2.123806789    0.800203758
Both figures are in very good agreement with Figs. 1(a) and 1(b) of
 
  Quantum confinement energies in zinc-blende III-V and group IV 
  semiconductorsG. Allan, Y.M. Niquet, C. Delerue
 Applied Physics Letters 77 (5), 639 (2000)
 The only differences arise for very small nanocrystals having a diameter of 
less than 1.5 nm.   Note that the calculated values do not include the exciton correction so far. A more realistic calculation would take into account the anisotropy of the 
heavy hole masses within a 6-band k.p model, or both, electron and heavy 
hole anisotropies within an 8-band k.p model. Finally, the exciton 
correction should be taken into account. The energies for the above figures have been obtained using a 0.25 nm grid 
resolution which is rather coarse. The use of a finer grid is thus recommended.     Exciton correctionThe following flags are needed to include the exciton corrections:  $numeric-control(for self-consistency loop)...
 !---------
 ! Exciton
 !---------
 coulomb-matrix-element                
= yes  ! 'yes' or 
'no'
 calculate-exciton                     
= yes  ! 'yes' or 
'no'
 exciton-iterations                    
= 10   ! e.g. 5
(for self-consistency loop)exciton-residual                      
= 1d-6 ! e.g. 1d-5
electron ground stateexciton-electron-state-number         
= 1    ! 1 
=
hole ground stateexciton-hole-state-number             
= 1    ! 1 
=
electron ground state!--------------------
 ! Exciton: X0
 !--------------------
 number-of-electron-states-for-exciton = 1    
!
hole ground statenumber-of-hole-states-for-exciton     =
1    !
 The energy of the exciton correction can be found in the file 
Schroedinger_1band/exciton_energy3D.dat in the column Delta_Ex in units 
of [eV]. |