Crystallographic Information Framework

[CIF logo]

Index

Modulated structures dictionary (msCIF) version 3.2.1

_refln.index_m_list

Name:
_refln.index_m_list

Definition:

   

      Additional Miller indices of a particular reflection in the basis
      described in _cell_reciprocal_basis_description. The total number
      of indices must match (_cell.modulation_dimension + 3). The
      order of the additional indices must be consistent with the codes
      given in _cell_wave_vector.seq_id.

Type: Integer

Values appear in List context.

Dimension: [8]

Evaluation method:

      With  r  as  refln

           temp.index_m_list  =

                  [ r.index_m_1, r.index_m_2, r.index_m_3, r.index_m_4,
                    r.index_m_5, r.index_m_6, r.index_m_7, r.index_m_8 ]

      #Not meaningful indices are removed here
 
           refln.index_m_list = temp.index_m_list[0:_cell.modulation_dimension – 1]

Category:
refln