![]() |
(git:d18deda)
|
Calculates integral matrices for RIGPW method. More...
Functions/Subroutines | |
subroutine, public | build_ri_matrices (lri_env, qs_env, calculate_forces) |
creates and initializes an lri_env | |
subroutine, public | ri_metric_solver (mat, vecr, vecx, matp, solver, ptr) |
solver for RI systems (R*x=n) | |
subroutine, public | calculate_ri_densities (lri_env, qs_env, pmatrix, lri_rho_struct, atomic_kind_set, para_env) |
performs the fitting of the density and distributes the fitted density on the grid | |
Calculates integral matrices for RIGPW method.
subroutine, public ri_environment_methods::build_ri_matrices | ( | type(lri_environment_type), pointer | lri_env, |
type(qs_environment_type), pointer | qs_env, | ||
logical, intent(in) | calculate_forces | ||
) |
creates and initializes an lri_env
lri_env | the lri_environment you want to create |
qs_env | ... |
calculate_forces | ... |
Definition at line 89 of file ri_environment_methods.F.
subroutine, public ri_environment_methods::ri_metric_solver | ( | type(dbcsr_type) | mat, |
real(kind=dp), dimension(:), intent(in) | vecr, | ||
real(kind=dp), dimension(:), intent(out) | vecx, | ||
type(dbcsr_type) | matp, | ||
character(len=*), intent(in) | solver, | ||
integer, dimension(:, :), intent(in) | ptr | ||
) |
solver for RI systems (R*x=n)
mat | ... |
vecr | ... |
vecx | ... |
matp | ... |
solver | ... |
ptr | ... |
Definition at line 290 of file ri_environment_methods.F.
subroutine, public ri_environment_methods::calculate_ri_densities | ( | type(lri_environment_type), pointer | lri_env, |
type(qs_environment_type), pointer | qs_env, | ||
type(dbcsr_p_type), dimension(:), pointer | pmatrix, | ||
type(qs_rho_type), intent(in) | lri_rho_struct, | ||
type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, | ||
type(mp_para_env_type), pointer | para_env | ||
) |
performs the fitting of the density and distributes the fitted density on the grid
lri_env | the lri environment lri_density the environment for the fitting pmatrix density matrix lri_rho_struct where the fitted density is stored |
qs_env | ... |
pmatrix | ... |
lri_rho_struct | ... |
atomic_kind_set | ... |
para_env | ... |
Definition at line 356 of file ri_environment_methods.F.