We are comparing the performance of various numerical methods that can be used to solve the Schrodinger's Equation for the Hydrogen Atom interacting with a strong laser pulse (too strong to use perturbation methods). When using discretization schemes for the radial part, it seems like most (all) people put the atom in a box, just chopping the radius off at some large value and solving for those basis sets. How does this compare with mapping the radial variable to a finite domain, and then discretizing that domain (in the process, throwing out most of the basis sets available)? Is there a reason nobody seems to do that?
Tell me more
×
Computational Science Stack Exchange is a question and answer site for
scientists using computers to solve scientific problems. It's 100% free, no registration required.
|
|
Baker et al. proposed such a mapping for a radial grid for atomic & molecular electronic structure computations in 1994. It is still used in modern electronic structure codes, e.g. FHI-AIMS uses them, as described in a recent paper. Even with such a mapping, the same problems still remains: if something interesting should happen beyound the outermost grid point, you will miss it. However, these mappings do have the advantage that the grid can be systematically improved toward the inclusion of distant grid points. (This is explained in section 4.1 of the recent FHI-AIMS paper). |
|||
|
|