SymmetrizeTripletList_c Subroutine

public subroutine SymmetrizeTripletList_c(triplet_list, pattern_type)

Symmetrizes an unsymmetric triplet list according to the specified symmetry type.

Arguments

Type IntentOptional AttributesName
type(TripletList_c), intent(inout) :: triplet_list

List to be symmetrized.

integer, intent(in) :: pattern_type

Type of symmetry.


Contents

None