Hydrogen module
associated_laguerre_polynomial(x, i, alpha)
Associated Laguerre polynomial constructed by recursion (see https://en.wikipedia.org/wiki/Laguerre_polynomials#Generalized_Laguerre_polynomials)
Source code in braketlab/hydrogen.py
34 35 36 37 38 39 40 41 |
|
legendre_polynomial(x, n)
Returns the Legendre polynomial, as
Source code in braketlab/hydrogen.py
8 9 10 11 12 |
|