From 147b980b06bd84e0649274dff1deeff5abf84141 Mon Sep 17 00:00:00 2001 From: Nuwan Yapa Date: Wed, 3 Jul 2024 18:33:27 -0400 Subject: [PATCH] B2R extrapolation improved --- calculations/3body_Berggren_B2R_EC.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calculations/3body_Berggren_B2R_EC.jl b/calculations/3body_Berggren_B2R_EC.jl index 4b55290..5ade9cd 100644 --- a/calculations/3body_Berggren_B2R_EC.jl +++ b/calculations/3body_Berggren_B2R_EC.jl @@ -6,10 +6,10 @@ include("../berggren.jl") println("No of threads = ", Threads.nthreads()) -training_c = [2.0, 1.9, 1.8] +training_c = [2.6, 2.4, 2.2, 2.0, 1.8] extrapolating_c = 0.0 : 0.2 : 1.2 -training_ref = -0.72763 # complete list not needed because identification is simple +training_ref = -2.22 # complete list not needed because identification is simple exact_ref = reverse([4.076662025307587-0.012709842443350328im, 3.613318119833891-0.007335804709990623im, @@ -32,7 +32,7 @@ R_cutoff = 16 μ1 = m * 1/2 μ2 = m * 2/3 -vertices = [0, 2 - 0.1im, 3, 4] +vertices = [0, 2 - 0.2im, 3, 4] subdivisions = [16, 10, 10] ks, ws = get_mesh(vertices, subdivisions)