fast_determ_hamil Module



Contents


Derived Types

type, public ::  auxiliary_array

Components

Type Visibility Attributes Name Initial
integer, public, pointer :: pos(:) => null()

Subroutines

public subroutine calc_determ_hamil_opt_hphf(rep)

Arguments

Type IntentOptional Attributes Name
type(core_space_t), intent(inout) :: rep

public subroutine calc_determ_hamil_opt(rep)

Arguments

Type IntentOptional Attributes Name
type(core_space_t), intent(inout) :: rep

public pure subroutine find_intersec(nelem_in_1, nelem_in_2, arr_1, arr_2, intersec, nelem_out)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: nelem_in_1
integer(kind=int32), intent(in) :: nelem_in_2
integer(kind=int32), intent(in) :: arr_1(1:)
integer(kind=int32), intent(in) :: arr_2(1:)
integer(kind=int32), intent(inout) :: intersec(1:)
integer(kind=int32), intent(out) :: nelem_out