Octopus
wfs_elec_oct_m::wfs_elec_init Interface Reference

Detailed Description

Definition at line 157 of file wfs_elec.F90.

Private Member Functions

subroutine dwfs_elec_init_with_memory_3 (this, dim, st_start, st_end, psi, ik)
 initialize a wfs_elec_t object with given memory More...
 
subroutine zwfs_elec_init_with_memory_3 (this, dim, st_start, st_end, psi, ik)
 initialize a wfs_elec_t object with given memory More...
 
subroutine dwfs_elec_init_with_memory_2 (this, dim, st_start, st_end, psi, ik)
 initialize a wfs_elec_t object with given memory More...
 
subroutine zwfs_elec_init_with_memory_2 (this, dim, st_start, st_end, psi, ik)
 initialize a wfs_elec_t object with given memory More...
 

Member Function/Subroutine Documentation

◆ dwfs_elec_init_with_memory_3()

subroutine wfs_elec_oct_m::wfs_elec_init::dwfs_elec_init_with_memory_3 ( type(wfs_elec_t), intent(out)  this,
integer, intent(in)  dim,
integer, intent(in)  st_start,
integer, intent(in)  st_end,
real(real64), dimension(:, :, st_start:), intent(inout), target, contiguous  psi,
integer, intent(in)  ik 
)
private

initialize a wfs_elec_t object with given memory

wrapper to batch_oct_m::dbatch_init_with_memory_3

Parameters
[out]thisthe wfs_elec_t object
[in]dimspinor dimensions
[in]st_startstart index for states
[in]st_endend index for states
[in]ikk point index
[in,out]psistates to use for the object

Definition at line 347 of file wfs_elec.F90.

◆ zwfs_elec_init_with_memory_3()

subroutine wfs_elec_oct_m::wfs_elec_init::zwfs_elec_init_with_memory_3 ( type(wfs_elec_t), intent(out)  this,
integer, intent(in)  dim,
integer, intent(in)  st_start,
integer, intent(in)  st_end,
complex(real64), dimension(:, :, st_start:), intent(inout), target, contiguous  psi,
integer, intent(in)  ik 
)
private

initialize a wfs_elec_t object with given memory

wrapper to batch_oct_m::zbatch_init_with_memory_3

Parameters
[out]thisthe wfs_elec_t object
[in]dimspinor dimensions
[in]st_startstart index for states
[in]st_endend index for states
[in]ikk point index
[in,out]psistates to use for the object

Definition at line 490 of file wfs_elec.F90.

◆ dwfs_elec_init_with_memory_2()

subroutine wfs_elec_oct_m::wfs_elec_init::dwfs_elec_init_with_memory_2 ( type(wfs_elec_t), intent(out)  this,
integer, intent(in)  dim,
integer, intent(in)  st_start,
integer, intent(in)  st_end,
real(real64), dimension(:, :), intent(inout), target, contiguous  psi,
integer, intent(in)  ik 
)
private

initialize a wfs_elec_t object with given memory

wrapper to batch_oct_m::dbatch_init_with_memory_2

Parameters
[out]thisthe wfs_elec_t object
[in]dimspinor dimensions
[in]st_startstart index for states
[in]st_endend index for states
[in]ikk point index
[in,out]psistates to use for the object

Definition at line 369 of file wfs_elec.F90.

◆ zwfs_elec_init_with_memory_2()

subroutine wfs_elec_oct_m::wfs_elec_init::zwfs_elec_init_with_memory_2 ( type(wfs_elec_t), intent(out)  this,
integer, intent(in)  dim,
integer, intent(in)  st_start,
integer, intent(in)  st_end,
complex(real64), dimension(:, :), intent(inout), target, contiguous  psi,
integer, intent(in)  ik 
)
private

initialize a wfs_elec_t object with given memory

wrapper to batch_oct_m::zbatch_init_with_memory_2

Parameters
[out]thisthe wfs_elec_t object
[in]dimspinor dimensions
[in]st_startstart index for states
[in]st_endend index for states
[in]ikk point index
[in,out]psistates to use for the object

Definition at line 512 of file wfs_elec.F90.


The documentation for this interface was generated from the following file: