82 double a[3][13],
b[3][13][13][13],
c[3][13][13][13],
d[3][13][13][13],
c2[3][13][13][13],
d2[3][13][13][13],
e2[3][13][13][13],
f2[3][13][13][13];
92 gslpp::matrix<gslpp::complex>
v,
vi,
js,
h,
gg,
s_s,
jssv,
jss,
jv,
vij,
gg2,
s_s2,
h2,
js2,
j2v,
vijj,
vij2;
93 gslpp::vector<gslpp::complex>
e;
gslpp::matrix< double > AnomalousDimension_M(orders order, unsigned int n_u, unsigned int n_d) const
a method returning the anomalous dimension matrix given in the Misiak basis
gslpp::matrix< gslpp::complex > h2
gslpp::matrix< double > & Df1Evolbsg(double mu, double M, orders order, schemes scheme=NDR)
a method returning the evolutor related to the high scale and the low scale
gslpp::matrix< gslpp::complex > js2
gslpp::matrix< gslpp::complex > js
gslpp::matrix< gslpp::complex > s_s2
gslpp::matrix< gslpp::complex > j2v
gslpp::matrix< double > ToRescaleBasis(orders order, unsigned int n_u, unsigned int n_d) const
a method returning the anomalous dimension in the Chetyrkin, Misiak and Munz operator basis
gslpp::matrix< double > ToEffectiveBasis(gslpp::matrix< double > mat) const
a method returning the anomalous dimension for the evolution of the effective Wilson coefficients
const StandardModel & model
virtual ~EvolDB1bsg()
EvolDF1bsg destructor.
gslpp::matrix< gslpp::complex > jss
gslpp::matrix< gslpp::complex > jv
gslpp::matrix< gslpp::complex > vijj
gslpp::matrix< gslpp::complex > s_s
gslpp::matrix< gslpp::complex > vij
EvolDB1bsg(unsigned int dim, schemes scheme, orders order, const StandardModel &model)
EvolDF1bsg constructor.
gslpp::matrix< gslpp::complex > v
gslpp::matrix< gslpp::complex > gg
gslpp::vector< gslpp::complex > e
gslpp::matrix< gslpp::complex > h
gslpp::matrix< gslpp::complex > jssv
gslpp::matrix< gslpp::complex > vi
gslpp::matrix< gslpp::complex > gg2
gslpp::matrix< gslpp::complex > vij2
A class for the RG evolutor of the Wilson coefficients.
A model class for the Standard Model.
orders
An enum type for orders in QCD.
schemes
An enum type for regularization schemes.