Octopus
exchange_operator_oct_m::ace_t Type Reference

Detailed Description

Definition at line 179 of file exchange_operator.F90.

Private Member Functions

procedure init => ace_init
 
procedure end => ace_end
 

Private Attributes

integer nst
 Size of the subspace on which the low-rank ACE operator is (approximately) exact. More...
 
real(real64), dimension(:,:,:,:), allocatable dchi
 Vectors that define the ACE kernel. More...
 
complex(real64), dimension(:,:,:,:), allocatable zchi
 Vectors that define the ACE kernel. More...
 

Member Function/Subroutine Documentation

◆ init()

procedure exchange_operator_oct_m::ace_t::init
private

Definition at line 184 of file exchange_operator.F90.

◆ end()

procedure exchange_operator_oct_m::ace_t::end
private

Definition at line 185 of file exchange_operator.F90.

Member Data Documentation

◆ nst

integer exchange_operator_oct_m::ace_t::nst
private

Size of the subspace on which the low-rank ACE operator is (approximately) exact.

Definition at line 180 of file exchange_operator.F90.

◆ dchi

real(real64), dimension(:,:,:,:), allocatable exchange_operator_oct_m::ace_t::dchi
private

Vectors that define the ACE kernel.

Definition at line 181 of file exchange_operator.F90.

◆ zchi

complex(real64), dimension(:,:,:,:), allocatable exchange_operator_oct_m::ace_t::zchi
private

Vectors that define the ACE kernel.

Definition at line 182 of file exchange_operator.F90.


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