symmetr.symT module

Contains functions for obtaining list of symmetry operations and transformation matrix based on user input.

symmetr.symT.get_T(opt, nonmag=False)[source]

Returns transformation matrix from the conventional coordinate system (used by findsym) to the user selected basis.

There are two different behaviors:

nonmag=False: conventional coordinate system for the magnetic system nonmag=True: conventional coordinate system for the nonmagnetic system

symmetr.symT.get_generators(syms, depth=3, debug=False, prec=None)[source]
symmetr.symT.get_metric(opt, debug=False, nonmag=False)[source]
symmetr.symT.get_syms(opt)[source]
symmetr.symT.get_syms_nonmag(opt)[source]
symmetr.symT.get_syms_noso(opt)[source]