symmetr.funcs_main module

symmetr.funcs_main.def_symmetr_opt(opt)[source]
symmetr.funcs_main.sym_mham(opt, printit=False)[source]
symmetr.funcs_main.sym_res(opt, printit=False)[source]

A wrapper function that returns the appropriate response tensor based on the input options.

Parameters:
  • opt (class options) – stores all the input arguments. Only some are used here.

  • printit (optional[boolean]) – if true this prints the output

symmetr.funcs_main.sym_res_exp(opt, printit=False)[source]

Finds the tensor describing expansion term of linear response in the direction of magnetization.

Parameters:
  • opt (class options) – stores all the input arguments. Only some are used here.

  • printit (optional[boolean]) – if true this prints the output

symmetr.funcs_main.sym_res_nonexp(opt, printit=False)[source]