formPick

formPick[basis,form,WCList]
is a function for formatting the output of CoDEx. When applied on a list of Wilson coefficients (WCList), obtained from a specific operator basis (basis, e.g. "Warsaw"), with mentioned form and text style, it gives output in that form and style.

DetailsDetails

  • The functions treeOutput, loopOutput, and codexOutput uses the function formPick inside them.
  • Possible values for form are:
  • "List"Returns the WCList in unaltered form.
    "Grid"Returns the WCList in a Grid form.
    "Detailed1"Replaces the simple forms of the operators with their expanded and canonical form.
    "Detailed2"Adds the cursiv form of the default operator names to "Detailed1".
  • formPick takes all options for Mathematica inbuilt-function Style. For the last three types of arguments of 'form', additional options can be used for formPick. They are same as the Mathematica inbuilt-function Grid.
  • Other options that can be used for formPick are:
  • latexFalseIf True, gives output in Latex table format. All options for texTable can be used then.
    verticalFalseAn option for texTable
    horizontalFalseAn option for texTable
    alignment"c"An option for texTable
    interpret"Print"An option for texTable

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

Load the package:

In[1]:=
Click for copyable input

Say this is the output of CoDEx that you have found and saved. Let's give it a name:

In[2]:=
Click for copyable input

This prints the above result in a detailed format, with explicit forms of operators and in a grid.

In[3]:=
Click for copyable input
Out[3]=

This does the same thing, with specific options for Style and Grid changed.

In[4]:=
Click for copyable input
Out[4]=