add DWBA_ZR.py

This commit is contained in:
Ryan Tang 2025-02-18 19:23:19 -05:00
parent db7943aa9a
commit 9173974b55

15
Raphael/DWBA_ZR.py Executable file
View File

@ -0,0 +1,15 @@
#!/usr/bin/env python3
from solveSE import WS, Coulomb, SO, WSSurface, SolvingSE
boundState = SolvingSE(16, 8, 1, 0, -4.14)
boundState.SetRange(0, 0.1, 300)
boundState.PrintInput()
boundState.ClearPotential()
boundState.AddPotential(WS(-40, 1.10, 0.65))
boundState.SetLJ(0, 0.5)
print(boundState.GetPotentialValue(0))