Minor cleanup
This commit is contained in:
parent
90026db221
commit
0a82034437
|
|
@ -237,7 +237,7 @@ function get_W_matrix(basis_p, basis::ho_basis_2B, μ1ω1, μ2ω2=μ1ω1; weight
|
||||||
return sparse(W)
|
return sparse(W)
|
||||||
end
|
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
|
if coord_system == jacobi
|
||||||
μ1ω1 = μω_global * 1/2
|
μ1ω1 = μω_global * 1/2
|
||||||
μ2ω2 = μω_global * 2
|
μ2ω2 = μω_global * 2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue