alishsan
alishsan
Hi Felix, I am using python 2 (Canopy). "Variable concavity is referenced before assignment in Fct_Numerov.py" error is given because the assignment is done in if condition, i.e. when the...
The potential is alright, but I had to enter it as a string, with quote signs ' '. I have now hardcoded the 'x**2' potential in the code (so I...
The x-axis in the potential plot is actually index (0 to 8000), not x. I ran a "git status" now: git status On branch master Your branch is up-to-date with...
Okay, now the code can find correct wavefunctions (but after that it gets stuck in matplotlib part). The culprit again is type conversion, or lack thereof, here is a part...