From 0a82034437e130ca198677fb1aecc1e9b99a681b Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Wed, 15 Jan 2025 14:47:24 -0500 Subject: [PATCH] Minor cleanup --- ho_basis.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ho_basis.jl b/ho_basis.jl index 9bbc913..80d88ce 100644 --- a/ho_basis.jl +++ b/ho_basis.jl @@ -237,7 +237,7 @@ function get_W_matrix(basis_p, basis::ho_basis_2B, μ1ω1, μ2ω2=μ1ω1; weight return sparse(W) end -function get_3b_H_matrix(coord_system::coordinate_system, V_of_r, μω_global, E_max, Λ, m=1.0, kinetic_part=true, potential_part=true; atol = 10^-5, maxevals = 10^5, verbose=true) +function get_3b_H_matrix(coord_system::coordinate_system, V_of_r, μω_global, E_max, Λ, m=1.0, kinetic_part=true, potential_part=true; atol=10^-5, maxevals=10^5, verbose=true) if coord_system == jacobi μ1ω1 = μω_global * 1/2 μ2ω2 = μω_global * 2