Functions | |
| def | numerov_iter |
| def | bare_numerov |
| def | zbrent |
| def | single_well_numerov_match |
| def | single_well_numerov_solve |
| def | find_spectrum |
Variables | |
| string | _rcsid = "$Id: numerov_solve.py,v 1.3 2003/10/03 14:37:38 mendenhall Exp $" |
| int | potlen = 101 |
| float | xmax = 7.0 |
| float | dx = 2.0 |
| tuple | xar = (Numeric.array(range(potlen),Numeric.Float)-(potlen-1)/2.0) |
| int | testpot = 2 |
| tuple | results = find_spectrum(testpot, dx, 10, 1., trace=0) |
1.5.4