
    wg                     b   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlm	Z	m
Z
mZmZmZ ddlmZ ddlmZ dd	lmZ dd
lmZmZ ddlmZ ddlmZ ddlmZ ddlmZmZ ddl m!Z! ddl"m#Z# ddl$m%Z% ddl&m'Z' dgZ(d Z)d Z*d Z+d Z,d$dZ-d$dZ.d$dZ/d$dZ0d$dZ1d$dZ2 G d d e      Z3d! Z4d" Z5d# Z6y)%a>  
Wigner, Clebsch-Gordan, Racah, and Gaunt coefficients

Collection of functions for calculating Wigner 3j, 6j, 9j,
Clebsch-Gordan, Racah as well as Gaunt coefficients exactly, all
evaluating to a rational number times the square root of a rational
number [Rasch03]_.

Please see the description of the individual functions for further
details and examples.

References
==========

.. [Regge58] 'Symmetry Properties of Clebsch-Gordan Coefficients',
  T. Regge, Nuovo Cimento, Volume 10, pp. 544 (1958)
.. [Regge59] 'Symmetry Properties of Racah Coefficients',
  T. Regge, Nuovo Cimento, Volume 11, pp. 116 (1959)
.. [Edmonds74] A. R. Edmonds. Angular momentum in quantum mechanics.
  Investigations in physics, 4.; Investigations in physics, no. 4.
  Princeton, N.J., Princeton University Press, 1957.
.. [Rasch03] J. Rasch and A. C. H. Yu, 'Efficient Storage Scheme for
  Pre-calculated Wigner 3j, 6j and Gaunt Coefficients', SIAM
  J. Sci. Comput. Volume 25, Issue 4, pp. 1416-1428 (2003)
.. [Liberatodebrito82] 'FORTRAN program for the integral of three
  spherical harmonics', A. Liberato de Brito,
  Comput. Phys. Commun., Volume 25, pp. 81-85 (1982)
.. [Homeier96] 'Some Properties of the Coupling Coefficients of Real
  Spherical Harmonics and Their Relation to Gaunt Coefficients',
  H. H. H. Homeier and E. O. Steinborn J. Mol. Struct., Volume 368,
  pp. 31-37 (1996)

Credits and Copyright
=====================

This code was taken from Sage with the permission of all authors:

https://groups.google.com/forum/#!topic/sage-devel/M4NZdu-7O38

Authors
=======

- Jens Rasch (2009-03-24): initial version for Sage

- Jens Rasch (2009-05-31): updated to sage-4.0

- Oscar Gerardo Lazo Arjona (2017-06-18): added Wigner D matrices

- Phil Adam LeMaitre (2022-09-19): added real Gaunt coefficient

Copyright (C) 2008 Jens Rasch <jyr2000@gmail.com>

    )Sum)Add)
int_valued)Function)FloatIIntegerpiRational)S)Dummy)sympify)binomial	factorial)re)exp)sqrt)cossin)Ynm)zeros)ImmutableMatrix)as_int   c                     | t        t              k\  rLt        t        t              t        | dz               D ]$  }t        j	                  t        |dz
     |z         & t        dt        |       dz    S )a1  
    Function calculates a list of precomputed factorials in order to
    massively accelerate future calculations of the various
    coefficients.

    Parameters
    ==========

    nn : integer
        Highest factorial to be computed.

    Returns
    =======

    list of integers :
        The list of precomputed factorials.

    Examples
    ========

    Calculate list of factorials::

        sage: from sage.functions.wigner import _calc_factlist
        sage: _calc_factlist(10)
        [1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880, 3628800]
    r   N)len	_Factlistrangeintappend)nniis     Y/home/mcse/projects/flask/flask-venv/lib/python3.12/site-packages/sympy/physics/wigner.py_calc_factlistr$   N   sc    6 
S^IBF4 	5BYrAv.34	5\c"gk""    c                    t        | t              r| S t        |       t        u r0| j	                         rt        |       S d| z  j	                         ry| S t        | t
              rC| j                  dk(  r| j                  | j                  z  S | j                  dk(  r0| j                  S t        | t              rt        t        |             S t        d| z        )z>return Python int unless value is half-int (then return float)   r   z)expecting integer or half-integer, got %s)
isinstancer   typefloat
is_integerr   qpr   _int_or_halfint
ValueError)values    r#   r.   r.   o   s    %	e	u:eG!L	E8	$77a<77577?"WW\77N	E5	!uU|,,
@5H
IIr%   c           	      H   t        t        | |||||g      \  } }}}}}||z   |z   dk7  rt        j                  S | |z   |z
  }|dk  rt        j                  S | |z
  |z   }|dk  rt        j                  S |  |z   |z   }|dk  rt        j                  S t	        |      | kD  st	        |      |kD  st	        |      |kD  rt        j                  S t        | |z
        rt        ||z
        rt        ||z
        st        j                  S t        | |z   |z   dz   | t	        |      z   |t	        |      z   |t	        |      z         }	t        t        |	             t        t        t        | |z   |z
           t        t        | |z
  |z            z  t        t        |  |z   |z            z  t        t        | |z
           z  t        t        | |z            z  t        t        ||z
           z  t        t        ||z            z  t        t        ||z
           z  t        t        ||z            z        t        t        | |z   |z   dz            z  }
