conjugate_rdm_ind Interface

public interface conjugate_rdm_ind

Contents


Module Procedures

private pure function conjugate_rdm_ind_vec(rdm_ind, order) result(conj_rdm_ind)

Arguments

Type IntentOptional Attributes Name
integer(kind=int_rdm), intent(in) :: rdm_ind(:)
integer, intent(in) :: order

Return Value integer(kind=int_rdm), allocatable, (:)

private pure function conjugate_rdm_ind_scalar(rdm_ind, order) result(conj_rdm_ind)

Arguments

Type IntentOptional Attributes Name
integer(kind=int_rdm), intent(in) :: rdm_ind
integer, intent(in) :: order

Return Value integer(kind=int_rdm)