add DWBA_ZR.py
This commit is contained in:
parent
db7943aa9a
commit
9173974b55
15
Raphael/DWBA_ZR.py
Executable file
15
Raphael/DWBA_ZR.py
Executable 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))
|
Loading…
Reference in New Issue
Block a user