(git:c5411e0)
Loading...
Searching...
No Matches
qs_active_space_types::eri_type_eri_element_func_interface Interface Reference

The function signature to be implemented by a child of eri_type_eri_element_func More...

Public Member Functions

logical function eri_type_eri_element_func_interface (this, i, j, k, l, val)
 

Detailed Description

The function signature to be implemented by a child of eri_type_eri_element_func

Parameters
thisobject reference
ii-index
jj-index
kk-index
ll-index
valvalue of the integral at (i,j,k.l)
Returns
True if the ERI foreach loop should continue, false, if not

Definition at line 120 of file qs_active_space_types.F.

Constructor & Destructor Documentation

◆ eri_type_eri_element_func_interface()

logical function qs_active_space_types::eri_type_eri_element_func_interface::eri_type_eri_element_func_interface ( class(eri_type_eri_element_func), intent(inout)  this,
integer, intent(in)  i,
integer, intent(in)  j,
integer, intent(in)  k,
integer, intent(in)  l,
real(kind=dp), intent(in)  val 
)
virtual

Definition at line 120 of file qs_active_space_types.F.


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