Skip to content

Parse NLO expressions

Felix Hekhorn edited this page Jul 24, 2020 · 2 revisions

To parse the rather abstract NLO expressions into a more numerical form we use the following tool chain

  • Paper -> FORM: this is provided by the authors
  • FORM -> Mathematica: provided by FormGet
  • simplify the expresisons in Mathematica using this script which also exports the expression to file via CForm
  • translate to Python using this script
Clone this wiki locally