View source: R/numerov.functions.R
approx.normalize | R Documentation |
Approximately normalize a 1D-wave function
approx.normalize(wf.info, include.jacobian = FALSE, plotQ = FALSE)
wf.info |
Output from numerov.procedure |
include.jacobian |
For use with radial wave functions. To normalize these wave functions the Jacobian must be included (TRUE) |
plotQ |
Whether or not to plot the un-normalized probability density. For debugging. |
Approximately normalize a 1D-wave function spit out of numerov.procedure.
A two column matrix. The first column is the x-axis over which the wave function was obtained. The second column is the normalized wave function solution.
Quantum Chemistry by Ira Levine. Any edition.
cf. examples in numerov.procedure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.