sixj Function

public pure function sixj(a, b, c, d, e, f)

calculates a Wigner 6-j symbol. Argument a-f are integer and are twice the true value of the 6-j's arguments, in the form { a b c }

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: a
integer, intent(in) :: b
integer, intent(in) :: c
integer, intent(in) :: d
integer, intent(in) :: e
integer, intent(in) :: f

Return Value real(kind=8)