Octopus
rkb_projector_oct_m::rkb_projector_t Type Reference

The rkb_projector data type holds the KB projectors build with total angular momentum eigenfunctions. This way the spin-orbit coupling in straighforwardly included. More...

Detailed Description

The rkb_projector data type holds the KB projectors build with total angular momentum eigenfunctions. This way the spin-orbit coupling in straighforwardly included.

Definition at line 140 of file rkb_projector.F90.

Public Attributes

integer, public n_c
 number of components - 2 times the number of projectors per l More...
 
complex(real64), dimension(:, :, :, :), allocatable, public ket
 
real(real64), dimension(:, :, :), allocatable, public f
 

Private Attributes

integer n_s
 number of points inside the sphere More...
 
complex(real64), dimension(:, :), allocatable bra
 

Member Data Documentation

◆ n_s

integer rkb_projector_oct_m::rkb_projector_t::n_s
private

number of points inside the sphere

Definition at line 142 of file rkb_projector.F90.

◆ n_c

integer, public rkb_projector_oct_m::rkb_projector_t::n_c

number of components - 2 times the number of projectors per l

Definition at line 143 of file rkb_projector.F90.

◆ bra

complex(real64), dimension(:, :), allocatable rkb_projector_oct_m::rkb_projector_t::bra
private

Definition at line 144 of file rkb_projector.F90.

◆ ket

complex(real64), dimension(:, :, :, :), allocatable, public rkb_projector_oct_m::rkb_projector_t::ket

Definition at line 145 of file rkb_projector.F90.

◆ f

real(real64), dimension(:, :, :), allocatable, public rkb_projector_oct_m::rkb_projector_t::f

Definition at line 146 of file rkb_projector.F90.


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