From 8c74ac79daadd2d968b36547a9008bcd0bf62d85 Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Fri, 8 Mar 2024 08:42:30 -0500 Subject: [PATCH] Remove deprecated function --- ho_basis.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/ho_basis.jl b/ho_basis.jl index 3243755..109ac2e 100644 --- a/ho_basis.jl +++ b/ho_basis.jl @@ -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