Octopus
|
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... | |
|
private |
initialize a wfs_elec_t object with given memory
wrapper to batch_oct_m::dbatch_init_with_memory_3
[out] | this | the wfs_elec_t object |
[in] | dim | spinor dimensions |
[in] | st_start | start index for states |
[in] | st_end | end index for states |
[in] | ik | k point index |
[in,out] | psi | states to use for the object |
Definition at line 347 of file wfs_elec.F90.
|
private |
initialize a wfs_elec_t object with given memory
wrapper to batch_oct_m::zbatch_init_with_memory_3
[out] | this | the wfs_elec_t object |
[in] | dim | spinor dimensions |
[in] | st_start | start index for states |
[in] | st_end | end index for states |
[in] | ik | k point index |
[in,out] | psi | states to use for the object |
Definition at line 490 of file wfs_elec.F90.
|
private |
initialize a wfs_elec_t object with given memory
wrapper to batch_oct_m::dbatch_init_with_memory_2
[out] | this | the wfs_elec_t object |
[in] | dim | spinor dimensions |
[in] | st_start | start index for states |
[in] | st_end | end index for states |
[in] | ik | k point index |
[in,out] | psi | states to use for the object |
Definition at line 369 of file wfs_elec.F90.
|
private |
initialize a wfs_elec_t object with given memory
wrapper to batch_oct_m::zbatch_init_with_memory_2
[out] | this | the wfs_elec_t object |
[in] | dim | spinor dimensions |
[in] | st_start | start index for states |
[in] | st_end | end index for states |
[in] | ik | k point index |
[in,out] | psi | states to use for the object |
Definition at line 512 of file wfs_elec.F90.