dJ2char Module Function

public pure module function dJ2char(dJ) result(res)

Takes an integer dJ and results the character representing half of it. dJ2char(2) -> "1" dJ2char(3) -> "3/2"

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: dJ

Twice the angular momentum

Return Value character(len=:), allocatable

The output character representation