![]() |
(git:b77b4be)
|
routines that fit parameters for /from atomic calculations More...
Functions/Subroutines | |
subroutine, public | atom_fit_density (atom, num_gto, norder, iunit, agto, powell_section, results) |
Fit the atomic electron density using a geometrical Gaussian basis set. | |
subroutine, public | atom_fit_basis (atom_info, basis, pptype, iunit, powell_section) |
... | |
subroutine, public | atom_fit_pseudo (atom_info, atom_refs, ppot, iunit, powell_section) |
... | |
subroutine, public | atom_fit_kgpot (atom, num_gau, num_pol, iunit, powell_section, results) |
... | |
routines that fit parameters for /from atomic calculations
subroutine, public atom_fit::atom_fit_density | ( | type(atom_type), pointer | atom, |
integer, intent(in) | num_gto, | ||
integer, intent(in) | norder, | ||
integer, intent(in) | iunit, | ||
real(kind=dp), dimension(:), optional | agto, | ||
type(section_vals_type), optional, pointer | powell_section, | ||
real(kind=dp), dimension(:), optional | results | ||
) |
Fit the atomic electron density using a geometrical Gaussian basis set.
atom | information about the atomic kind |
num_gto | number of Gaussian basis functions |
norder | ... |
iunit | output file unit |
agto | Gaussian exponents |
powell_section | POWELL input section |
results | (output) array of num_gto+2 real numbers in the following format: starting exponent, factor of geometrical series, expansion coefficients(1:num_gto) |
Definition at line 77 of file atom_fit.F.
subroutine, public atom_fit::atom_fit_basis | ( | type(atom_p_type), dimension(:, :), pointer | atom_info, |
type(atom_basis_type), pointer | basis, | ||
logical, intent(in) | pptype, | ||
integer, intent(in) | iunit, | ||
type(section_vals_type), pointer | powell_section | ||
) |
...
atom_info | ... |
basis | ... |
pptype | ... |
iunit | output file unit |
powell_section | POWELL input section |
Definition at line 190 of file atom_fit.F.
subroutine, public atom_fit::atom_fit_pseudo | ( | type(atom_p_type), dimension(:, :), pointer | atom_info, |
type(atom_p_type), dimension(:, :), pointer | atom_refs, | ||
type(atom_potential_type), pointer | ppot, | ||
integer, intent(in) | iunit, | ||
type(section_vals_type), pointer | powell_section | ||
) |
...
atom_info | ... |
atom_refs | ... |
ppot | ... |
iunit | output file unit |
powell_section | POWELL input section |
Definition at line 503 of file atom_fit.F.
subroutine, public atom_fit::atom_fit_kgpot | ( | type(atom_type), pointer | atom, |
integer, intent(in) | num_gau, | ||
integer, intent(in) | num_pol, | ||
integer, intent(in) | iunit, | ||
type(section_vals_type), optional, pointer | powell_section, | ||
real(kind=dp), dimension(:), optional | results | ||
) |
...
atom | ... |
num_gau | ... |
num_pol | ... |
iunit | ... |
powell_section | ... |
results | ... |
Definition at line 1878 of file atom_fit.F.