Remove deprecated function

This commit is contained in:
Nuwan Yapa 2024-03-08 08:42:30 -05:00
parent 904e40af06
commit 8c74ac79da
1 changed files with 0 additions and 2 deletions

View File

@ -83,8 +83,6 @@ function sp_V_matrix(V_l, ns, ls; dtype=Float64)
return mat
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, Λ)
E_max = maximum(Es)
j_max = 2 * E_max + 1