Octopus
|
The calculator object. More...
The calculator object.
Definition at line 168 of file density.F90.
Private Attributes | |
real(real64), dimension(:, :), pointer | density |
pointer to the memory where the density will be accumulated; dimensions (1:np, 1:dnspin) More... | |
type(states_elec_t), pointer | st |
pointer to the states More... | |
type(grid_t), pointer | gr |
pointer to the underlying mesh More... | |
type(accel_mem_t) | buff_density |
buffer for GPU calculations More... | |
integer(int64) | pnp |
padded number of points for the GPU More... | |
logical | packed |
flag to keep track whether the density is device packed More... | |
|
private |
pointer to the memory where the density will be accumulated; dimensions (1:np, 1:dnspin)
Definition at line 170 of file density.F90.
|
private |
pointer to the states
Definition at line 171 of file density.F90.
|
private |
pointer to the underlying mesh
Definition at line 172 of file density.F90.
|
private |
buffer for GPU calculations
Definition at line 173 of file density.F90.
|
private |
padded number of points for the GPU
Definition at line 174 of file density.F90.
|
private |
flag to keep track whether the density is device packed
Definition at line 175 of file density.F90.