User Tools

Site Tools


qcl:photon-assisted_transport_and_gain_clamping

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
qcl:photon-assisted_transport_and_gain_clamping [2020/11/19 15:40]
thomas.grange
qcl:photon-assisted_transport_and_gain_clamping [2020/11/19 16:22]
thomas.grange
Line 1: Line 1:
 ===== Photon-assisted transport and gain clamping ===== ===== Photon-assisted transport and gain clamping =====
  
-=== Photon-assisted transport ===+==== Photon-assisted transport ​====
  
-Photon-assisted transport can be modeled by considering ​+Photon-assisted transport can be modeled by considering ​electromagnetic (EM) modes at specific energies.
 <​code>​ <​code>​
 <​EMfield>​ <​EMfield>​
 <​EMmode>​ <​EMmode>​
 <​PhotonEnergy unit="​mV">​253.0</​PhotonEnergy>​ <​PhotonEnergy unit="​mV">​253.0</​PhotonEnergy>​
-<​ElectricField unit="​V.m^-1">​0.0</​ElectricField>​ 
 </​EMmode>​ </​EMmode>​
 </​EMfield>​ </​EMfield>​
 </​code>​ </​code>​
 +
 +Note that in the current version (2020-11-16),​ only a single EM mode is supported at a time.
 +
 +The electric field in this EM mode can be either imposed (detection mode) or calculated self-consistently (gain clamping).
 +
 +The detection mode is relevant to study quantum cascade detectors and/or to study the role of photon-assisted transport.
 +
 +
 +The electric field can be set in the following way:
 +<​code>​
 +<​EMfield>​
 +<​EMmode>​
 +<​PhotonEnergy unit="​mV">​253.0</​PhotonEnergy>​
 +<​ElectricField unit="​V.m^-1">​1.0e6</​ElectricField>​
 +</​EMmode>​
 +</​code>​
 +
 +=== Relation to gain calculation ===
 +The gain feature calculates the linear response to an a.c. incoming field. In this case, the d.c. current is not modified. ​
 +On the other hand, the photon-assisted transport is modeled through the use of a self-energy (self-consistent Born approximation) to describe both absorption and stimulated emission processes, and has an influence on the d.c. transport. ​
 +In the case of the electron-photon self-energy,​ a gain is also calculated at the specified EM mode energy. However, the calculated gain slightly differ from the one calculated using linear response, even for small intensities,​ as broadening effects are not treated within the same approximations in the two cases. This is all the more the case when going to small photon energy (i.e. long wavelengths). Hence this method can produce unreliable results in terahertz devices where broadening effects are comparable to the photon energy.
 +
 +==== Gain clamping ====
 +Gain clamping is relevant to the simulation of quantum cascade lasers above threshold. Indeed, when the gain surpasses the cavity losses, lasing starts and the gain is clamped to the cavity losses.
 +
 +To simulate gain clamping, the following command should be used:
 +<​code>​
 +    <​Gain>​
 +       ...
 +       <​Cavity_Losses unit="​cm^{-1}">​2.76</​Cavity_Losses>​
 +       <​GainClamping>​yes</​GainClamping>​
 +    </​Gain>​
 +</​code> ​
 +Note that in this case, the EM electric field should be set to zero:
 +<​code>​
 +<​EMfield>​
 +<​EMmode>​
 +<​PhotonEnergy unit="​mV">​253.0</​PhotonEnergy>​
 +<​ElectricField unit="​V.m^-1">​0.0</​ElectricField>​
 +</​EMmode>​
 +</​code>​
 +
 +In this case, the electric field in the cavity is adjusted self-consistently so that the gain for this photon energy matchs the specified cavity losses. ​
 +
 +
qcl/photon-assisted_transport_and_gain_clamping.txt ยท Last modified: 2022/03/30 17:19 by thomas.grange