diff --git a/calculations/MT-V.jl b/calculations/MT-V.jl index 13a130b..7a79b82 100644 --- a/calculations/MT-V.jl +++ b/calculations/MT-V.jl @@ -1,13 +1,13 @@ # Malfliet–Tjon V (MT-V) — the standard few-body benchmark -# Reference 2-body bound state: E₂ ≈ −0.4107 MeV +# Reference 2-body bound state: E₂ ≈ −0.41 MeV include("../Hamiltonian.jl") mode = cpu_tensor T = Float32 # single-precision mode -V_R = +1438.72 # MeV·fm +V_R = 1458.05 # MeV·fm μ_R = 3.11 # fm⁻¹ -V_A = −626.885 # MeV·fm +V_A = -578.09 # MeV·fm μ_A = 1.55 # fm⁻¹ r2_reg = 0.000001 # fm², regularization parameter to avoid singularity at r=0