This is an old revision of the document!
nextnano.QCL is a console application that is run from within the nextnanomat software (GUI). Alternatively, it can be executed from the command line. The input file specifies the device that shall be simulated.
nextnanomat is a convenient graphical user interface for nextnano.QCL. It can be downloaded from here. It can visualize 1D, 2D and 3D simulations results.
The input file specifies all properties of the device, such as geometry, material composition, temperature, grid,… Furthermore, it sets all parameters that are needed to define the program flow of nextnano.QCL. The keywords that can be used for this purpose are defined in the syntax of the input file.
nextnano.QCL exports its results to a directory. The output files are documented here.
The nextnano.QCL installation provides some example tutorials that can be run with nextnanomat, to get familiar with the program.
All material properties that are needed for simulation are described here.
The software can be obtained from here.
If you have further questions, see the FAQ or contact support@nextnano.com.
The code uses field-periodic boundary condition.
In this way the simulation accounts for an infinite periodic structure, with a periodic electric field.
Coherent transport between periods is accounted on a length set by <Coherence_length_in_Periods>
.
In the beginning of the calculation, the single-band effective mass Schrödinger equation is solved in real space.
The calculated energy levels and wave functions are then used as input to the NEGF algorithm.
The wave functions are termed modes and the NEGF algorithm is written in terms of mode space and not real space to make it computationally more efficient.
The number of QCL periods that are input to this Schrödinger equation are specified in <Number_of_lateral_periods_for_band_structure>
.
In general, the core of the NEGF algorithm should be rather independent of this number, e.g.
<Number_of_lateral_periods_for_band_structure> 4 </Number_of_lateral_periods_for_band_structure>
should lead to very similar results compared to a value of 5
but the numerical values might differ slightly.