previous up next contents Previous: 8.4.4 Boundary Conditions Up: 8. Finite Difference Wigner Next: 9. Stochastic Methods and


8.5 Remarks on Implementation

The discretization is only sparse in $ x$, it is dense in $ k$. That means for a fixed $ x$ all pairs $ (x,k)$ and $ (x,k')$ couple in the matrix and give full blocks in $ k$.

The need to use an equispaced grid in $ k$ is a performance killer. For resonant tunneling diodes one gets sharp resonances which have to be resolved by a fine enough $ k$-mesh. Although the equation is sparse in $ x$, the terms for potential and for scattering give full $ N_k \times N_k$ blocks in the matrix. For self-consistent simulations one usually chooses $ \triangle x = \triangle y$ where $ \triangle y$ is given by 8.15. Then the completeness condition shows the following unpleasant feature: if one refines the mesh everywhere in $ x$ and also doubles the number of points $ N_k$, then the resolution $ \triangle k$ in $ k$ is unchanged. The $ k$-mesh is only extended towards infinity, but not denser. The new $ k$-points are introduced in external areas where the density $ f(x,k)$ is very low and accuracy in $ k$ is not increased. Hence in a large part of the simulation domain the density is very low as depicted in Figure 8.1. In this case one has to increase the number of points in $ k$ by a factor of $ 4$ to achieve double resolution.

Figure 8.1: Wigner distribution function. Density is very low in large parts of the simulation domain.
\includegraphics[width=0.9\columnwidth
]{Figures/FigLastSolutionLabelled}

If the nodes are ordered properly, the overall sparsity structure of the matrix is a banded block matrix with bandwidth of an order like $ n \times N_k$ where $ n$ depends on the chosen discretization for the free term (that is, a small number, for example $ n = 3$). This Wigner system can be conveniently solved with a (sparse) Gaussian elimination solver. Note that the bandwidth for the Wigner system is approximately of the same order as for the matrix stemming from a two dimensional diffusion problem (Laplace equation). So with respect to the use of sparse Gaussian solvers, the Wigner equation is no worse than a ``completely" sparse problem. But a two-dimensional diffusion problem can conveniently be solved by iterative solvers, while the low overall sparsity (full blocks) of the Wigner system makes this slow.

Numerical costs for Gaussian elimination applied on a $ N_k \times N_k$ matrix block are of the order of $ N_k^{3}$. The number of such blocks in the system matrix is proportional to $ N_x$. Hence the costs are of the order of $ N_k^3 \times N_x$ which is approximately $ N_k^4$. Even in one spatial dimension this sets a tight practical limit on the feasible size of the mesh. The Wigner function method is compared with the QTBM in Section 10.1 .

previous up next contents Previous: 8.4.4 Boundary Conditions Up: 8. Finite Difference Wigner Next: 9. Stochastic Methods and


R. Kosik: Numerical Challenges on the Road to NanoTCAD