t        |
      }|j                  s|j                  r|j                         d   }t        | | z   |z   | |z   |z
  d      }t        ||z   | |z
  | |z   |z
        }d}t!        t        |      t        |      dz         D ]  }t        |   t        t        ||z   | z
  |z
           z  t        t        ||z   |z
           z  t        t        | |z
  |z
           z  t        t        ||z   |z
  |z            z  t        t        | |z   |z
  |z
           z  }|t        d|z        |z  z   } t        dt        | |z
  |z
        z        }||z  |z  }|S )a	  
    Calculate the Wigner 3j symbol `\operatorname{Wigner3j}(j_1,j_2,j_3,m_1,m_2,m_3)`.

    Parameters
    ==========

    j_1, j_2, j_3, m_1, m_2, m_3 :
        Integer or half integer.

    Returns
    =======

    Rational number times the square root of a rational number.

    Examples
    ========

    >>> from sympy.physics.wigner import wigner_3j
    >>> wigner_3j(2, 6, 4, 0, 0, 0)
    sqrt(715)/143
    >>> wigner_3j(2, 6, 4, 0, 0, 1)
    0

    It is an error to have arguments that are not integer or half
    integer values::

        sage: wigner_3j(2.1, 6, 4, 0, 0, 0)
        Traceback (most recent call last):
        ...
        ValueError: j values must be integer or half integer
        sage: wigner_3j(2, 6, 4, 1, 0, -1.1)
        Traceback (most recent call last):
        ...
        ValueError: m values must be integer or half integer

    Notes
    =====

    The Wigner 3j symbol obeys the following symmetry rules:

    - invariant under any permutation of the columns (with the
      exception of a sign change where `J:=j_1+j_2+j_3`):

      .. math::

         \begin{aligned}
         \operatorname{Wigner3j}(j_1,j_2,j_3,m_1,m_2,m_3)
          &=\operatorname{Wigner3j}(j_3,j_1,j_2,m_3,m_1,m_2) \\
          &=\operatorname{Wigner3j}(j_2,j_3,j_1,m_2,m_3,m_1) \\
          &=(-1)^J \operatorname{Wigner3j}(j_3,j_2,j_1,m_3,m_2,m_1) \\
          &=(-1)^J \operatorname{Wigner3j}(j_1,j_3,j_2,m_1,m_3,m_2) \\
          &=(-1)^J \operatorname{Wigner3j}(j_2,j_1,j_3,m_2,m_1,m_3)
         \end{aligned}

    - invariant under space inflection, i.e.

      .. math::

         \operatorname{Wigner3j}(j_1,j_2,j_3,m_1,m_2,m_3)
         =(-1)^J \operatorname{Wigner3j}(j_1,j_2,j_3,-m_1,-m_2,-m_3)

    - symmetric with respect to the 72 additional symmetries based on
      the work by [Regge58]_

    - zero for `j_1`, `j_2`, `j_3` not fulfilling triangle relation

    - zero for `m_1 + m_2 + m_3 \neq 0`

    - zero for violating any one of the conditions
         `m_1  \in \{-|j_1|, \ldots, |j_1|\}`,
         `m_2  \in \{-|j_2|, \ldots, |j_2|\}`,
         `m_3  \in \{-|j_3|, \ldots, |j_3|\}`

    Algorithm
    =========

    This function uses the algorithm of [Edmonds74]_ to calculate the
    value of the 3j symbol exactly. Note that the formula contains
    alternating sums over large factorials and is therefore unsuitable
    for finite precision arithmetic and only useful for a computer
    algebra system [Rasch03]_.

    Authors
    =======

    - Jens Rasch (2009-03-24): initial version
    r   r   )mapr.   r   Zeroabsr   maxr$   r   r	   r   r   
is_complexis_infiniteas_real_imagminr   )j_1j_2j_3m_1m_2m_3a1a2a3maxfactargsqrtressqrtiminimaxsumresr"   denprefidress                      r#   	wigner_3jrM      s   r $'(+S#sC'E$G Cc3S Sy3!vv	sSB	Avvv	sSB	Avvv
c	B	AvvvC3CHsNC3vvsSy!sSy!sSy!vv#)c/A%sSX~sSX~C."G3w< iC#IO 45s39s?345sC4#:#3456 s39~./ s39~.	/
 s39~./ s39~./ s39~./ s39~./ 0 	#cCi#o)*+	,G 7mGW00&&(+tczC#c!115DsSy#)S3Y_5DFCIs4y1}- 4mc"s(S.3./01c#)b.)*+ c#(S.)*+ c"s(S.3./0	1
 c#)c/B./01 '2"*-334 bSsS112F
F
V
#CJr%   c           	      v    dt        | |z
  |z         z  t        d|z  dz         z  t        | |||||       z  }|S )a  
    Calculates the Clebsch-Gordan coefficient.
    `\left\langle j_1 m_1 \; j_2 m_2 | j_3 m_3 \right\rangle`.

    The reference for this function is [Edmonds74]_.

    Parameters
    ==========

    j_1, j_2, j_3, m_1, m_2, m_3 :
        Integer or half integer.

    Returns
    =======

    Rational number times the square root of a rational number.

    Examples
    ========

    >>> from sympy import S
    >>> from sympy.physics.wigner import clebsch_gordan
    >>> clebsch_gordan(S(3)/2, S(1)/2, 2, S(3)/2, S(1)/2, 2)
    1
    >>> clebsch_gordan(S(3)/2, S(1)/2, 1, S(3)/2, -S(1)/2, 1)
    sqrt(3)/2
    >>> clebsch_gordan(S(3)/2, S(1)/2, 1, -S(1)/2, S(1)/2, 0)
    -sqrt(2)/2

    Notes
    =====

    The Clebsch-Gordan coefficient will be evaluated via its relation
    to Wigner 3j symbols:

    .. math::

        \left\langle j_1 m_1 \; j_2 m_2 | j_3 m_3 \right\rangle
        =(-1)^{j_1-j_2+m_3} \sqrt{2j_3+1}
        \operatorname{Wigner3j}(j_1,j_2,j_3,m_1,m_2,-m_3)

    See also the documentation on Wigner 3j symbols which exhibit much
    higher symmetry relations than the Clebsch-Gordan coefficient.

    Authors
    =======

    - Jens Rasch (2009-03-24): initial version
    r2   r'   r   )r   r   rM   )r;   r<   r=   r>   r?   r@   rL   s          r#   clebsch_gordanrO     sL    d '#)c/*
