From df0b5820ea9d90fd606ede197e43a778fc79bd6b Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Fri, 12 Jul 2024 14:48:43 -0400 Subject: [PATCH] Move calculations into folder --- 3b_bound.jl => calculations/3b_bound.jl | 2 +- 3b_res_from_paper.jl => calculations/3b_res_from_paper.jl | 2 +- .../ComplexScaling-FV-P-res.jl | 2 +- .../ComplexScaling-FV-S-bound-phi.jl | 2 +- .../ComplexScaling-FV-S-res-phi.jl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename 3b_bound.jl => calculations/3b_bound.jl (90%) rename 3b_res_from_paper.jl => calculations/3b_res_from_paper.jl (96%) rename ComplexScaling-FV-P-res.jl => calculations/ComplexScaling-FV-P-res.jl (94%) rename ComplexScaling-FV-S-bound-phi.jl => calculations/ComplexScaling-FV-S-bound-phi.jl (94%) rename ComplexScaling-FV-S-res-phi.jl => calculations/ComplexScaling-FV-S-res-phi.jl (94%) diff --git a/3b_bound.jl b/calculations/3b_bound.jl similarity index 90% rename from 3b_bound.jl rename to calculations/3b_bound.jl index 8e40647..d968bc5 100644 --- a/3b_bound.jl +++ b/calculations/3b_bound.jl @@ -1,4 +1,4 @@ -include("Hamiltonian.jl") +include("../Hamiltonian.jl") mode = cpu_tensor T = Float32 diff --git a/3b_res_from_paper.jl b/calculations/3b_res_from_paper.jl similarity index 96% rename from 3b_res_from_paper.jl rename to calculations/3b_res_from_paper.jl index 24241d8..db2036a 100644 --- a/3b_res_from_paper.jl +++ b/calculations/3b_res_from_paper.jl @@ -4,7 +4,7 @@ #./En.run -d 3 -n 3 -N 16 -c pot=v_shifted_gauss,v0=2.0,r=1.5,a=3.0 -c n_eig=20 -c which=li -c tol=1e-6 -L 16 -c phi=0.3 -v -include("Hamiltonian.jl") +include("../Hamiltonian.jl") mode = cpu_tensor T = Float32 # single-precision mode diff --git a/ComplexScaling-FV-P-res.jl b/calculations/ComplexScaling-FV-P-res.jl similarity index 94% rename from ComplexScaling-FV-P-res.jl rename to calculations/ComplexScaling-FV-P-res.jl index f8ddfb8..d5f8893 100644 --- a/ComplexScaling-FV-P-res.jl +++ b/calculations/ComplexScaling-FV-P-res.jl @@ -1,4 +1,4 @@ -include("Hamiltonian.jl") +include("../Hamiltonian.jl") mode = cpu_tensor T = Float32 # single-precision mode diff --git a/ComplexScaling-FV-S-bound-phi.jl b/calculations/ComplexScaling-FV-S-bound-phi.jl similarity index 94% rename from ComplexScaling-FV-S-bound-phi.jl rename to calculations/ComplexScaling-FV-S-bound-phi.jl index fdba365..1e57012 100644 --- a/ComplexScaling-FV-S-bound-phi.jl +++ b/calculations/ComplexScaling-FV-S-bound-phi.jl @@ -1,4 +1,4 @@ -include("Hamiltonian.jl") +include("../Hamiltonian.jl") mode = cpu_tensor T = Float32 # single-precision mode diff --git a/ComplexScaling-FV-S-res-phi.jl b/calculations/ComplexScaling-FV-S-res-phi.jl similarity index 94% rename from ComplexScaling-FV-S-res-phi.jl rename to calculations/ComplexScaling-FV-S-res-phi.jl index afe1f32..9e16ec9 100644 --- a/ComplexScaling-FV-S-res-phi.jl +++ b/calculations/ComplexScaling-FV-S-res-phi.jl @@ -1,4 +1,4 @@ -include("Hamiltonian.jl") +include("../Hamiltonian.jl") mode = cpu_tensor T = Float32 # single-precision mode