Rename "berggren" to "p_space" when no poles

This commit is contained in:
Nuwan Yapa 2024-12-03 17:52:54 -05:00
parent 85de22e94b
commit 69a869d3b7
4 changed files with 1 additions and 1 deletions

View File

@ -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)