Package madgraph :: Package various :: Module q_polynomial
[hide private]
[frames] | no frames]

Module q_polynomial

source code

Classes [hide private]
  PolynomialError
  Polynomial
A class to represent a polynomial in the loop momentum (4-vector) q and how the symmetrized coefficients are ordered.
  Polynomial_naive_ordering
A class to represent a polynomial in the loop momentum (4-vector) q
  PolynomialRoutines
The mother class to output the polynomial subroutines
  FortranPolynomialRoutines
A daughter class to output the subroutine in the fortran format
  FromIREGIFortranCodeGenerator
Back up of the class Polynomial, which uses the same coefficeints orders with IREGI.
  FromGolem95FortranCodeGenerator
Just a container class with helper functions taken from the script tens.py of golem which generates most of the golem95 tens_rec.f fortran code.
Functions [hide private]
 
get_number_of_coefs_for_rank(r)
Returns the number of independent coefficients there is in a fully symmetric tensor of rank r
source code
Variables [hide private]
  __package__ = 'madgraph.various'