diff --git a/3b_res_from_paper.jl b/3b_res_from_paper.jl index eaa1b42..fd22f04 100644 --- a/3b_res_from_paper.jl +++ b/3b_res_from_paper.jl @@ -5,7 +5,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") -mode = gpu_cutensor +mode = cpu_tensor T = Float32 # single-precision mode using Plots @@ -15,7 +15,7 @@ V_gauss(r2) = d = 3 n = 3 -N = 14 +N = 16 L = 16 μ = 0.5 n_imag = 0