User Tools

Site Tools


qcl:faq

This is an old revision of the document!


Frequently asked questions

Q: Can you recommend some reading material on the background of the NEGF method?

A: For a first reading on NEGF, there are several good introductions published by Supriyo Datta. Other books or articles on NEGF usually require advanced quantum mechanics or quantum field theory.

  • The book Quantum Transport: Atom to Transistor by S. Datta is an introduction to NEGF which is not too advanced.
  • There is a more advanced book by S. Datta, Electronic Transport In Mesoscopic Systems. Chapter 8 is a good introduction.
  • Another rather simple article is Nanoscale device modeling: the Green's function method, S. Datta, Superlattices and Microstructures 28, 253 (2000)
  • There is a review article on QCLs where T. Kubis describes in Section VIII the NEGF method. Modeling techniques for quantum cascade lasers, C. Jirauschek, T. Kubis, Applied Physics Reviews 1, 011307 (2014)

Q: How much memory do I need?

A: We recommend 16 GB RAM. 8 GB is sufficient for some input files. The code becomes incredibly slow if there is not sufficient memory is available.


Q: Where should I start my layer sequence in the input file?

A: The results of the calculation should not depend on which material layer the sequence starts, i.e. a cyclic permutation in the material layer sequence should not change the simulation results.


Q: How many periods do I have to define in my QCL input file?

A: It is sufficient for the standard user to specify only one period. A developer (or curious user) might want to have more than one period which can be done manually, i.e. by repeating the well/barrier structure and the doped regions. However, we don't see any physical interest in doing so (except testing the code for consistency). The calculation and convergence will only be longer. In case you want to account for longer coherence length only, the number of periods of coherence can be increased (<Coherence_length_in_Periods>).


Q: How is the conduction band offset defined?

A: There are two options.

  • Option a) Specify conduction band offset (CBO) directly, and then the valence band offset (VBO) is calculated.
  • Option b) Specify valence band offset (VBO), and then the conduction band offset (CBO) is calculated.

$E_{\rm v,av}$ is the average energy of heavy hole (hh), light hole (lh) and split-off hole (so). $\Delta_{\rm so}$ is the spin-orbit split-off energy.

  • Option a) Specify conduction band offset (CBO) $E_{\rm c}$
    <UseConductionBandOffset>true</UseConductionBandOffset>

$$E_{\rm hh}(T) = E_{\rm c} - E_{\rm gap}(T)$$

  • Option b) Specify valence band offset (VBO) $E_{\rm v,av}$
    The conduction band edge $E_{\rm c}$ is calculated and depends on temperature.
    <UseConductionBandOffset>false</UseConductionBandOffset> (default)

\begin{align*} E_{\rm hh} & = E_{\rm v,av}+\frac{1}{3}\Delta_{\rm so}\\ E_{\rm c}(T) & = E_{\rm hh} + E_{\rm gap}(T) \end{align*}

Note that the band gap $E_{\rm gap}$ is temperature dependent (Varshni formula), $$E_{\rm gap}(T)=E_{\rm gap}(T=0 {\rm ~K})-\frac{\alpha T^2}{T+\beta},$$ where $\alpha$ and $\beta$ are the Varshni parameters.


Q: How shall I choose the grid spacing <Spatial_grid_spacing unit="nm">? Usually the layers in a QCL have thicknesses of around 1 nm, e. g. 1.3 nm and 1.7 nm. Therefore, in this case, does a grid spacing of 0.2 nm and 0.3 nm make a big difference in the results?

A: Usually the difference should not be large in this case. However, this should be checked for each structure separately. 0.2 nm to 0.3 nm is a reasonable number for the grid spacing.


Q: What are the meanings of Check G lesser = 0.922712086509952 and Check spectral function = 0.917313676654421?

A: If the final values differ significantly from 1, these are indications that some states are not correctly accounted by the energy grid: either the grid spacing is too coarse, and/or the energy range is not correctly defined (see the role of Emin_shift and E_max_shift below)


Q: I don't understand the meaning of Emin_shift and E_max_shift of the energy grid. Can you give an example?

A: These values are related to the upper and lower limits of the energy range. In the figure below, using <Emin_shift unit="meV">50</Emin_shift> and <Emax_shift unit="meV">0</Emax_shift> is not a good choice because the lower edge of the energy scale it too high.

