diff --git a/3body_resonance.jl b/3body_resonance.jl index 248eae1..8d8e9ff 100644 --- a/3body_resonance.jl +++ b/3body_resonance.jl @@ -1,6 +1,5 @@ using Arpack, SparseArrays, LRUCache include("ho_basis.jl") -include("p_space.jl") Λ = 0 m = 1.0 diff --git a/ho_basis_2body.jl b/ho_basis_2body.jl index 2a2cc04..0fb8677 100644 --- a/ho_basis_2body.jl +++ b/ho_basis_2body.jl @@ -1,6 +1,5 @@ using Arpack, SparseArrays include("ho_basis.jl") -include("p_space.jl") E_max = 30 μω_gen = 0.2 diff --git a/ho_basis_3body.jl b/ho_basis_3body.jl index d4076d3..57bb6d6 100644 --- a/ho_basis_3body.jl +++ b/ho_basis_3body.jl @@ -1,6 +1,5 @@ using Arpack, SparseArrays include("ho_basis.jl") -include("p_space.jl") Λ = 0 m = 1.0