#include <EvolDB1Mll.h>
Inheritance diagram for EvolDB1Mll:Definition at line 14 of file EvolDB1Mll.h.
Public Member Functions | |
| 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 More... | |
| gslpp::matrix< double > & | Df1EvolMll (double mu, double M, orders order, schemes scheme=NDR) |
| a method returning the evolutor related to the high scale \( M \) and the low scale \( \mu \) More... | |
| EvolDB1Mll (unsigned int dim, schemes scheme, orders order, const StandardModel &model) | |
| EvolDF1bsg constructor. More... | |
| gslpp::matrix< double > | ToEffectiveBasis (gslpp::matrix< double > mat) const |
| a method returning the anomalous dimension for the evolution of the effective Wilson coefficients More... | |
| 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 More... | |
| virtual | ~EvolDB1Mll () |
| EvolDF1bsg destructor. More... | |
Public Member Functions inherited from RGEvolutor | |
| 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... | |
Public Member Functions inherited from WilsonTemplate< gslpp::matrix< double > > | |
| 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 () |
Private Member Functions | |
| void | Df1EvolMll (double mu, double M, double nf, schemes scheme) |
| a void type method storing properly the magic numbers for the implementation of the evolutor More... | |
Private Attributes | |
| double | a [4][13] |
| double | alsMZ_cache = 0. |
| double | b [4][13][13][13] |
| double | c [4][13][13][13] |
| double | d [4][13][13][13] |
| unsigned int | dim |
| gslpp::vector< gslpp::complex > | e |
| gslpp::matrix< gslpp::complex > | gg |
| gslpp::matrix< gslpp::complex > | h |
| gslpp::matrix< gslpp::complex > | js |
| gslpp::matrix< gslpp::complex > | jss |
| gslpp::matrix< gslpp::complex > | jssv |
| gslpp::matrix< gslpp::complex > | jv |
| const StandardModel & | model |
| double | Mz_cache = 0. |
| int | nd |
| int | nu |
| gslpp::matrix< gslpp::complex > | s_s |
| gslpp::matrix< gslpp::complex > | v |
| gslpp::matrix< gslpp::complex > | vi |
| gslpp::matrix< gslpp::complex > | vij |
Additional Inherited Members | |
Protected Member Functions inherited from WilsonTemplate< gslpp::matrix< double > > | |
| gslpp::matrix< double > * | Elem (orders order) const |
| gslpp::matrix< double > * | Elem (orders_qed order_qed) const |
| void | setElem (const gslpp::matrix< double > &v, orders order_i) |
| void | setElem (const gslpp::matrix< double > &v, orders_qed order_qed_i) |
Protected Attributes inherited from RGEvolutor | |
| double | M |
Protected Attributes inherited from WilsonTemplate< gslpp::matrix< double > > | |
| gslpp::matrix< double > * | elem [MAXORDER_QED+1] |
| double | mu |
| orders | order |
| orders_qed | order_qed |
| schemes | scheme |
| unsigned int | size |
| EvolDB1Mll::EvolDB1Mll | ( | unsigned int | dim, |
| schemes | scheme, | ||
| orders | order, | ||
| const StandardModel & | model | ||
| ) |
EvolDF1bsg constructor.
| dim | an unsigned integer for the dimension of the evolutor |
| scheme | an enum "schemes" for the regularization scheme of the evolutor |
| order | an enum "orders" for the order of perturbation theory of the evolutor |
| model | an object of StandardModel class |
Definition at line 12 of file EvolDB1Mll.cpp.
|
virtual |
| gslpp::matrix< double > EvolDB1Mll::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
| order | an enum "orders" for the order of perturbation theory of the ADM |
| n_u | an unsigned integer for the up-type number of d.o.f. |
| n_d | an unsigned integer for the down-type number of d.o.f. |
Definition at line 83 of file EvolDB1Mll.cpp.
|
private |
a void type method storing properly the magic numbers for the implementation of the evolutor
| mu | a double for the low scale of the evolution |
| M | a double for the high scale of the evolution |
| nf | a double for the active number of flavors |
| scheme | an enum "schemes" for the regularization scheme of the evolutor |
Definition at line 393 of file EvolDB1Mll.cpp.
| gslpp::matrix< double > & EvolDB1Mll::Df1EvolMll | ( | double | mu, |
| double | M, | ||
| orders | order, | ||
| schemes | scheme = NDR |
||
| ) |
a method returning the evolutor related to the high scale \( M \) and the low scale \( \mu \)
| mu | a double for the low scale of the evolution |
| M | a double for the high scale of the evolution |
| order | an enum "orders" for the order of perturbation theory of the evolutor |
| scheme | an enum "schemes" for the regularization scheme of the evolutor |
Definition at line 344 of file EvolDB1Mll.cpp.
| gslpp::matrix< double > EvolDB1Mll::ToEffectiveBasis | ( | gslpp::matrix< double > | mat | ) | const |
a method returning the anomalous dimension for the evolution of the effective Wilson coefficients
| mat | a temporary variable of gslpp::matrix type |
Definition at line 307 of file EvolDB1Mll.cpp.
| gslpp::matrix< double > EvolDB1Mll::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
| order | an enum "orders" for the order of perturbation theory of the evolutor |
| n_u | an unsigned integer for the up-type number of d.o.f. |
| n_d | an unsigned integer for the down-type number of d.o.f. |
Definition at line 228 of file EvolDB1Mll.cpp.
|
private |
| a | array of double for the magic numbers of the evolutor ( LO evolution ) |
| b | array of double for the magic numbers of the evolutor ( LO evolution ) |
| c | array of double for the magic numbers of the evolutor ( NLO evolution, associated to \( \alpha_{strong}(\mu) \) ) |
| d | array of double for the magic numbers of the evolutor ( NLO evolution, associated to \( \alpha_{strong}(M) \) ) |
Definition at line 82 of file EvolDB1Mll.h.
|
private |
Definition at line 95 of file EvolDB1Mll.h.
|
private |
Definition at line 82 of file EvolDB1Mll.h.
|
private |
Definition at line 82 of file EvolDB1Mll.h.
|
private |
Definition at line 82 of file EvolDB1Mll.h.
|
private |
Definition at line 94 of file EvolDB1Mll.h.
|
private |
Definition at line 93 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 83 of file EvolDB1Mll.h.
|
private |
Definition at line 96 of file EvolDB1Mll.h.
|
private |
Definition at line 75 of file EvolDB1Mll.h.
|
private |
| nu | an unsigned integer for the up-type number of d.o.f. |
| nu | an unsigned integer for the down-type number of d.o.f. |
Definition at line 75 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.
|
private |
Definition at line 92 of file EvolDB1Mll.h.