Lebedev quadrature

From HandWiki

In numerical analysis, Lebedev quadrature, named after Vyacheslav Ivanovich Lebedev, is an approximation to the surface integral of a function over a three-dimensional sphere. The grid is constructed so to have octahedral rotation and inversion symmetry. The number and location of the grid points together with a corresponding set of integration weights are determined by enforcing the exact integration of polynomials (or equivalently, spherical harmonics) up to a given order, leading to a sequence of increasingly dense grids analogous to the one-dimensional Gauss-Legendre scheme. The Lebedev grid is often employed in the numerical evaluation of volume integrals in the spherical coordinate system, where it is combined with a one-dimensional integration scheme for the radial coordinate. Applications of the grid are found in fields such as computational chemistry and neutron transport.[1][2]

Angular integrals

The surface integral of a function over the unit sphere,

[math]\displaystyle{ I[f] = \int \mathrm{d}\Omega\ f(\Omega) = \int_0^\pi \sin(\theta)\mathrm{d}\theta\int_0^{2\pi}\mathrm{d}\varphi\ f(\theta,\varphi), }[/math]

is approximated in the Lebedev scheme as

[math]\displaystyle{ \tilde{I}[f] = 4\pi \sum_{i=1}^{N}\ w_i f(\theta_i,\varphi_i), }[/math]

where the particular grid points and grid weights are to be determined. The use of a single sum, rather than two one dimensional schemes from discretizing the θ and φ integrals individually, leads to more efficient procedure: fewer total grid points are required to obtain similar accuracy. A competing factor is the computational speedup available when using the direct product of two one-dimensional grids. Despite this, the Lebedev grid still outperforms product grids.[3] However, the use of two one-dimensional integration better allows for fine tuning of the grids, and simplifies the use of any symmetry of the integrand to remove symmetry equivalent grid points.

Construction

The Lebedev grid points are constructed so as to lie on the surface of the three-dimensional unit sphere and to be invariant under the octahedral rotation group with inversion.[4] For any point on the sphere, there are either five, seven, eleven, twenty-three, or forty-seven equivalent points with respect to the octahedral group, all of which are included in the grid. Further, all points equivalent under the rotational and inversion group share the same weights. The smallest such set of points is constructed from all six permutations of (±1, 0, 0) (collectively denoted as a1), leading to an integration scheme

[math]\displaystyle{ \tilde{I}_6 [f] = A_1 \sum_{i=1}^6f(a_i^1), }[/math]
Distinct classes of grid points
Typical element Constraint Number of points
[math]\displaystyle{ a^1\, }[/math] [math]\displaystyle{ (1,0,0)\, }[/math] 6
[math]\displaystyle{ a^2\, }[/math] [math]\displaystyle{ \frac{1}{\sqrt{2}}(1,1,0) }[/math] 12
[math]\displaystyle{ a^3\, }[/math] [math]\displaystyle{ \frac{1}{\sqrt{3}}(1,1,1) }[/math] 8
[math]\displaystyle{ b^k\, }[/math] [math]\displaystyle{ (l_k,l_k,m_k)\, }[/math] [math]\displaystyle{ 2l_k^{2}+m_k^2=1 }[/math] 24
[math]\displaystyle{ c^k\, }[/math] [math]\displaystyle{ (p_k,q_k,0)\, }[/math] [math]\displaystyle{ p_k^2+q_k^2=1 }[/math] 24
[math]\displaystyle{ d^k\, }[/math] [math]\displaystyle{ (r_k,S_k,W_k)\, }[/math] [math]\displaystyle{ r_k^2+S_k^2+W_k^2=1 }[/math] 48

where the grid weight is A1. Geometrically these points correspond to the vertices of a regular octahedron when aligned with the Cartesian axes. Two more sets of points, corresponding to the centers and vertices of the octahedron, are all eight uncorrelated permutations of [math]\displaystyle{ 1/\sqrt{3}(\pm 1,\pm 1,\pm 1) }[/math] (denoted as a3), and all twelve permutations of [math]\displaystyle{ 1/\sqrt{2}(\pm 1,\pm 1,0) }[/math] (denoted as a2). This selection of grid points gives rise to the scheme

