Jump to content

Lebedev quadrature: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Angular integrals: replace/remove deprecated cs1|2 parameters; using AWB
Citation bot (talk | contribs)
Added bibcode. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Numerical integration (quadrature) | #UCB_Category 17/27
 
(10 intermediate revisions by 10 users not shown)
Line 1: Line 1:
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 symmetry|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 [[polynomial]]s (or equivalently, [[spherical harmonics]]) up to a given order, leading to a sequence of increasingly dense grids analogous to the one-dimensional [[Gaussian quadrature|Gauss-Legendre]] scheme.
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 symmetry|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 [[polynomial]]s (or equivalently, [[spherical harmonics]]) up to a given order, leading to a sequence of increasingly dense grids analogous to the one-dimensional [[Gaussian quadrature|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]]<ref>{{cite book|last=Koch|first=Wolfram|author2=Max C. Holthausen |title=A Chemist's Guide to Density Functional Theory|publisher=Wiley-VCH|location=Weinheim|date=2001|page=107|isbn=978-3-527-30372-4}}</ref> and [[neutron transport]].<ref>{{cite book|last=Marchuk|first=G. I.|author2=V. I. Lebedev |title=Numerical Methods in the Theory of Neutron Transport|publisher=Taylor & Francis|date=1986|page=123|isbn=978-3-7186-0182-0}}</ref>
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]].<ref>{{cite book|last=Koch|first=Wolfram|author2=Max C. Holthausen |title=A Chemist's Guide to Density Functional Theory|publisher=Wiley-VCH|location=Weinheim|date=2001|page=107|isbn=978-3-527-30372-4}}</ref><ref>{{cite book|last=Marchuk|first=G. I.|author2=V. I. Lebedev |title=Numerical Methods in the Theory of Neutron Transport|publisher=Taylor & Francis|date=1986|page=123|isbn=978-3-7186-0182-0}}</ref>


==Angular integrals==
==Angular integrals==
Line 7: Line 7:
The [[surface integral]] of a function over the unit sphere,
The [[surface integral]] of a function over the unit sphere,


:<math>I[f] = \frac{1}{4\pi}\int \mathrm{d}\Omega\ f(\Omega) = \frac{1}{4\pi}\int_0^\pi \sin(\theta)\mathrm{d}\theta\int_0^{2\pi}\mathrm{d}\varphi\ f(\theta,\varphi),</math>
:<math>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 [[Vyacheslav_Ivanovich_Lebedev|Lebedev]] scheme as
is approximated in the [[Vyacheslav_Ivanovich_Lebedev|Lebedev]] scheme as


:<math>\tilde{I}[f] = \sum_{i=1}^{N}\ w_i f(\theta_i,\varphi_i),</math>
:<math>\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.<ref>{{cite journal|last=Murray|first=C. W. |author2=N. C. Handy |author3=G. J. Laming|date=1993|title=Quadrature schemes for integrals of density functional theory |journal=Mol. Phys.|volume=78|issue=4|pages=997&ndash;1014|doi=10.1080/00268979300100651}}</ref> 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.
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.<ref>{{cite journal|last=Murray|first=C. W. |author2=N. C. Handy |author3=G. J. Laming|date=1993|title=Quadrature schemes for integrals of density functional theory |journal=Mol. Phys.|volume=78|issue=4|pages=997&ndash;1014|doi=10.1080/00268979300100651|bibcode=1993MolPh..78..997M }}</ref> 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==
==Construction==


The [[Vyacheslav_Ivanovich_Lebedev|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 symmetry|octahedral]] rotation group with inversion.<ref name="lebedev75">{{cite journal|last=Lebedev|first= V. I.|date=1975|title=Values of the nodes and weights of ninth to seventeenth order Gauss-Markov quadrature formulae invariant under the octahedron group with inversion|journal=Zh. V&#563;chisl. Mat. Mat. Fiz.|volume=15|issue=1|pages=48&ndash;54|doi=10.1016/0041-5553(75)90133-0}}</ref> 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 [[permutation]]s of (±1,&nbsp;0,&nbsp;0) (collectively denoted as ''a''<sup>1</sup>), leading to an integration scheme
The [[Vyacheslav_Ivanovich_Lebedev|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 symmetry|octahedral]] rotation group with inversion.<ref name="lebedev75">{{cite journal|last=Lebedev|first= V. I.|date=1975|title=Values of the nodes and weights of ninth to seventeenth order Gauss-Markov quadrature formulae invariant under the octahedron group with inversion|journal=Zh. Vȳchisl. Mat. Mat. Fiz.|volume=15|issue=1|pages=48&ndash;54|doi=10.1016/0041-5553(75)90133-0}}</ref> 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 [[permutation]]s of (±1,&nbsp;0,&nbsp;0) (collectively denoted as ''a''<sup>1</sup>), leading to an integration scheme


:<math>\tilde{I}_6 [f] = A_1 \sum_{i=1}^6f(a_i^1),</math>
:<math>\tilde{I}_6 [f] = A_1 \sum_{i=1}^6f(a_i^1),</math>
Line 61: Line 61:
|}
|}


where the grid weight is ''A''<sub>1</sub>. 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>1/\sqrt{3}(\pm 1,\pm 1,\pm 1)</math> (denoted as ''a''<sup>2</sup>), and all twelve permutations of <math>1/\sqrt{2}(\pm 1,\pm 1,0)</math> (denoted as ''a''<sup>3</sup>). This selection of grid points gives rise to the scheme
where the grid weight is ''A''<sub>1</sub>. 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>1/\sqrt{3}(\pm 1,\pm 1,\pm 1)</math> (denoted as ''a''<sup>3</sup>), and all twelve permutations of <math>1/\sqrt{2}(\pm 1,\pm 1,0)</math> (denoted as ''a''<sup>2</sup>). This selection of grid points gives rise to the scheme


:<math>\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>
:<math>\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>
Line 78: Line 78:
:<math>N = 26 + 24(N_1 + N_2) + 48N_3.\,</math>
:<math>N = 26 + 24(N_1 + N_2) + 48N_3.\,</math>


but in some cases ''A''<sub>2</sub> is set to zero and the number of points is
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 harmonic]]s 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.<ref>{{cite journal|last=Sobolev|first=S. L.|date=1962|title=Formulae for mechanical cubature on the surface of a sphere|journal=Sibirskii matem. Zh.|volume=3|issue=5|pages=769&ndash;796}}</ref> Enforcing these conditions leads to a set of nonlinear equations which have been solved and tabulated up to order 131 in the polynomial.<ref name="lebedev75"/><ref>{{cite journal|last=Lebedev|first= V. I.|date=1976|title=Quadratures on a sphere|journal=Zh. V&#563;chisl. Mat. Mat. Fiz.|volume=16|issue=2|pages=293&ndash;306|doi=10.1016/0041-5553(76)90100-2}}</ref><ref>{{cite journal|last=Lebedev|first= V. I.|date=1977|title=Spherical quadrature formulas exact to orders 25&ndash;29|journal=Siberian Math. J.|volume=18|issue=1|pages=99&ndash;107|doi=10.1007/BF00966954}}</ref><ref>{{cite journal|last=Lebedev|first= V. I.|author2=A. L. Skorokhodov |date=1992|title=Quadrature formulas of orders 41, 47, and 53 for the sphere|journal=Russian Acad. Sci. Dokl. Math.|volume=45|pages=587&ndash;592}}</ref><ref>{{cite journal|last=Lebedev|first= V. I.|date=1995|title=A quadrature formula for the sphere of 59th algebraic order of accuracy|journal=Russian Acad. Sci. Dokl. Math.|volume=50|pages=283&ndash;286}}</ref><ref name="lebedev99477">{{cite journal|last=Lebedev|first=V. I.|author2=D. N. Laikov |date=1999|title=A quadrature formula for the sphere of the 131st algebraic order of accuracy|journal=Doklady Mathematics|volume=59|issue=3|pages=477&ndash;481}}</ref>

:<math>N = 14 + 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 harmonic]]s 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.<ref>{{cite journal|last=Sobolev|first=S. L.|date=1962|title=Formulae for mechanical cubature on the surface of a sphere|journal=Sibirskii Matem. Zh.|volume=3|issue=5|pages=769&ndash;796}}</ref> Enforcing these conditions leads to a set of nonlinear equations which have been solved and tabulated up to order 131 in the polynomial.<ref name="lebedev75"/><ref>{{cite journal|last=Lebedev|first= V. I.|date=1976|title=Quadratures on a sphere|journal=Zh. Vȳchisl. Mat. Mat. Fiz.|volume=16|issue=2|pages=293&ndash;306|doi=10.1016/0041-5553(76)90100-2}}</ref><ref>{{cite journal|last=Lebedev|first= V. I.|date=1977|title=Spherical quadrature formulas exact to orders 25&ndash;29|journal=Siberian Math. J.|volume=18|issue=1|pages=99&ndash;107|doi=10.1007/BF00966954|bibcode= 1977SibMJ..18...99L}}</ref><ref>{{cite journal|last=Lebedev|first= V. I.|author2=A. L. Skorokhodov |date=1992|title=Quadrature formulas of orders 41, 47, and 53 for the sphere|journal=Russian Acad. Sci. Dokl. Math.|volume=45|pages=587&ndash;592}}</ref><ref>{{cite journal|last=Lebedev|first= V. I.|date=1995|title=A quadrature formula for the sphere of 59th algebraic order of accuracy|journal=Russian Acad. Sci. Dokl. Math.|volume=50|pages=283&ndash;286}}</ref><ref name="lebedev99477">{{cite journal|last=Lebedev|first=V. I.|author2=D. N. Laikov |date=1999|title=A quadrature formula for the sphere of the 131st algebraic order of accuracy|journal=Doklady Mathematics|volume=59|issue=3|pages=477&ndash;481}}</ref>