*T!c'A+->
>#sCcC401CJr%   Nc                    t        | |z   |z
        st        d      t        | |z   |z
        st        d      t        ||z   | z
        st        d      | |z   |z
  dk  rt        j                  S | |z   |z
  dk  rt        j                  S ||z   | z
  dk  rt        j                  S t	        | |z   |z
  | |z   |z
  ||z   | z
  | |z   |z   dz         }t        |       t        t        t        | |z   |z
           t        t        | |z   |z
           z  t        t        ||z   | z
           z        t        t        t        | |z   |z   dz                  z  }t        |      }|r"|j                  |      j                         d   }|S )a  
    Calculates the Delta coefficient of the 3 angular momenta for
    Racah symbols. Also checks that the differences are of integer
    value.

    Parameters
    ==========

    aa :
        First angular momentum, integer or half integer.
    bb :
        Second angular momentum, integer or half integer.
    cc :
        Third angular momentum, integer or half integer.
    prec :
        Precision of the ``sqrt()`` calculation.

    Returns
    =======

    double : Value of the Delta coefficient.

    Examples
    ========

        sage: from sage.functions.wigner import _big_delta_coeff
        sage: _big_delta_coeff(1,1,1)
        1/2*sqrt(1/6)
    zJj values must be integer or half integer and fulfill the triangle relationr   r   )r   r/   r   r4   r6   r$   r	   r   r   r   evalfr9   )aabbccprecrD   rE   rF   s          r#   _big_delta_coeffrV   K  s   B b2gl#effb2gl#effb2gl#eff
R"vv
R"vv
R"vv"r'B,R"b2glBGbL1<LMG7iBGbL 12s27R<012s27R<012 3 		#b2glQ./012G
 7mG--%224Q7Nr%   c                    t        | |||      t        ||||      z  t        | |||      z  t        ||||      z  }|dk(  rt        j                  S t        | |z   |z   ||z   |z   | |z   |z   ||z   |z         }t	        | |z   |z   |z   | |z   |z   |z   ||z   |z   |z         }	t        |	dz   | |z   |z   |z   | |z   |z   |z   ||z   |z   |z         }
t        |
       d}t        t        |      t        |	      dz         D ]  }t        t        || z
  |z
  |z
           t        t        ||z
  |z
  |z
           z  t        t        || z
  |z
  |z
           z  t        t        ||z
  |z
  |z
           z  t        t        | |z   |z   |z   |z
           z  t        t        | |z   |z   |z   |z
           z  t        t        ||z   |z   |z   |z
           z  }|t        d|z  t        |dz      z        |z  z   } ||z  dt        | |z   |z   |z         z  z  }|S )a  
    Calculate the Racah symbol `W(a,b,c,d;e,f)`.

    Parameters
    ==========

    a, ..., f :
        Integer or half integer.
    prec :
        Precision, default: ``None``. Providing a precision can
        drastically speed up the calculation.

    Returns
    =======

    Rational number times the square root of a rational number
    (if ``prec=None``), or real number if a precision is given.

    Examples
    ========

    >>> from sympy.physics.wigner import racah
    >>> racah(3,3,3,3,3,3)
    -1/14

    Notes
    =====

    The Racah symbol is related to the Wigner 6j symbol:

    .. math::

       \operatorname{Wigner6j}(j_1,j_2,j_3,j_4,j_5,j_6)
       =(-1)^{j_1+j_2+j_4+j_5} W(j_1,j_2,j_5,j_4,j_3,j_6)

    Please see the 6j symbol for its much richer symmetries and for
    additional properties.

    Algorithm
    =========

    This function uses the algorithm of [Edmonds74]_ to calculate the
    value of the 6j symbol exactly. Note that the formula contains
    alternating sums over large factorials and is therefore unsuitable
    for finite precision arithmetic and only useful for a computer
    algebra system [Rasch03]_.

    Authors
    =======

    - Jens Rasch (2009-03-24): initial version
    r   r   r2   )
rV   r   r4   r6   r:   r$   r   r   r   r	   )rR   rS   rT   ddeeffrU   prefacrG   rH   rD   rI   kkrJ   rL   s                  r#   racahr]     sw   j b"b$/RT*+RT*+ 	RT*+F {vvrBw|R"Wr\27R<b2FDrBw|b "r'B,"3R"Wr\B5FGD$(BGbL2-rBw|b/@b2"$G7FCIs4y1}- HBGbL2-./c"r'B,+,-.c"r'B,+,-. c"r'B,+,-. c"r'B,+b012	3
 c"r'B,+b0123 c"r'B,+b0123 '2"*ya/@"@ACGGH 6/RCR"r(9$::
:CJr%   c           
      X    dt        | |z   |z   |z         z  t        | ||||||      z  }|S )a+  
    Calculate the Wigner 6j symbol `\operatorname{Wigner6j}(j_1,j_2,j_3,j_4,j_5,j_6)`.

    Parameters
    ==========

    j_1, ..., j_6 :
        Integer or half integer.
    prec :
        Precision, default: ``None``. Providing a precision can
        drastically speed up the calculation.

    Returns
    =======

    Rational number times the square root of a rational number
    (if ``prec=None``), or real number if a precision is given.

    Examples
    ========

    >>> from sympy.physics.wigner import wigner_6j
    >>> wigner_6j(3,3,3,3,3,3)
    -1/14
    >>> wigner_6j(5,5,5,5,5,5)
    1/52

    It is an error to have arguments that are not integer or half
    integer values or do not fulfill the triangle relation::

        sage: wigner_6j(2.5,2.5,2.5,2.5,2.5,2.5)
        Traceback (most recent call last):
        ...
        ValueError: j values must be integer or half integer and fulfill the triangle relation
        sage: wigner_6j(0.5,0.5,1.1,0.5,0.5,1.1)
        Traceback (most recent call last):
        ...
        ValueError: j values must be integer or half integer and fulfill the triangle relation

    Notes
    =====

    The Wigner 6j symbol is related to the Racah symbol but exhibits
    more symmetries as detailed below.

    .. math::

       \operatorname{Wigner6j}(j_1,j_2,j_3,j_4,j_5,j_6)
        =(-1)^{j_1+j_2+j_4+j_5} W(j_1,j_2,j_5,j_4,j_3,j_6)

    The Wigner 6j symbol obeys the following symmetry rules:

    - Wigner 6j symbols are left invariant under any permutation of
      the columns:

      .. math::

         \begin{aligned}
         \operatorname{Wigner6j}(j_1,j_2,j_3,j_4,j_5,j_6)
          &=\operatorname{Wigner6j}(j_3,j_1,j_2,j_6,j_4,j_5) \\
          &=\operatorname{Wigner6j}(j_2,j_3,j_1,j_5,j_6,j_4) \\
          &=\operatorname{Wigner6j}(j_3,j_2,j_1,j_6,j_5,j_4) \\
          &=\operatorname{Wigner6j}(j_1,j_3,j_2,j_4,j_6,j_5) \\
          &=\operatorname{Wigner6j}(j_2,j_1,j_3,j_5,j_4,j_6)
         \end{aligned}

    - They are invariant under the exchange of the upper and lower
      arguments in each of any two columns, i.e.

      .. math::

         \operatorname{Wigner6j}(j_1,j_2,j_3,j_4,j_5,j_6)
          =\operatorname{Wigner6j}(j_1,j_5,j_6,j_4,j_2,j_3)
          =\operatorname{Wigner6j}(j_4,j_2,j_6,j_1,j_5,j_3)
          =\operatorname{Wigner6j}(j_4,j_5,j_3,j_1,j_2,j_6)

    - additional 6 symmetries [Regge59]_ giving rise to 144 symmetries
      in total

    - only non-zero if any triple of `j`'s fulfill a triangle relation

    Algorithm
    =========

    This function uses the algorithm of [Edmonds74]_ to calculate the
    value of the 6j symbol exactly. Note that the formula contains
    alternating sums over large factorials and is therefore unsuitable
    for finite precision arithmetic and only useful for a computer
    algebra system [Rasch03]_.

    r2   )r   r]   )r;   r<   r=   j_4j_5j_6rU   rL   s           r#   	wigner_6jrb     s?    x #cCi#o+,
