excitationIdentifier Interface

public interface excitationIdentifier

Contents


Module Procedures

public function excitationIdentifier_single(i, j) result(excitInfo)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i
integer, intent(in) :: j

Return Value type(ExcitationInformation_t)

public function excitationIdentifier_double(i, j, k, l) result(excitInfo)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: i
integer, intent(in) :: j
integer, intent(in) :: k
integer, intent(in) :: l

Return Value type(ExcitationInformation_t)