Definition at line 15 of file EvolDF1_diujlknu.h.
|
gslpp::matrix< double > | AnomalousDimension (orders order, unsigned int nf) const |
| ADM in the JMS basis, in the order CnueduVLLkkij, CnueduVLRkkij, CnueduSRRkkij, CnueduSRLkkij, CnueduTRRkkij, from 1706.00410. More...
|
|
gslpp::matrix< double > | AnomalousDimension (orders_qed order_qed, unsigned int nf) const |
| QED ADM in the JMS basis, in the order CnueduVLLkkij, CnueduVLRkkij, CnueduSRRkkij, CnueduSRLkkij, CnueduTRRkkij, from 1706.00410. More...
|
|
gslpp::matrix< double > & | Df1diujlknuEvol (double mu, double M, orders order, schemes scheme=NDR) |
|
| EvolDF1_diujlknu (unsigned int dim_i, schemes scheme, orders order, const StandardModel &model) |
| constructor More...
|
|
virtual | ~EvolDF1_diujlknu () |
|
gslpp::matrix< double > * | Evol (orders order) |
| Evolution matrix set at a fixed order of QCD coupling. More...
|
|
gslpp::matrix< double > * | Evol (orders_qed order_qed) |
| Evolution matrix set at a fixed order of Electroweak coupling. More...
|
|
gslpp::matrix< double > ** | getEvol () const |
|
double | getM () const |
| Retrieve the upper scale of the Wilson Coefficients. More...
|
|
| RGEvolutor (unsigned int dim, schemes scheme, orders order) |
| constructor More...
|
|
| RGEvolutor (unsigned int dim, schemes scheme, orders order, orders_qed order_qed) |
| constructor More...
|
|
void | setEvol (const gslpp::matrix< double > &m, orders order_i) |
|
void | setEvol (const gslpp::matrix< double > &m, orders_qed order_qed_i) |
|
void | setEvol (unsigned int i, unsigned int j, double x, orders order_i) |
|
void | setEvol (unsigned int i, unsigned int j, double x, orders order_i, orders_qed order_qed) |
|
void | setM (double M) |
| Sets the upper scale for the running of the Wilson Coefficients. More...
|
|
void | setMu (double mu) |
| Sets the lower scale for the running of the Wilson Coefficients. More...
|
|
void | setScales (double mu, double M) |
| Sets the upper and lower scale for the running of the Wilson Coefficients. More...
|
|
virtual | ~RGEvolutor () |
| destructor More...
|
|
double | getMu () const |
|
orders | getOrder () const |
|
orders_qed | getOrder_qed () const |
|
schemes | getScheme () const |
|
unsigned int | getSize () const |
|
virtual void | resetCoefficient () |
|
void | setScheme (schemes scheme) |
|
| WilsonTemplate (const WilsonTemplate< gslpp::matrix< double > > &orig) |
|
| WilsonTemplate (unsigned int dim, schemes scheme_i, orders order_i, orders_qed order_qed_i=NO_QED) |
|
virtual | ~WilsonTemplate () |
|
gslpp::matrix< double > EvolDF1_diujlknu::AnomalousDimension |
( |
orders |
order, |
|
|
unsigned int |
nf |
|
) |
| const |
ADM in the JMS basis, in the order CnueduVLLkkij, CnueduVLRkkij, CnueduSRRkkij, CnueduSRLkkij, CnueduTRRkkij, from 1706.00410.
- Parameters
-
order | |
nf | number of active flavours |
- Returns
- Anomalous dimension for \( \bar{d}_i u_j \bar{\nu} \ell_k \) operators in the JMS basis ordered as CnueduVLLkkij, CnueduVLRkkij, CnueduSRRkkij, CnueduSRLkkij, CnueduTRRkkij
Definition at line 69 of file EvolDF1_diujlknu.cpp.
71 gslpp::matrix<double> ad(
dim,
dim, 0.);
79 ad(2, 2) = 2./9.*(-303.+10.*nf);
81 ad(4, 4) = 2./27.*(543.-26.*nf);
84 throw std::runtime_error(
"EvolDF1_diujlknu::AnomalousDimension(): order not implemented");