,c3S#sD12CJr%   c
                 "   t        t        | |z   ||z   ||z         dz        }
|
dz  }d}t        |t        |
      dz   d      D ]I  }||dz   t        | |||||dz  |	      z  t        ||||||dz  |	      z  t        | |||||dz  |	      z  z   }K |S )a  
    Calculate the Wigner 9j symbol
    `\operatorname{Wigner9j}(j_1,j_2,j_3,j_4,j_5,j_6,j_7,j_8,j_9)`.

    Parameters
    ==========

    j_1, ..., j_9 :
        Integer or half integer.
    prec : precision, default
        ``None``. Providing a precision can
        drastically speed up the calculation.

    Returns
    =======

    Rational number times the square root of a rational number
    (if ``prec=None``), or real number if a precision is given.

    Examples
    ========

    >>> from sympy.physics.wigner import wigner_9j
    >>> wigner_9j(1,1,1, 1,1,1, 1,1,0, prec=64)
    0.05555555555555555555555555555555555555555555555555555555555555555

    >>> wigner_9j(1/2,1/2,0, 1/2,3/2,1, 0,1,1, prec=64)
    0.1666666666666666666666666666666666666666666666666666666666666667

    It is an error to have arguments that are not integer or half
    integer values or do not fulfill the triangle relation::

        sage: wigner_9j(0.5,0.5,0.5, 0.5,0.5,0.5, 0.5,0.5,0.5,prec=64)
        Traceback (most recent call last):
        ...
        ValueError: j values must be integer or half integer and fulfill the triangle relation
        sage: wigner_9j(1,1,1, 0.5,1,1.5, 0.5,1,2.5,prec=64)
        Traceback (most recent call last):
        ...
        ValueError: j values must be integer or half integer and fulfill the triangle relation

    Algorithm
    =========

    This function uses the algorithm of [Edmonds74]_ to calculate the
    value of the 3j symbol exactly. Note that the formula contains
    alternating sums over large factorials and is therefore unsuitable
    for finite precision arithmetic and only useful for a computer
    algebra system [Rasch03]_.
    r'   r   r   )r   r:   r   r]   )r;   r<   r=   r_   r`   ra   j_7j_8j_9rU   rH   rG   rI   r\   s                 r#   	wigner_9jrg   9  s    f s39cCis3a78D!8DFD#d)a-+ 926#sCc26489#sCc26489 #sCc26489 99
 Mr%   c                 2   | |||||fD cg c]  }t        |       c}\  } }}}}}| |z   |z
  dk  rt        j                  S | |z
  |z   dk  rt        j                  S |  |z   |z   dk  rt        j                  S ||z   |z   dk7  rt        j                  S t        |      | kD  st        |      |kD  st        |      |kD  rt        j                  S t	        | |z   |z   d      \  }}	|	dz  rt        j                  S t        | | z   |z   | |z   |z
  d      }
