![]() |
(git:936074a)
|
Public Member Functions | |
| subroutine | calculate_rho_core_r3d_rs (rho_core, total_rho, qs_env, calpha, ccore, only_nopaw) |
| computes the density of the core charges on the grid | |
| subroutine | calculate_rho_core_c1d_gs (rho_core, total_rho, qs_env, calpha, ccore, only_nopaw) |
| computes the density of the core charges on the grid | |
Definition at line 138 of file qs_collocate_density.F.
| subroutine qs_collocate_density::calculate_rho_core::calculate_rho_core_r3d_rs | ( | type(pw_r3d_rs_type), intent(inout) | rho_core, |
| real(kind=dp), intent(out) | total_rho, | ||
| type(qs_environment_type), pointer | qs_env, | ||
| real(kind=dp), dimension(:), optional | calpha, | ||
| real(kind=dp), dimension(:), optional | ccore, | ||
| logical, intent(in), optional | only_nopaw | ||
| ) |
computes the density of the core charges on the grid
| rho_core | ... |
| total_rho | ... |
| qs_env | ... |
| calpha | ... |
| ccore | ... |
| only_nopaw | ... |
Definition at line 795 of file qs_collocate_density.F.
| subroutine qs_collocate_density::calculate_rho_core::calculate_rho_core_c1d_gs | ( | type(pw_c1d_gs_type), intent(inout) | rho_core, |
| real(kind=dp), intent(out) | total_rho, | ||
| type(qs_environment_type), pointer | qs_env, | ||
| real(kind=dp), dimension(:), optional | calpha, | ||
| real(kind=dp), dimension(:), optional | ccore, | ||
| logical, intent(in), optional | only_nopaw | ||
| ) |
computes the density of the core charges on the grid
| rho_core | ... |
| total_rho | ... |
| qs_env | ... |
| calpha | ... |
| ccore | ... |
| only_nopaw | ... |
Definition at line 934 of file qs_collocate_density.F.