-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned the procedure for locating maxR
Instead of searching for a 0 in the radial function we now search for an integration that contians 99.99% of the radial function. The integration uses the trapezoid integration mechanism with f**2*r**2 as that should be normalized for a radial function. This should make it much more stable against different radial function arguments and produce more accurate ranges for the orbitals. Now a warning will be issued when the routine cannot determine a correct R (based on inputs). Ensured that all orbitals with radial functions can pre-calculate the R in case user did not supply it. One can always forcefully set it by supplying it. Signed-off-by: Nick Papior <[email protected]>
- Loading branch information
Showing
3 changed files
with
165 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.