new_matrix_elements Function

public pure function new_matrix_elements(state_vector) result(elements)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: state_vector(:)

Return Value type(matrix_elements_t)