Remove deprecated function
This commit is contained in:
parent
904e40af06
commit
8c74ac79da
|
|
@ -83,8 +83,6 @@ function sp_V_matrix(V_l, ns, ls; dtype=Float64)
|
||||||
return mat
|
return mat
|
||||||
end
|
end
|
||||||
|
|
||||||
get_H_matrix(V_l, ns, ls) = get_T_matrix(ns, ls) + get_V_matrix(V_l, ns, ls)
|
|
||||||
|
|
||||||
function Moshinsky_transform(Es, n1s, l1s, n2s, l2s, Λ)
|
function Moshinsky_transform(Es, n1s, l1s, n2s, l2s, Λ)
|
||||||
E_max = maximum(Es)
|
E_max = maximum(Es)
|
||||||
j_max = 2 * E_max + 1
|
j_max = 2 * E_max + 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue