From 69a869d3b7c263d7a1aa6c4721641e85c2695a6e Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Tue, 3 Dec 2024 17:52:54 -0500 Subject: [PATCH] Rename "berggren" to "p_space" when no poles --- berggren_2body.jl => p_space_2body.jl | 0 berggren_3body.jl => p_space_3body.jl | 0 berggren_3body_resonance.jl => p_space_3body_resonance.jl | 0 .../{3body_Berggren_orthogonality.jl => 3body_orthogonality.jl} | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename berggren_2body.jl => p_space_2body.jl (100%) rename berggren_3body.jl => p_space_3body.jl (100%) rename berggren_3body_resonance.jl => p_space_3body_resonance.jl (100%) rename test/{3body_Berggren_orthogonality.jl => 3body_orthogonality.jl} (84%) diff --git a/berggren_2body.jl b/p_space_2body.jl similarity index 100% rename from berggren_2body.jl rename to p_space_2body.jl diff --git a/berggren_3body.jl b/p_space_3body.jl similarity index 100% rename from berggren_3body.jl rename to p_space_3body.jl diff --git a/berggren_3body_resonance.jl b/p_space_3body_resonance.jl similarity index 100% rename from berggren_3body_resonance.jl rename to p_space_3body_resonance.jl diff --git a/test/3body_Berggren_orthogonality.jl b/test/3body_orthogonality.jl similarity index 84% rename from test/3body_Berggren_orthogonality.jl rename to test/3body_orthogonality.jl index 82aca8a..8d30445 100644 --- a/test/3body_Berggren_orthogonality.jl +++ b/test/3body_orthogonality.jl @@ -1,4 +1,4 @@ -include("../berggren_3body_resonance.jl") +include("../p_space_3body_resonance.jl") @time "Eigenvectors" evals, evecs = eigs(H, sigma=target, maxiter=5000, tol=1e-5, ritzvec=true, check=1)