![]() |
(git:b77b4be)
|
Data Types | |
type | dg_rho0_type |
Type for Gaussian Densities type = type of gaussian (PME) grid = grid number gcc = Gaussian contraction coefficient zet = Gaussian exponent. More... | |
Functions/Subroutines | |
subroutine, public | dg_rho0_set (dg_rho0, type, grid, kind, cutoff_radius, gcc, zet, density) |
Set the dg_rho0_type. | |
subroutine, public | dg_rho0_get (dg_rho0, cutoff_radius, type, grid, kind, gcc, zet, density) |
Get the dg_rho0_type. | |
subroutine, public | dg_rho0_create (dg_rho0) |
create the dg_rho0 structure | |
subroutine, public | dg_rho0_release (dg_rho0) |
releases the given dg_rho0_type | |
subroutine, public | dg_rho0_init (dg_rho0, pw_grid) |
... | |
subroutine, public dg_rho0_types::dg_rho0_set | ( | type(dg_rho0_type), pointer | dg_rho0, |
integer, optional | type, | ||
integer, optional | grid, | ||
integer, optional | kind, | ||
real(kind=dp), optional | cutoff_radius, | ||
real(kind=dp), dimension(:), optional, pointer | gcc, | ||
real(kind=dp), dimension(:), optional, pointer | zet, | ||
type(pw_r3d_rs_type), optional, pointer | density | ||
) |
Set the dg_rho0_type.
dg_rho0 | ... |
TYPE | ... |
grid | ... |
kind | ... |
cutoff_radius | ... |
gcc | ... |
zet | ... |
density | ... |
Definition at line 63 of file dg_rho0_types.F.
subroutine, public dg_rho0_types::dg_rho0_get | ( | type(dg_rho0_type), pointer | dg_rho0, |
real(kind=dp), optional | cutoff_radius, | ||
integer, optional | type, | ||
integer, optional | grid, | ||
integer, optional | kind, | ||
real(kind=dp), dimension(:), optional, pointer | gcc, | ||
real(kind=dp), dimension(:), optional, pointer | zet, | ||
type(pw_r3d_rs_type), optional, pointer | density | ||
) |
Get the dg_rho0_type.
dg_rho0 | ... |
cutoff_radius | ... |
TYPE | ... |
grid | ... |
kind | ... |
gcc | ... |
zet | ... |
density | ... |
Definition at line 94 of file dg_rho0_types.F.
subroutine, public dg_rho0_types::dg_rho0_create | ( | type(dg_rho0_type), pointer | dg_rho0 | ) |
create the dg_rho0 structure
dg_rho0 | ... |
Definition at line 117 of file dg_rho0_types.F.
subroutine, public dg_rho0_types::dg_rho0_release | ( | type(dg_rho0_type), pointer | dg_rho0 | ) |
releases the given dg_rho0_type
dg_rho0 | the dg_rho0_type to release |
Definition at line 133 of file dg_rho0_types.F.
subroutine, public dg_rho0_types::dg_rho0_init | ( | type(dg_rho0_type), pointer | dg_rho0, |
type(pw_grid_type), pointer | pw_grid | ||
) |
...
dg_rho0 | ... |
pw_grid | ... |
Definition at line 159 of file dg_rho0_types.F.