GRASP rci-qed
|
Modules | |
module | shab_populate_hydrogenics_common |
Functions/Subroutines | |
subroutine | shab_populate_hydrogenics (verbose, log_fhandle) |
Populates the /ff/ common block with hydrogenic wavefunctions. More... | |
Variables | |
character *1, dimension(11), parameter | shab_populate_hydrogenics_common::let = (/'s','p','d','f','g','h','i','k','l','m','n'/) |
subroutine shab_populate_hydrogenics | ( | logical | verbose, |
integer | log_fhandle | ||
) |
Populates the /ff/
common block with hydrogenic wavefunctions.
verbose
is a boolean argument, and the routine will print stuff if set to true. If log_fhandle
is greater than 0, then the routine also writes the same stuff into the file opened on that file handle. If set to 0 then nothing gets written.
Adapted from a piece of the potgen_main
program in potgen/potgen_main.f
.