Small change to verbosity

This commit is contained in:
Nuwan Yapa 2025-04-24 22:06:03 -04:00
parent a15d4b8e5c
commit bb7b9cb198
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ p, w = get_mesh([0, 8], [256])
H0 = get_T_matrix(p, μ) H0 = get_T_matrix(p, μ)
V = get_V_matrix(V_system(1), p, w) V = get_V_matrix(V_system(1), p, w)
EC = affine_EC(H0, V, w) EC = affine_EC(H0, V, w)
train!(EC, temp_c; ref_eval=-0.2, CAEC=false) train!(EC, temp_c; ref_eval=-0.2, CAEC=false, verbose=false)
quick_extrapolate(c) = minimum(abs2, get_extrapolated_evals(EC.H0_EC, EC.H1_EC, EC.N_EC, c, 0)) quick_extrapolate(c) = minimum(abs2, get_extrapolated_evals(EC.H0_EC, EC.H1_EC, EC.N_EC, c, 0))
c0 = find_zero(quick_extrapolate, 0.85) c0 = find_zero(quick_extrapolate, 0.85)