Expand description
Supporting classes and functions for Grid::evolve.
Structsยง
- Alphas
Table - A mapping of squared renormalization scales in
ren1to strong couplings inalphas. The ordering of both members defines the mapping. - Evolve
Info - This structure captures the information needed to create an evolution kernel operator (EKO) for
a specific
Grid. - Operator
Slice Info - Information about the evolution kernel operator slice (EKO) passed to
Grid::evolveasoperator, which is used to convert aGridinto anFkTable. The dimensions of the EKO must correspond to the values given infac1,pids0,x0,pids1andx1, exactly in this order. Members with a1are defined at the squared factorization scale given asfac1(often called process scale) and are found in theGridthatGrid::evolveis called with. Members with a0are defined at the squared factorization scalefac0(often called fitting scale or starting scale) and are found in theFkTableresulting fromGrid::evolve.