![]() |
(git:b77b4be)
|
Functions/Subroutines | |
subroutine, public | create_soft_basis (orb_basis, soft_basis, eps_fit, rc, paw_atom, paw_type_forced, gpw_r3d_rs_type_forced) |
create the soft basis from a GTO basis | |
subroutine, public soft_basis_set::create_soft_basis | ( | type(gto_basis_set_type), pointer | orb_basis, |
type(gto_basis_set_type), pointer | soft_basis, | ||
real(dp), intent(in) | eps_fit, | ||
real(dp), intent(in) | rc, | ||
logical, intent(out) | paw_atom, | ||
logical, intent(in) | paw_type_forced, | ||
logical, intent(in) | gpw_r3d_rs_type_forced | ||
) |
create the soft basis from a GTO basis
orb_basis | ... |
soft_basis | ... |
eps_fit | ... |
rc | ... |
paw_atom | ... |
paw_type_forced | ... |
gpw_r3d_rs_type_forced | ... |
Definition at line 59 of file soft_basis_set.F.