The next figure shows the results when we shift <Emin_shift> by 50 meV: <Emin_shift unit="meV">0</Emin_shift> and <Emax_shift unit="meV">0</Emax_shift>, which gives a better convergence and more accurate results. Yet, the upper edge goes far beyond the occupied spectral range. Using <Emin_shift unit="meV">0</Emin_shift> and <Emax_shift unit="meV">-250</Emax_shift> in the figure below leads to faster calculation times while correctly accounting for both the lower and the upper edge of the energy scale.


Q1: How is the number of periods considered when calculating the gain?

A1: There is no need to multiply the gain by the period number. The gain is given in (cm-1), not in 1/period. The gain is averaged over a single period. But anyway the gain (in cm-1) should not depend on the number of periods considered.

Q2: But for QCLs, there are many periods in the active region. However, in the input file, no period number is considered. In real QCL, the gain should be proportional to the period number. Thus, I don’t understand how this number is considered in the NEGF.

A2: The gain per unit length, usually given in cm-1 (Wikipedia: Gain (laser)), does not depend on the number of periods. But I guess you refer instead to the round-trip gain in the cavity (Wikipedia: Round-trip gain), given by g*2*length(of active region).


Q: What value shall I choose for <Lateral_motion><!-- Lateral energy spacing --><Value unit="meV">?

A: It has to be smaller than the linewidth of the states (that you can see on the 2D DOS plot) but the smaller this value the longer the calculation time. We recommend around 4-5 meV for a THz QCL design and around 10 meV for a mid-infrared design. A value up to 40 meV should be sufficient for typical mid-infrared QCLs (and the calculation is much faster than for 10 meV). Large values result in an overestimate of the broadening, which in turn helps the convergencence with coarse energy grid. But it is not so accurate. In fact it is needed to reduce simulaneously the energy grid and and the lateral energy spacing.

The lateral energy spacing is related to the discretization of the energy dispersion in the directions perpendicular to the growth axis, in which the electrons are free to move (subbands).


Q: My results do not agree with experiment.

A: A discrepancy in the used effective masses could be an explanation. On the other hand, the interface roughness parameters are important parameters. The values given in the paper of A. Wacker seem to be taken in order to fit the experimental data. However, their model for elastic scattering is simplified (with no in-plane dependence for the scattering processes), so it might be that the actual parameters for interface roughness are different in reality.


Q: Current-Density_vs_position.dat: As all the layer are electrically connected in series, would you please advise why the current density varies at different places?

A: The NEGF calculation is done within the mode space basis that depends on the axial cutoff (<Energy_Range_Axial>). As a consequence, back in real space, the current is not necessarly conserved, especially through high barriers. By increasing the axial cutoff, the current should be better conserved.


Q: Regarding model #1, i.e. <Model_Temperature_for_Screening> 1 </Model_Temperature_for_Screening>. If in model #1, the Teff is chosen as a value that matches the “effective electronic temperature” as shown in the output file Current-miscellaneous.txt, does it mean that the offset temperature in model #1 is more accurate, since the effective electronic temperature is calculated iteratively?

A: Yes, exactly.


Q: In the gain simulation, some energy points are missing. In the input file, the energy interval, i.e. the energy spacing between two photon energies (<dE_Phot unit="meV"> or <dE_Phot_Self_Consistent unit="meV">), has been set to be 2 meV. However, for the final results, the interval is 4 meV.

A: The energy interval for the gain calculation will always be at least the energy grid spacing <Energy_grid_spacing unit="meV">.


Q: The simulation results contain a Gain/ folder but it is empty.

A: Note that the gain output is only done for the voltages specified in the input file.

     <!-- Calculate gain only between the following values of
          potential drop per period in order to save CPU time -->
     <Vmin unit="mV"> 160 </Vmin>
     <Vmax unit="mV"> 400 </Vmax>

Q: What is the difference between the output files RealSpaceModes.dat and Wannier-Stark_levels.dat? How are they related to the usual approach of calculating the eigenstates in a given conduction band edge profile (single-band Schrödinger equation)?

A: The output file Wannier-Stark_levels.dat gives the usual eigenstates of the conduction band profile for the periodic heterostructure, by solving the single-band Schrödinger equation (with/without nonparabolicity). The output file RealSpaceModes.dat gives the position eigenstates within the subspace obtained after applying the axial cut-off energy. These position eigenstates are used as a basis in the NEGF calculation. Note that these states depend on the axial cut-off energy: the larger the axial energy cut-off is, the more localized they are.

qcl/faq.1508332558.txt.gz · Last modified: 2017/10/18 13:15 by thomas.grange