Home > Applications > SpinW > m_files > sw_basismat.m

iFit/sw_basismat

PURPOSE ^

determines allowed tensor components in a given point group symmetry

SYNOPSIS ^

function [M, asym] = sw_basismat(symOp, r, tol)

DESCRIPTION ^

 determines allowed tensor components in a given point group symmetry

 [M, asym] = SW_BASISMAT(symOp, r, tol) 

 It determines the allowed matrix elements compatible with a given point
 group symmetry. The matrix can describe exchange interaction or single
 ion anisotropy.

 Input:
 symOp     Generators of the point group symmetry, dimensions are
           [3 3 nSym]. Each symOp(:,:,ii) matrix defines a rotation.
 r         Distance vector between the two interacting atoms. For
           anisotropy r=0, dimensions are [3 1].
 tol       Tolerance, optional. Default value is 1e-5.

 Output:

 M         Matrices, that span out the vector space of the symmetry
           allowed matrices, dimensions are [3 3 nM]. Any matrix is
           allowed that can be expressed as a linear combination of the
           symmetry allowed matrices.
 asym      Logical vector, for each 3x3 matrix in M, tells whether it is
           antisymmetric, dimensions are [1 nM].

 See also SW.GETMATRIX, SW.SETMATRIX.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1