[math]\displaystyle{ \tilde{I}_{26}[f] = A_1 \sum_{i=1}^6 f(a_i^1) +A_2 \sum_{i=1}^{12} f(a_i^2) +A_3\sum_{i=1}^{8}f(a_i^3), }[/math]

where A1, A2, and A3 are the weight functions that still need to be determined. Three further types of points can be employed as shown in the table. Each of these types of classes can contribute more than one set of points to the grid. In complete generality, the Lebedev scheme is

[math]\displaystyle{ \begin{align} \tilde{I}_N [f] = A_1\sum_{i=1}^6 f(a_i^1)& + A_2\sum_{i=1}^{12} f(a_i^2) + A_3 \sum_{i=1}^{8} f(a_i^3) \\ & + \sum_{k=1}^{N_1} B_k \sum_{i=1}^{24} f(b_i^k) + \sum_{k=1}^{N_2} C_k \sum_{i=1}^{24} f(c_i^k) + \sum_{k=1}^{N_3} D_k \sum_{i=1}^{48} f(d_i^k), \end{align} }[/math]

where the total number of points, N, is

[math]\displaystyle{ N = 26 + 24(N_1 + N_2) + 48N_3.\, }[/math]

The determination of the grid weights is achieved by enforcing the scheme to integrate exactly all polynomials up to a given order. On the unit sphere, this is equivalent to integrating all spherical harmonics up to the same order. This problem is simplified by a theorem of Sergei Lvovich Sobolev implying that this condition need be imposed only on those polynomials which are invariant under the octahedral rotation group with inversion.[5] Enforcing these conditions leads to a set of nonlinear equations which have been solved and tabulated up to order 131 in the polynomial.[4][6][7][8][9][10]

References

  1. Koch, Wolfram; Max C. Holthausen (2001). A Chemist's Guide to Density Functional Theory. Weinheim: Wiley-VCH. p. 107. ISBN 978-3-527-30372-4. 
  2. Marchuk, G. I.; V. I. Lebedev (1986). Numerical Methods in the Theory of Neutron Transport. Taylor & Francis. p. 123. ISBN 978-3-7186-0182-0. 
  3. Murray, C. W.; N. C. Handy; G. J. Laming (1993). "Quadrature schemes for integrals of density functional theory". Mol. Phys. 78 (4): 997–1014. doi:10.1080/00268979300100651. 
  4. 4.0 4.1 Lebedev, V. I. (1975). "Values of the nodes and weights of ninth to seventeenth order Gauss-Markov quadrature formulae invariant under the octahedron group with inversion". Zh. Vȳchisl. Mat. Mat. Fiz. 15 (1): 48–54. doi:10.1016/0041-5553(75)90133-0. 
  5. Sobolev, S. L. (1962). "Formulae for mechanical cubature on the surface of a sphere". Sibirskii matem. Zh. 3 (5): 769–796. 
  6. Lebedev, V. I. (1976). "Quadratures on a sphere". Zh. Vȳchisl. Mat. Mat. Fiz. 16 (2): 293–306. doi:10.1016/0041-5553(76)90100-2. 
  7. Lebedev, V. I. (1977). "Spherical quadrature formulas exact to orders 25–29". Siberian Math. J. 18 (1): 99–107. doi:10.1007/BF00966954. 
  8. Lebedev, V. I.; A. L. Skorokhodov (1992). "Quadrature formulas of orders 41, 47, and 53 for the sphere". Russian Acad. Sci. Dokl. Math. 45: 587–592. 
  9. Lebedev, V. I. (1995). "A quadrature formula for the sphere of 59th algebraic order of accuracy". Russian Acad. Sci. Dokl. Math. 50: 283–286. 
  10. Lebedev, V. I.; D. N. Laikov (1999). "A quadrature formula for the sphere of the 131st algebraic order of accuracy". Doklady Mathematics 59 (3): 477–481. 

External links