Function: get_op_from_symb
Reference
Home
List of PyCrysFML08 Dictionaries
List of PyCrysFML08 Functions
Use
get_op_from_symb computes a symmetry operator (symm_op_type) from its symbol.
function call
r = get_op_from_symb(symb : str)
Variable | Type | Description |
---|---|---|
symb | str | Symbol of the symmetry operator. |
r | tuple | The tuple returned by the function. r[0] : int, error code. If non-zero, an error has occurred. r[1] : str, error message. r[2]: dict[symm_op_type], the symmetry operator. |
examples