==References==
==References==
Line 85: Line 89:
==External links==
==External links==
*[http://www.ccl.net/cca/software/SOURCES/FORTRAN/Lebedev-Laikov-Grids/ Fortran code] for evaluating Lebedev grid points and weights
*[http://www.ccl.net/cca/software/SOURCES/FORTRAN/Lebedev-Laikov-Grids/ Fortran code] for evaluating Lebedev grid points and weights
*Python codes: [https://github.com/nschloe/quadpy#sphere quadpy] and [https://bitbucket.org/CasperBeentjes/quadratures-on-unit-sphere/src/master/ CasperBeentjes]
*[http://people.sc.fsu.edu/~jburkardt/datasets/sphere_lebedev_rule/sphere_lebedev_rule.html] Downloadable grid points
*[http://people.sc.fsu.edu/~jburkardt/datasets/sphere_lebedev_rule/sphere_lebedev_rule.html] Downloadable grid points
{{Numerical integration}}
[[Category:Numerical integration (quadrature)]]
[[Category:Numerical integration (quadrature)]]

Latest revision as of 05:04, 16 December 2024

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

[edit]

The surface integral of a function over the unit sphere,

is approximated in the Lebedev scheme as

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

[edit]

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

Distinct classes of grid points
Typical element Constraint Number of points
6
12
8
24
24
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 (denoted as a3), and all twelve permutations of (denoted as a2). This selection of grid points gives rise to the scheme

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

where the total number of points, N, is

but in some cases A2 is set to zero and the number of points is

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

[edit]
  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. Bibcode:1993MolPh..78..997M. doi:10.1080/00268979300100651.
  4. ^ a b 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. Bibcode:1977SibMJ..18...99L. 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.
[edit]