MoyoMagneticSpaceGroup Derived Type

type, public, bind(c) :: MoyoMagneticSpaceGroup

Magnetic space group identified by moyo_magnetic_space_group_new and freed by moyo_magnetic_space_group_free. linear is the transpose view of the row-major C matrix.


Components

Type Visibility Attributes Name Initial
integer(kind=c_int32_t), public :: uni_number
integer(kind=c_int32_t), public :: linear(3,3)
real(kind=c_double), public :: origin_shift(3)