t        ||z   | |z
  | |z   |z
        }t        t        | |z   |z   dz   |dz                t        d| z  dz   d|z  dz   z  d|z  dz   z  t        | |z
     z  t        | |z      z  t        ||z
     z  t        ||z      z  t        ||z
     z  t        ||z      z  dt        z  z        }t        t        |   t        || z
  |z      z  t        | |z
  |z      z  t        | |z   |z
     z        t        d|z  dz      z  t        || z
     t        ||z
     z  t        ||z
     z  z  }d}t        t        |
      t        |      dz         D ]x  }t        |   t        ||z   | z
  |z
     z  t        ||z   |z
     z  t        | |z
  |z
     z  t        ||z   |z
  |z      z  t        | |z   |z
  |z
     z  }|t        d|z        |z  z   }z ||z  |z  t        d||z   |z   |z
  z        z  }||j                  |      }|S c c}w )aU  
    Calculate the Gaunt coefficient.

    Explanation
    ===========

    The Gaunt coefficient is defined as the integral over three
    spherical harmonics:

    .. math::

        \begin{aligned}
        \operatorname{Gaunt}(l_1,l_2,l_3,m_1,m_2,m_3)
        &=\int Y_{l_1,m_1}(\Omega)
         Y_{l_2,m_2}(\Omega) Y_{l_3,m_3}(\Omega) \,d\Omega \\
        &=\sqrt{\frac{(2l_1+1)(2l_2+1)(2l_3+1)}{4\pi}}
         \operatorname{Wigner3j}(l_1,l_2,l_3,0,0,0)
         \operatorname{Wigner3j}(l_1,l_2,l_3,m_1,m_2,m_3)
        \end{aligned}

    Parameters
    ==========

    l_1, l_2, l_3, m_1, m_2, m_3 :
        Integer.
    prec - precision, default: ``None``.
        Providing a precision can
        drastically speed up the calculation.

    Returns
    =======

    Rational number times the square root of a rational number
    (if ``prec=None``), or real number if a precision is given.

    Examples
    ========

    >>> from sympy.physics.wigner import gaunt
    >>> gaunt(1,0,1,1,0,-1)
    -1/(2*sqrt(pi))
    >>> gaunt(1000,1000,1200,9,3,-12).n(64)
    0.006895004219221134484332976156744208248842039317638217822322799675

    It is an error to use non-integer values for `l` and `m`::

        sage: gaunt(1.2,0,1.2,0,0,0)
        Traceback (most recent call last):
        ...
        ValueError: l values must be integer
        sage: gaunt(1,0,1,1.1,0,-1.1)
        Traceback (most recent call last):
        ...
        ValueError: m values must be integer

    Notes
    =====

    The Gaunt coefficient obeys the following symmetry rules:

    - invariant under any permutation of the columns

      .. math::
        \begin{aligned}
          Y(l_1,l_2,l_3,m_1,m_2,m_3)
          &=Y(l_3,l_1,l_2,m_3,m_1,m_2) \\
          &=Y(l_2,l_3,l_1,m_2,m_3,m_1) \\
          &=Y(l_3,l_2,l_1,m_3,m_2,m_1) \\
          &=Y(l_1,l_3,l_2,m_1,m_3,m_2) \\
          &=Y(l_2,l_1,l_3,m_2,m_1,m_3)
        \end{aligned}

    - invariant under space inflection, i.e.

      .. math::
          Y(l_1,l_2,l_3,m_1,m_2,m_3)
          =Y(l_1,l_2,l_3,-m_1,-m_2,-m_3)

    - symmetric with respect to the 72 Regge symmetries as inherited
      for the `3j` symbols [Regge58]_

    - zero for `l_1`, `l_2`, `l_3` not fulfilling triangle relation

    - zero for violating any one of the conditions: `l_1 \ge |m_1|`,
      `l_2 \ge |m_2|`, `l_3 \ge |m_3|`

    - non-zero only for an even sum of the `l_i`, i.e.
      `L = l_1 + l_2 + l_3 = 2n` for `n` in `\mathbb{N}`

    Algorithms
    ==========

    This function uses the algorithm of [Liberatodebrito82]_ to
    calculate the value of the Gaunt coefficient exactly. Note that
    the formula contains alternating sums over large factorials and is
    therefore unsuitable for finite precision arithmetic and only
    useful for a computer algebra system [Rasch03]_.

    Authors
    =======

    Jens Rasch (2009-03-24): initial version for Sage.
    r   r'   r      r2   )r   r   r4   r5   divmodr6   r:   r$   r   r   r
   r	   r   r   n)l_1l_2l_3r>   r?   r@   rU   ibigLremLrG   rH   rF   r[   rI   r"   rJ   rL   s                     r#   gauntrr   w  s   R  c3S9$;q	$; Cc3S Sy3vv
Sy3vvtczC!vvc	CAvvC3CHsNC3vvc	C+JD$axvvtczC#c!115DsSy#)S3Y_5D3sSy3*D1H56AGaKAGaK0AGaK@#)(s346?c	6JK#)(s346?c	6JK 
2 G
 Yt_ysS'AAsSy3/02;C#IO2LM N!d(Q,  
4#:		4#:	
!*4#:!6
78F FCIs4y1}- 4miS3(<==cCi"n%&(1#(S.(ABb3hns*+,.7c	C"8L.MN '2"*-33	4 F
V
#grtczC7G#7M.N&O
OCeeDkJW$;s   Lc                    | |||||fD cg c]  }t        |       c}\  } }}}}}t        d |||fD              dz  rt        j                  S | |z   |z   dz  rt        j                  S ||z   }t	        t        ||z
        t        t        ||z         t        ||z
                    }	|	|z   dz  r|	dz  }	|	t        ||	dz
  d      vrt        j                  S d d fdfdfd	}
