B2R extrapolation improved

This commit is contained in:
Nuwan Yapa 2024-07-03 18:33:27 -04:00
parent 0c1f9c03aa
commit 147b980b06
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ include("../berggren.jl")
println("No of threads = ", Threads.nthreads()) 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 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, exact_ref = reverse([4.076662025307587-0.012709842443350328im,
3.613318119833891-0.007335804709990623im, 3.613318119833891-0.007335804709990623im,
@ -32,7 +32,7 @@ R_cutoff = 16
μ1 = m * 1/2 μ1 = m * 1/2
μ2 = m * 2/3 μ2 = m * 2/3
vertices = [0, 2 - 0.1im, 3, 4] vertices = [0, 2 - 0.2im, 3, 4]
subdivisions = [16, 10, 10] subdivisions = [16, 10, 10]
ks, ws = get_mesh(vertices, subdivisions) ks, ws = get_mesh(vertices, subdivisions)