Parameters fixed (still doesn't work)
This commit is contained in:
parent
f8e028ad54
commit
a7928784ea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue