vswf.jlm: Convert the value of (l,m) to a single value

Description Usage Arguments Value Examples

Description

Convert the value of (l,m) to a single value

Usage

1
vswf.jlm(l, m)

Arguments

l

The orbital angular momentum eigenvalue

m

The eigenvalue of the projection of angular momentum on z axis

Value

A unique value used to transform a double summation on a single one.

Examples

1
2
3
4
5
for(l in 0:5){
   for(m in -l:l){
      print(c(l,m,vswf.jlm(l,m)))
   }
}

wendellopes/rvswf documentation built on May 4, 2019, 4:19 a.m.