![]() |
(git:b77b4be)
|
Data Types | |
type | local_rho_type |
type | rhoz_type |
Functions/Subroutines | |
subroutine, public | allocate_rhoz (rhoz_set, nkind) |
... | |
subroutine, public | calculate_rhoz (rhoz, grid_atom, alpha, zeff, natom, rhoz_tot, harmonics) |
... | |
subroutine, public | get_local_rho (local_rho_set, rho_atom_set, rho0_atom_set, rho0_mpole, rhoz_set) |
... | |
subroutine, public | local_rho_set_create (local_rho_set) |
... | |
subroutine, public | local_rho_set_release (local_rho_set) |
... | |
subroutine, public | set_local_rho (local_rho_set, rho_atom_set, rho0_atom_set, rho0_mpole, rhoz_set) |
... | |
subroutine, public qs_local_rho_types::allocate_rhoz | ( | type(rhoz_type), dimension(:), pointer | rhoz_set, |
integer | nkind | ||
) |
...
rhoz_set | ... |
nkind | ... |
Definition at line 66 of file qs_local_rho_types.F.
subroutine, public qs_local_rho_types::calculate_rhoz | ( | type(rhoz_type) | rhoz, |
type(grid_atom_type) | grid_atom, | ||
real(dp), intent(in) | alpha, | ||
real(dp) | zeff, | ||
integer | natom, | ||
real(dp), intent(inout) | rhoz_tot, | ||
type(harmonics_atom_type) | harmonics | ||
) |
...
rhoz | ... |
grid_atom | ... |
alpha | ... |
zeff | ... |
natom | ... |
rhoz_tot | ... |
harmonics | ... |
Definition at line 97 of file qs_local_rho_types.F.
subroutine, public qs_local_rho_types::get_local_rho | ( | type(local_rho_type), pointer | local_rho_set, |
type(rho_atom_type), dimension(:), optional, pointer | rho_atom_set, | ||
type(rho0_atom_type), dimension(:), optional, pointer | rho0_atom_set, | ||
type(rho0_mpole_type), optional, pointer | rho0_mpole, | ||
type(rhoz_type), dimension(:), optional, pointer | rhoz_set | ||
) |
...
local_rho_set | ... |
rho_atom_set | ... |
rho0_atom_set | ... |
rho0_mpole | ... |
rhoz_set | ... |
Definition at line 172 of file qs_local_rho_types.F.
subroutine, public qs_local_rho_types::local_rho_set_create | ( | type(local_rho_type), pointer | local_rho_set | ) |
...
local_rho_set | ... |
Definition at line 193 of file qs_local_rho_types.F.
subroutine, public qs_local_rho_types::local_rho_set_release | ( | type(local_rho_type), pointer | local_rho_set | ) |
...
local_rho_set | ... |
Definition at line 212 of file qs_local_rho_types.F.
subroutine, public qs_local_rho_types::set_local_rho | ( | type(local_rho_type), pointer | local_rho_set, |
type(rho_atom_type), dimension(:), optional, pointer | rho_atom_set, | ||
type(rho0_atom_type), dimension(:), optional, pointer | rho0_atom_set, | ||
type(rho0_mpole_type), optional, pointer | rho0_mpole, | ||
type(rhoz_type), dimension(:), optional, pointer | rhoz_set | ||
) |
...
local_rho_set | ... |
rho_atom_set | ... |
rho0_atom_set | ... |
rho0_mpole | ... |
rhoz_set | ... |
Definition at line 246 of file qs_local_rho_types.F.