Closed jagot closed 4 years ago
Most likely related to boundary conditions handling, as introduced here.
k = 10 r = range(0, stop=1, length=2) basis = FEDVR.Basis(r, k) rr = range(first(r), stop=last(r), length=2001) χ = basis(rr) # <-- BoundsError
Most likely related to boundary conditions handling, as introduced here.