Activity log for bug #1331574

Date Who What changed Old value New value Message
2014-06-18 17:22:14 Alex Valavanis bug added bug
2015-05-31 12:58:28 Alex Valavanis tags schroedinger
2015-05-31 12:59:01 Alex Valavanis description The nonparabolic Schroedinger equation can be found using a matrix method, in which the energy is found iteratively by minimising: det[E I - H(E)] = 0 Although this will rely on a bisection search (and hence requires energy spacing to be specified!), it will probably be faster than the "matrix-full-nonparabolic" solver and more accurate than the "matrix-taylor-nonparabolic" solver The nonparabolic Schroedinger equation can be found using a matrix method, in which the energy is found iteratively by minimising: det[E I - H(E)] = 0 Although this will rely on a bisection search (and hence requires energy spacing to be specified!), it will probably be faster than the "matrix-full-nonparabolic" solver and more accurate than the "matrix-taylor-nonparabolic" or "shooting-nonparabolic" solvers.
2015-10-23 08:06:58 Alex Valavanis summary efss: Add an iterative nonparabolic matrix solver qwwad_ef_generic: Add an iterative nonparabolic matrix solver