Comment
This commit is contained in:
parent
2c53ab1f69
commit
1d84deedcb
|
|
@ -8,7 +8,7 @@ function get_sp_basis(E_max)
|
|||
ns = Int[]
|
||||
ls = Int[]
|
||||
|
||||
# Heyde p67 with E = N and n = k + 1
|
||||
# E = 2*n + l
|
||||
for E in 0 : E_max
|
||||
for n in 0 : E ÷ 2
|
||||
l = E - 2*n
|
||||
|
|
|
|||
Loading…
Reference in New Issue