exc_gen_classes Module



Contents


Variables

Type Visibility Attributes Name Initial
class(ExcitationGenerator_t), public, allocatable :: current_exc_generator

Subroutines

private subroutine class_gen_exc(nI, ilutI, nJ, ilutJ, exFlag, ic, ex, tParity, pGen, hel, store, part_type)

@brief This is a helper function to allow backwards compatibility.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nI(nel)
integer(kind=n_int), intent(in) :: ilutI(0:NIfTot)
integer, intent(out) :: nJ(nel)
integer(kind=n_int), intent(out) :: ilutJ(0:NifTot)
integer, intent(in) :: exFlag
integer, intent(out) :: ic
integer, intent(out) :: ex(2,maxExcit)
logical, intent(out) :: tParity
real(kind=dp), intent(out) :: pGen
real(kind=dp), intent(out) :: hel
type(excit_gen_store_type), intent(inout), target :: store
integer, intent(in), optional :: part_type

private subroutine class_gen_all_excits(nI, n_excits, det_list)

@brief This is a helper function to allow backwards compatibility.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nI(nEl)
integer, intent(out) :: n_excits
integer(kind=n_int), intent(out), allocatable :: det_list(:,:)

public subroutine init_exc_gen_class()

Arguments

None

public subroutine class_managed(generate_excitation, gen_all_excits)

Arguments

Type IntentOptional Attributes Name
procedure(generate_excitation_t), intent(out), pointer :: generate_excitation
procedure(generate_all_excits_t), intent(out), pointer :: gen_all_excits

public subroutine finalize_exz_gen_class()

Arguments

None