3.11. Release Notes (Classic)
2024-01-17
- the folder structure has been reorganized 
- the name “classic” is used to refer to the present C# version (by opposition to the new nextnano.NEGF C++ version) 
2023-06-21
- Improve calculation of effective temperature based on Green’s function (instead of density matrix) 
- Display photon genererated carrier densities when stimulated emission is accounted (PhotonGeneratedDensity_energy_resolved.vtr in the 2d plot folder) 
- Improve initialization of Green’s functions for faster convergence 
- Output the decomposition of gain in different transitions (among Wannier-Stark levels) in the semiclassical calculation 
2022-06-13
- Units in LO-phonon scattering rates have been fixed. 
- Now the license nnNEGF.lic is supported. 
2022-04-29
- The in-plane nonparabolicity model introduced in the previous update has been fixed. 
<Materials>
    ...
    <InPlaneNonParabolicity>yes</InPlaneNonParabolicity>
    ...
</Materials>
- The LO-phonon scattering rate output has been fixed. 
2022-03-14
- Linear alloy grading is now possible: 
<Layer> <!-- all the material parameters will be linearily interpolated between the <Material1> and the <Material2> -->
    <Material1>mat1</Material1>
    <Material2>mat2</Material2>
    <Thickness unit="nm">5.0</Thickness>
</Layer>
2. The in-plane nonparabolicity for multiband models can be activated with the command
<InPlaneNonParabolicity>yes</InPlaneNonParabolicity>
inside the block <Materials>...<Materials>.
- In the 2- and 3-band models, nonparabolicity coefficient can be used as in input material parameter. If specified, it will be used to overwrite the k.p parameters. 
<Material>
    <Name>In(x)Ga(1-x)As</Name>
    <Alloy_Composition>0.53</Alloy_Composition>
    <Alias>well</Alias>
    <Effective_mass_from_kp_parameters>no</Effective_mass_from_kp_parameters>
    <Overwrite>
        <NonParabolicity Unit="cm^2">1.5e-14</NonParabolicity>
    </Overwrite>
</Material>
4. The individual scattering rates of LO-phonon, alloy disorder and interface roughness can be output.