You are on page 1of 4

Computation of Charge Collection Probability for

Any Collecting Junction Shape


Oka Kurniawan1, Vincent K. S. Ong2, Chee Chin Tan2 and Erping Li1
1 2
Institute of High Performance Computing School of Electrical and Electronic Engineering
A*STAR Nanyang Technological University
Singapore 117528 Singapore 639798
e-mail: kurniawano@ihpc.a-star.edu.sg e-mail: vo@pmail.ntu.edu.sg, tanc0184@ntu.edu.sg

Abstract—Electron-beam-induced current (EBIC) of the they encounter built-in electric field, the minority and the
scanning electron microscope (SEM) has been widely used for majority carriers are separated, preventing them from
semiconductor devices and materials characterizations. The recombining. This separation sometimes referred to a
charge collection probability within a collecting junction plays an collection and this charge collection leads to an induced current
important role in determining the EBIC current. The flow in external circuit [3].
conventional approach starts by solving the continuity equation
to obtain the charge carrier density and then the analytical The EBIC current I (x’, z’) is simply the charge collection
expression for the charge collection probability. Knowing the probability Q (x’, z’) convoluted with the with the generation
analytical expression of the charge collection probability volume distribution [4]. This is simply expressed as
enhances the study and development of the measurement
technique. However, the conventional method usually requires
lot of mathematical effort and the derived analytical expression is
I ( x' , z' ) = ∫∫ Q(x', z')g(x − x', z / R)dxdz (1)
valid only for one particular junction shape. This paper presents
where g(x-x’, z/R) is the 2-D distribution of the generation
a simple and straight forward computational method for the
charge collection probability distribution within the charge volume and this generation volume usually involves Gaussian
collecting junction well by utilizing the reciprocity theorem and like distribution. The EBIC current and its analytical
finite difference method with the junction shape serves as the expression can be easily derived from the charge collection
boundary conditions. It not only simplifies the computation but probability if the generation volume distribution is known. If a
also applicable to any junction shape as long as the drift-diffusion point source charge generation is used, the EBIC current for
model remains valid. This method was verified using a U-shaped this particular case is simply reduces to the charge collection
junction well. probability.

Index Terms—Charge carrier processes, electron beam


The analytical expressions for charge collection probability
applications, finite difference methods, semiconductor materials and hence the EBIC profile for the two commonly adopted
measurements, simulation. collector configurations, normal-collector configuration and
planar-collector configuration, were well derived in
I. INTRODUCTION literature[4-10], however, those analytical expressions are not
The electron-beam-induced current (EBIC) mode of the applicable to devices with finite junction dimension such as L-
scanning electron microscope (SEM) is one of the widely used shaped or U-shaped junction. This is because one has to
techniques for semiconductor devices and materials assume that the junction is infinitely deep and that the
characterizations [1]. It is often used in the characterization of generation volume is near the surface if the analytical
the minority carriers transport properties, defect and failure expression for normal-collector configuration is to be used.
analysis of semiconductor devices, p-n junction profiling, and
the imaging of recombination sites [2]. The reasons for the
popularity of this technique are its non-destructive property,
high lateral resolution and depth of resolution of the electron
beam source as well as the availability of well derived
analytical expressions of the EBIC profile which enhance the
study of charge collection and allow the many applications of
the EBIC technique.
In the EBIC technique, a large number of electron-hole
pairs (ehps) are generated when a focused energetic electron
beam impinges upon the sample. The region in which the ehps
are generated is known as the generation volume. These ephs
will tend to diffuse away from the generation volume and if
Figure 1. U-shaped geometry of a junction well

639 ISIC 2009


One also has to assume that the junction is very narrow if the probability Q obeys the following homogeneous continuity
analytical expression for planar-collector configuration is to be equation
used. These assumptions and its analytical expressions are no
longer valid and may pose some inaccuracies if it is applied to ∂ 2 Q(x ' , z' ) ∂ 2 Q(x ' , z' )
+ − λ 2 Q(x ' , z' ) = 0. (4)
devices with finite junction dimension. ∂x 2
∂z 2

The charge collection probability for devices with finite It is also found in [13] that the reciprocity theorem applicable
junction dimension is conventionally derived by solving the when the electric field in the sample is not zero.
charge continuity equation to yield the analytical expression.
Nevertheless, the derivation of the analytical expression is Once the boundary conditions are specified, the charge
usually mathematically complex. Besides that, those derived collection probability can be computed by solving the partial
analytical solution is usually only applicable to one particular differential equation in (4) analytically or with some numerical
collecting junction shape. For example, the analytical technique. The latter technique avoids computational
expression for the U-shaped junction well shown in Fig. 1, a difficulties encountered when one solves (4) analytically.
junction shape that is commonly used for bipolar devices, was Solving (4) numerically simplifies the computation since one
derived in [11] by utilizing the reciprocity theorem and Green’s does not necessarily compute the charge density and is able to
function method. obtain the final charge collection probability directly.

In this paper, we present a new computational method for The partial differential equation (4) can be solved
the charge collection probability distribution within the numerically by using finite difference method. In finite
collecting junction by using the reciprocity theorem and difference method, the independent continuous variables are
solving the respective partial differential equation using finite replaced by discrete variables having its values at each node
difference method. The charge collection probability point that spans the domain of interest [15]. In the 2-D plane,
distribution within the junction well for the U-shaped junction the grid points where the approximate solutions are calculated
is computed using this method and the distribution is compared are defined to be
with the one obtained using the analytical expression. With (x i , z j ) = (ix s , jz s ), where i, j = 1, 2, 3,... (5)
this method one is able to compute the charge collection
probability distribution directly regardless of the shape of the where xs and zs are the horizontal and vertical spacings between
junction, provided that the boundary condition of the junction the grid points. A good approximation can be achieved if the
is well determined and the drift diffusion model is valid. spacings are sufficiently small.
II. THEORY The centered difference approximation which gives a
In 2-D, i.e., the x-z plane, the continuity equation for a point second order approximation for the second derivative function
source generation volume at zero electric field can be written as [16] is given by
f(x + x s ) − 2f (x)+ f(x − x s )
∂ 2 q(x, z) ∂ 2 q(x, z) δ(x − x ' , z − z' ) f '' (x) ≈ . (6)
+ − λ 2 q(x, z) = − (2) xs 2
∂x 2 ∂z 2 D
where q is the minority carrier concentration for n-type The derivatives in (4) are replaced with (6) and expressed as
samples, λ is the reciprocal of the diffusion length i.e. λ = 1/L,
Qi+1, j − 2Q i, j + Qi −1, j Q i, j+1 −2Q i, j + Qi, j −1
D is the diffusion coefficient and the delta function refers to the + − λ 2 Qi, j = 0.
2 2
point source charge generation at x = x’ and z = z’. xs zs
The electron- beam-induced current can be computed if the (7)
excess minority carrier concentration due to generation volume Applying (7) into each node points will result a system of
is known. The charge collection probability is the electron- equation. The system of equation can be represented in a
beam-induced current if the generation volume is a point matrix form
source charge generation which can be represented by a
Green’s function. The charge collection probability is the Ax = b (8)
product of the charge collection at the boundary and the where A contains the coefficients of the equations, x gives the
gradient of the Green’s function in the direction normal to that solution of Qi,j and b is determine from the boundary
boundary. This is expressed as conditions.
∂G

Q( x' , z' ) = Qs
∂n
• dA (3)
The boundary conditions become obvious if its physical
configuration is known. The collection is zero if the beam is
located at the ohmic contact while the collection is unity if the
where Qs is the value at the surface, and the gradient is normal beam is located at the junction.
outward at the surface.
Solving (8) with the given boundary condition, gives the
The reciprocity theorem [12-14] states that the charge approximate solution of Q at each grid point. As a result, the
collection probability satisfies the homogeneous version of the charge collection probability distribution within the collecting
continuity equation as (2). As a result, the charge collection junction is obtained directly without difficulties.

640
III. VERIFICATION
A U-shape junction well as shown in Fig. 1 with 5 μm for
both its width and height, and uniform m mesh spacing is
defined. The boundary conditions for such a junction shape
are as follows
Q = 1, for x = 0 and 0 ≤ z ≤ h
Q = 1, for x = d and 0 ≤ z ≤ h
(9)
Q = 0, for z = 0 and 0 < x < d
Q = 1, for z = h and 0 ≤ x ≤ d .

Figure 3. Relative difference in charge coollection probability between the


result computed using Finite difference and
d analytical expression, L = 1μm.

TABLE I. STATISTIC SUMMARY TABLLE FOR ABSOLUTE DIFFERENCE IN


COMPUTED CHARGE COLLECTION PROBABILITY WITH RESPECT OF
ANALYTICAL EXPRESSION FOR U-SHAPED
S JUNCTION WELL

L = 1 μm L = 3 μm L = 10 μm

Mean 0.004118 0.004076 0.004076

Standard deviation 0.004339 0.004418 0.004426

Maximum 0.024668 0.025058 0.0251

Minimum 8.26 x10-7 4.23x10-6 7.7x10-6

Equation (8) is solved using Maatlab on a standard personal


computer with the boundary condiitions given in (9) and the
diffusion length of the sample is varied from 1 to 10 μm. A
physical explanation of these bound
dary conditions can be found
in [11]. The result is compared with those obtained using
analytical expression derived in [11] where the infinite
summation of these analytical ex xpression is approximated
using 600 terms.
IV. RESULTS AND DISCUSSIONS
Fig. 2 shows charge collectionn probability distribution in
the x-z plane for different minoritty carrier diffusion lengths
that was computed using the finite difference method. Fig. 3
shows relative difference in chaarge collection probability
between the results computed using g the proposed method and
usion length equal to 1 μm.
analytical expression when the diffu
The relative difference profile forr other values of diffusion
length have the similar shape as shown in Fig. 3. Table I
shows the statistic summary forr the absolute difference
between the results computed usin ng finite difference method
and the one computed using analy ytical expression derived in
[11]. The maximum absolute diff fference between the result
computed using finite differencee method and analytical
expression is 0.025 and the mean absolute
a difference is about
0.004. It can be observed that the result computed using the
Figure 2. Charge collection probability distribution in xx-z plane computed finite difference method has good agreement with the results
using finite difference method. (a) L=1 μm, (b) L=3 μμm, (c) L=10 μm. computed analytically. The slight difference
d can be explained

641
by the inaccuracies caused by the approximation in both REFERENCES
methods. [1] H. J. Leamy, "Charge collection scanning electron microscopy," Journal
of Applied Physics, vol. 53, pp. 51-80, 1982.
From Fig. 2, it can be seen that the maximum or the unity
[2] J. I. Hanoka and R. O. Bell, "Electron-beam-induced currents in
charge collection probability is located at the collecting semiconductors," in Annual review of materials science. Vol.11 Palo
junction and drops to the minimum at the ohmic contact which Alto, CA, USA: Annual Reviews, pp. 353-80,1981.
is located at the top boundary. This conforms to the theoretical [3] D. B. Holt, Quantitative Scanning Electron Microscopy. London, U.K:
analysis discussed in [11]. Academic, 1974.
[4] C. Donolato, "On the analysis of diffusion length measurements by
These results also show that the changes in the charge SEM," Solid-State Electronics, vol. 25, pp. 1077-1081, 1982.
collection probability distribution are insignificant for L ≥ 5μm. [5] O. von Roos and K. L. Luke, "Analysis of the interaction of an electron
This suggests that effect of the diffusion length on the charge beam with back surface field solar cells," Journal of Applied Physics,
collection probability is imperceptible when the diffusion vol. 54, pp. 3938-42, 1983.
length is about the dimension of the junction well or larger. [6] F. Berz and H. K. Kuiken, "Theory of life time measurements with the
This is true since most carriers will be collected if the diffusion scanning electron microscope: steady state," Solid-State Electronics, vol.
length is about the junction dimension or larger. When no 19, pp. 437-45, 1976.
recombination takes place, the charge collected will be [7] K. L. Luke and O. von Roos, "An EBIC equation for solar cells," Solid-
State Electronics, vol. 26, pp. 901-6, 1983.
independent of the diffusion length.
[8] D. E. Ioannou and C. A. Dimitriadis, "A SEM-EBIC minority-carrier
It can also be observed in Fig. 3 the discrepancy between diffusion-length measurement technique," IEEE Transactions on
the two methods is more pronounced at the two vertical Electron Devices, vol. ED-29, pp. 445-50, 1982.
junction, i.e. x = 0 and x = d. This may be due to the coarse [9] C. Donolato, "Charge collection in a Schottky diode as a mixed
boundary-value problem," Solid-State Electronics, vol. 28, pp. 1143-51,
grid setting at location with a steep charge collection 1985.
probability gradient. This can be solved by increasing the
[10] J. Boersma, J. J. E. Indenkleef, and H. K. Kuiken, "A diffusion problem
number of grid point at those locations. in semiconductor technology," Journal of Engineering Mathematics, vol.
18, pp. 315-33, 1984.
It is to be noted that, with this new method, we only define
[11] O. Kurniawan and V. K. S. Ong, "Charge collection from within a
the junction shape which serves as boundary conditions and the collecting junction well," IEEE Transactions on Electron Devices, vol.
charge collection probability distribution within the collecting 55, pp. 1220-1228, 2008.
junction will be produced. This shows that this computational [12] C. Donolato, "A reciprocity theorem for charge collection," Applied
method is applicable to any junction shape. Physics Letters, vol. 46, pp. 270-2, 1985.
[13] C. Donolato, "An alternative proof of the generalized reciprocity
V. CONCLUSION theorem for charge collection," Journal of Applied Physics, vol. 66, pp.
This paper has presented a simple and direct method for the 4524-5, 1989.
computation of charge collection probability distribution by [14] C. Donolato, "Reciprocity theorem for charge collection by a surface
with finite collection velocity: application to grain boundaries," Journal
utilizing the reciprocity theorem and solving the respective of Applied Physics, vol. 76, pp. 959-66, 1994.
partial differential equation using the finite difference method. [15] X. S. Yang, Introduction to computational mathematics World Scientific
This model is correct as long as the drift-diffusion model is 2008.
valid and can be readily applied to any junction shape. [16] M. T. Heath, Scientific Computing : an introductory survey 2nd ed.
Boston : McGraw-Hill 2002.

642

You might also like