d
}t        |  | dz         D ]_  } |
||      }t        | |dz         D ]A  } |
||      } |
| |z
  |      }|t        ||z  |z        t        | ||||| |z
        z  z   }C a ||j                  |      }|S c c}w )aX  
    Calculate the real Gaunt coefficient.

    Explanation
    ===========

    The real Gaunt coefficient is defined as the integral over three
    real spherical harmonics:

    .. math::
        \begin{aligned}
        \operatorname{RealGaunt}(l_1,l_2,l_3,m_1,m_2,m_3)
        &=\int Z^{m_1}_{l_1}(\Omega)
         Z^{m_2}_{l_2}(\Omega) Z^{m_3}_{l_3}(\Omega) \,d\Omega \\
        \end{aligned}

    Alternatively, it can be defined in terms of the standard Gaunt
    coefficient by relating the real spherical harmonics to the standard
    spherical harmonics via a unitary transformation `U`, i.e.
    `Z^{m}_{l}(\Omega)=\sum_{m'}U^{m}_{m'}Y^{m'}_{l}(\Omega)` [Homeier96]_.
    The real Gaunt coefficient is then defined as

    .. math::
        \begin{aligned}
        \operatorname{RealGaunt}(l_1,l_2,l_3,m_1,m_2,m_3)
        &=\int Z^{m_1}_{l_1}(\Omega)
         Z^{m_2}_{l_2}(\Omega) Z^{m_3}_{l_3}(\Omega) \,d\Omega \\
        &=\sum_{m'_1 m'_2 m'_3} U^{m_1}_{m'_1}U^{m_2}_{m'_2}U^{m_3}_{m'_3}
         \operatorname{Gaunt}(l_1,l_2,l_3,m'_1,m'_2,m'_3)
        \end{aligned}

    The unitary matrix `U` has components

    .. math::
        \begin{aligned}
        U^m_{m'} = \delta_{|m||m'|}*(\delta_{m'0}\delta_{m0} + \frac{1}{\sqrt{2}}\big[\Theta(m)
        \big(\delta_{m'm}+(-1)^{m'}\delta_{m'-m}\big)+i\Theta(-m)\big((-1)^{-m}
        \delta_{m'-m}-\delta_{m'm}*(-1)^{m'-m}\big)\big])
        \end{aligned}

    where `\delta_{ij}` is the Kronecker delta symbol and `\Theta` is a step
    function defined as

    .. math::
        \begin{aligned}
        \Theta(x) = \begin{cases} 1 \,\text{for}\, x > 0 \\ 0 \,\text{for}\, x \leq 0 \end{cases}
        \end{aligned}

    Parameters
    ==========

    l_1, l_2, l_3, m_1, m_2, m_3 :
        Integer.

    prec - precision, default: ``None``.
        Providing a precision can
        drastically speed up the calculation.

    Returns
    =======

    Rational number times the square root of a rational number.

    Examples
    ========

    >>> from sympy.physics.wigner import real_gaunt
    >>> real_gaunt(2,2,4,-1,-1,0)
    -2/(7*sqrt(pi))
    >>> real_gaunt(10,10,20,-9,-9,0).n(64)
    -0.00002480019791932209313156167176797577821140084216297395518482071448

    It is an error to use non-integer values for `l` and `m`::
        real_gaunt(2.8,0.5,1.3,0,0,0)
        Traceback (most recent call last):
        ...
        ValueError: l values must be integer
        real_gaunt(2,2,4,0.7,1,-3.4)
        Traceback (most recent call last):
        ...
        ValueError: m values must be integer

    Notes
    =====

    The real Gaunt coefficient inherits from the standard Gaunt coefficient,
    the invariance under any permutation of the pairs `(l_i, m_i)` and the
    requirement that the sum of the `l_i` be even to yield a non-zero value.
    It also obeys the following symmetry rules:

    - zero for `l_1`, `l_2`, `l_3` not fulfiling the condition
      `l_1 \in \{l_{\text{max}}, l_{\text{max}}-2, \ldots, l_{\text{min}}\}`,
      where `l_{\text{max}} = l_2+l_3`,

      .. math::
          \begin{aligned}
          l_{\text{min}} = \begin{cases} \kappa(l_2, l_3, m_2, m_3) & \text{if}\,
          \kappa(l_2, l_3, m_2, m_3) + l_{\text{max}}\, \text{is even} \\
          \kappa(l_2, l_3, m_2, m_3)+1 & \text{if}\, \kappa(l_2, l_3, m_2, m_3) +
          l_{\text{max}}\, \text{is odd}\end{cases}
          \end{aligned}

      and `\kappa(l_2, l_3, m_2, m_3) = \max{\big(|l_2-l_3|, \min{\big(|m_2+m_3|,
      |m_2-m_3|\big)}\big)}`

    - zero for an odd number of negative `m_i`

    Algorithms
    ==========

    This function uses the algorithms of [Homeier96]_ and [Rasch03]_ to
    calculate the value of the real Gaunt coefficient exactly. Note that
    the formula used in [Rasch03]_ contains alternating sums over large
    factorials and is therefore unsuitable for finite precision arithmetic
    and only useful for a computer algebra system [Rasch03]_. However, this
    function can in principle use any algorithm that computes the Gaunt
    coefficient, so it is suitable for finite precision arithmetic in so far
    as the algorithm which computes the Gaunt coefficient is.
    c              3   ,   K   | ]  }|d k  s	d  yw)r   r   N ).0ro   s     r#   	<genexpr>zreal_gaunt.<locals>.<genexpr>  s     
/Q1
/s   
r'   r   c                     | |k(  rdS dS )Nr   r   ru   )ro   js     r#   <lambda>zreal_gaunt.<locals>.<lambda>  s    aA Q r%   c                     | dz  rdS dS )Nr'   r2   r   ru   )es    r#   r{   zreal_gaunt.<locals>.<lambda>  s    A" 1 r%   c                 f    |dk  r* | |        | |z
        z   | |        |      z  z   S dS Nr   ru   abkron_delss     r#   r{   zreal_gaunt.<locals>.<lambda>  sI     1u  1~oa!f,xA2d0  *+ r%   c                 L    |dkD  r | |       | |        |       z  z   S dS r   ru   r   s     r#   r{   zreal_gaunt.<locals>.<lambda>  s-    Ahq!nxA2qt';; 1 r%   c                      t        |       t        |             | d       |d      z   | |      t         | |      z  z   t        d      z  z   z  S )Nr   r'   )r5   r   r   )r   r   ABr   s     r#   r{   zreal_gaunt.<locals>.<lambda>  sV    Xc!fc!f-x1~hq!n/L+,Q7QqAwY+>Q*G0H I r%   r   )r   sumr   r4   r6   r5   r:   r   r   rr   rk   )rl   rm   rn   r>   r?   r@   rU   ro   lmaxlminCugntU1rz   U2U3r   r   r   r   s                   @@@@r#   
real_gauntr     s   r  c3S9$;q	$; Cc3S 
/sCo
//!3vvc	C1vv9Ds39~s3sSy>3sSy>BCDtq	5tax,,vv.H$A	,ALA	IADC4Q Hq#YtSU# 	HA1cBA2a4B"RU2X,uS#sAq1"Q$'GGGD	HH vvd|KA$;s   E>c                       e Zd Zd Zy)Wigner3jc                 b    t        d | j                  D              rt        | j                   S | S )Nc              3   4   K   | ]  }|j                     y wN)	is_number)rv   objs     r#   rw   z Wigner3j.doit.<locals>.<genexpr>  s     2s}}2s   )allargsrM   )selfhintss     r#   doitzWigner3j.doit  s(    2		22dii((Kr%   N)__name__
__module____qualname__r   ru   r%   r#   r   r     s    r%   r   c                    t        |       } t        |      }t        |      }t        |      }t        |      }t        |      }t        d      }d }t        j                  ||z   z  t	        t        |||z   ||       |||| ||      z  dz  |dz  | dz  z
  |dz  z
  |z   | z
  |z
  z  |t        || z
        || z   f      z  S )a)  
    Returns dot product of rotational gradients of spherical harmonics.

    Explanation
    ===========

    This function returns the right hand side of the following expression:

    .. math ::
        \vec{R}Y{_j^{p}} \cdot \vec{R}Y{_l^{m}} = (-1)^{m+p}
        \sum\limits_{k=|l-j|}^{l+j}Y{_k^{m+p}}  * \alpha_{l,m,j,p,k} *
        \frac{1}{2} (k^2-j^2-l^2+k-j-l)


    Arguments
    =========

    j, p, l, m .... indices in spherical harmonics (expressions or integers)
    theta, phi .... angle arguments in spherical harmonics

    Example
    =======

    >>> from sympy import symbols
    >>> from sympy.physics.wigner import dot_rot_grad_Ynm
    >>> theta, phi = symbols("theta phi")
    >>> dot_rot_grad_Ynm(3, 2, 2, 0, theta, phi).doit()
    3*sqrt(55)*Ynm(5, 2, theta, phi)/(11*sqrt(pi))

    kc           
          t        d| z  dz   d|z  dz   z  d|z  dz   z  dt        z  z        t        || |t        j                  t        j                  t        j                        z  t        || |||| |z
        z  S )Nr'   r   ri   )r   r
   r   r   r4   )lmrz   r-   r   s        r#   alphazdot_rot_grad_Ynm.<locals>.alpha  sy    QqSUQqSUOQqSU+QrT23Aq!&&!&&!&&9:Aq!Q1-. 	.r%   r'   )r   r   r   NegativeOner   r   r5   )rz   r-   r   r   thetaphir   r   s           r#   dot_rot_grad_Ynmr     s    > 	
A
A
A
AENE
#,Cc
A.
 MMQqS!CAqsE3(?%!AaPQBR(RUV(V
Q$q!t)AqD.
1
Q
) "#S1Xqs!3%5 5 5r%   c                    t        d| z  dz         D cg c]  }| |z
  	 }}t        d| z  dz         }t        |      D ]  \  }}t        |      D ]  \  }}t        | |z
  | |z
  g      }t	        d| |z
  g      }	t        t        | |z         t        | |z
        z  t        | |z         z  t        | |z
        z        }
t        |	|dz         D cg c]o  }d| |z
  |z
  z  t        | |z   | |z
  |z
        z  t        | |z
  |      z  t        |dz        d|z  |z   |z   z  z  t        |dz        d| z  d|z  z
  |z
  |z
  z  z  q }}|
t        | z  |||f<     t        |      S c c}w c c}w )u  Return the small Wigner d matrix for angular momentum J.

    Explanation
    ===========

    J : An integer, half-integer, or SymPy symbol for the total angular
        momentum of the angular momentum space being rotated.
    beta : A real number representing the Euler angle of rotation about
        the so-called line of nodes. See [Edmonds74]_.

    Returns
    =======

    A matrix representing the corresponding Euler angle rotation( in the basis
    of eigenvectors of `J_z`).

    .. math ::
        \mathcal{d}_{\beta} = \exp\big( \frac{i\beta}{\hbar} J_y\big)

    The components are calculated using the general form [Edmonds74]_,
    equation 4.1.15.

    Examples
    ========

    >>> from sympy import Integer, symbols, pi, pprint
    >>> from sympy.physics.wigner import wigner_d_small
    >>> half = 1/Integer(2)
    >>> beta = symbols("beta", real=True)
    >>> pprint(wigner_d_small(half, beta), use_unicode=True)
    ⎡   ⎛β⎞      ⎛β⎞⎤
    ⎢cos⎜─⎟   sin⎜─⎟⎥
    ⎢   ⎝2⎠      ⎝2⎠⎥
    ⎢               ⎥
    ⎢    ⎛β⎞     ⎛β⎞⎥
    ⎢-sin⎜─⎟  cos⎜─⎟⎥
    ⎣    ⎝2⎠     ⎝2⎠⎦

    >>> pprint(wigner_d_small(2*half, beta), use_unicode=True)
    ⎡        2⎛β⎞              ⎛β⎞    ⎛β⎞           2⎛β⎞     ⎤
    ⎢     cos ⎜─⎟        √2⋅sin⎜─⎟⋅cos⎜─⎟        sin ⎜─⎟     ⎥
    ⎢         ⎝2⎠              ⎝2⎠    ⎝2⎠            ⎝2⎠     ⎥
    ⎢                                                        ⎥
    ⎢       ⎛β⎞    ⎛β⎞       2⎛β⎞      2⎛β⎞        ⎛β⎞    ⎛β⎞⎥
    ⎢-√2⋅sin⎜─⎟⋅cos⎜─⎟  - sin ⎜─⎟ + cos ⎜─⎟  √2⋅sin⎜─⎟⋅cos⎜─⎟⎥
    ⎢       ⎝2⎠    ⎝2⎠        ⎝2⎠       ⎝2⎠        ⎝2⎠    ⎝2⎠⎥
    ⎢                                                        ⎥
    ⎢        2⎛β⎞               ⎛β⎞    ⎛β⎞          2⎛β⎞     ⎥
    ⎢     sin ⎜─⎟        -√2⋅sin⎜─⎟⋅cos⎜─⎟       cos ⎜─⎟     ⎥
    ⎣         ⎝2⎠               ⎝2⎠    ⎝2⎠           ⎝2⎠     ⎦

    From table 4 in [Edmonds74]_

    >>> pprint(wigner_d_small(half, beta).subs({beta:pi/2}), use_unicode=True)
    ⎡ √2   √2⎤
    ⎢ ──   ──⎥
    ⎢ 2    2 ⎥
    ⎢        ⎥
    ⎢-√2   √2⎥
    ⎢────  ──⎥
    ⎣ 2    2 ⎦

    >>> pprint(wigner_d_small(2*half, beta).subs({beta:pi/2}),
    ... use_unicode=True)
    ⎡       √2      ⎤
    ⎢1/2    ──   1/2⎥
    ⎢       2       ⎥
    ⎢               ⎥
    ⎢-√2         √2 ⎥
    ⎢────   0    ── ⎥
    ⎢ 2          2  ⎥
    ⎢               ⎥
    ⎢      -√2      ⎥
    ⎢1/2   ────  1/2⎥
    ⎣       2       ⎦

    >>> pprint(wigner_d_small(3*half, beta).subs({beta:pi/2}),
    ... use_unicode=True)
    ⎡ √2    √6    √6   √2⎤
    ⎢ ──    ──    ──   ──⎥
    ⎢ 4     4     4    4 ⎥
    ⎢                    ⎥
    ⎢-√6   -√2    √2   √6⎥
    ⎢────  ────   ──   ──⎥
    ⎢ 4     4     4    4 ⎥
    ⎢                    ⎥
    ⎢ √6   -√2   -√2   √6⎥
    ⎢ ──   ────  ────  ──⎥
    ⎢ 4     4     4    4 ⎥
    ⎢                    ⎥
    ⎢-√2    √6   -√6   √2⎥
    ⎢────   ──   ────  ──⎥
    ⎣ 4     4     4    4 ⎦

    >>> pprint(wigner_d_small(4*half, beta).subs({beta:pi/2}),
    ... use_unicode=True)
    ⎡             √6            ⎤
    ⎢1/4   1/2    ──   1/2   1/4⎥
    ⎢             4             ⎥
    ⎢                           ⎥
    ⎢-1/2  -1/2   0    1/2   1/2⎥
    ⎢                           ⎥
    ⎢ √6                     √6 ⎥
    ⎢ ──    0    -1/2   0    ── ⎥
    ⎢ 4                      4  ⎥
    ⎢                           ⎥
    ⎢-1/2  1/2    0    -1/2  1/2⎥
    ⎢                           ⎥
    ⎢             √6            ⎥
    ⎢1/4   -1/2   ──   -1/2  1/4⎥
    ⎣             4             ⎦

    r'   r   r   r2   )r   r   	enumerater:   r6   r   r   r   r   r   r   r   )Jbetaro   MdMirz   Mjsigmamaxsigmamindijr   termss                r#   wigner_d_smallr     s   d AaCEl#1#A#ac!eA1 &2q\ 	&EAr AbD!B$<(HAs2v;'Hy2y26 2''027 8C $Hhqj9;
  AbDF^adAbDF+,adA&' a[1Q3r6"9-. a[1Q3qs72:b=1	2 ;E ; #u+oAadG	&&$ 1) 	$;s   E'A4E,c                 t   t        | |      }t        d| z  dz         D cg c]  }| |z
  	 }}t        |      D 	cg c]T  \  }}t        |      D 	cg c]8  \  }}	t        t        |z  |z        |||f   z  t        t        |	z  |z        z  : c}	}V }
}}}}	t        |
      S c c}w c c}	}w c c}	}}}w )u  Return the Wigner D matrix for angular momentum J.

    Explanation
    ===========

    J :
        An integer, half-integer, or SymPy symbol for the total angular
        momentum of the angular momentum space being rotated.
    alpha, beta, gamma - Real numbers representing the Euler.
        Angles of rotation about the so-called vertical, line of nodes, and
        figure axes. See [Edmonds74]_.

    Returns
    =======

    A matrix representing the corresponding Euler angle rotation( in the basis
    of eigenvectors of `J_z`).

    .. math ::
        \mathcal{D}_{\alpha \beta \gamma} =
        \exp\big( \frac{i\alpha}{\hbar} J_z\big)
        \exp\big( \frac{i\beta}{\hbar} J_y\big)
        \exp\big( \frac{i\gamma}{\hbar} J_z\big)

    The components are calculated using the general form [Edmonds74]_,
    equation 4.1.12.

    Examples
    ========

    The simplest possible example:

    >>> from sympy.physics.wigner import wigner_d
    >>> from sympy import Integer, symbols, pprint
    >>> half = 1/Integer(2)
    >>> alpha, beta, gamma = symbols("alpha, beta, gamma", real=True)
    >>> pprint(wigner_d(half, alpha, beta, gamma), use_unicode=True)
    ⎡  ⅈ⋅α  ⅈ⋅γ             ⅈ⋅α  -ⅈ⋅γ         ⎤
    ⎢  ───  ───             ───  ─────        ⎥
    ⎢   2    2     ⎛β⎞       2     2      ⎛β⎞ ⎥
    ⎢ ℯ   ⋅ℯ   ⋅cos⎜─⎟     ℯ   ⋅ℯ     ⋅sin⎜─⎟ ⎥
    ⎢              ⎝2⎠                    ⎝2⎠ ⎥
    ⎢                                         ⎥
    ⎢  -ⅈ⋅α   ⅈ⋅γ          -ⅈ⋅α   -ⅈ⋅γ        ⎥
    ⎢  ─────  ───          ─────  ─────       ⎥
    ⎢    2     2     ⎛β⎞     2      2      ⎛β⎞⎥
    ⎢-ℯ     ⋅ℯ   ⋅sin⎜─⎟  ℯ     ⋅ℯ     ⋅cos⎜─⎟⎥
    ⎣                ⎝2⎠                   ⎝2⎠⎦

    r'   r   )r   r   r   r   r   r   )r   r   r   gammar   ro   r   r   rz   r   Ds              r#   wigner_dr   i  s    f 	q$AAaCEl#1#A#2;A,	@ 	@).By|
%a ad5j/!AqD'
!#ad5j/
1 
% 	@A 	@1 	$
% 	@s   B'B2
=B,B2
,B2
r   )7__doc__sympy.concrete.summationsr   sympy.core.addr   sympy.core.numbersr   sympy.core.functionr   r   r   r	   r
   r   sympy.core.singletonr   sympy.core.symbolr   sympy.core.sympifyr   (sympy.functions.combinatorial.factorialsr   r   $sympy.functions.elementary.complexesr   &sympy.functions.elementary.exponentialr   (sympy.functions.elementary.miscellaneousr   (sympy.functions.elementary.trigonometricr   r   +sympy.functions.special.spherical_harmonicsr   sympy.matrices.denser   sympy.matrices.immutabler   sympy.utilities.miscr   r   r$   r.   rM   rO   rV   r]   rb   rg   rr   r   r   r   r   r   ru   r%   r#   <module>r      s   4j *  ) ( @ @ " # & J 3 6 9 ? ; & 4 ' C	#BJ&Od4n9xNb^B;|SlXvx -5`FR7r%   