GM2Calc 2.3.0
Loading...
Searching...
No Matches
Functions
gm2_2loop_c.cpp File Reference

contains definitions of C interface functions for 2-loop calculation More...

Go to the source code of this file.

Functions

double gm2calc_thdm_calculate_amu_2loop (const gm2calc_THDM *model)
 calculates 2-loop contributions to a_mu in the general THDM
 
double gm2calc_thdm_calculate_amu_2loop_fermionic (const gm2calc_THDM *model)
 calculates fermionic 2-loop contributions to a_mu in the general THDM
 
double gm2calc_thdm_calculate_amu_2loop_bosonic (const gm2calc_THDM *model)
 calculates bosonic 2-loop contributions to a_mu in the general THDM
 

Detailed Description

contains definitions of C interface functions for 2-loop calculation

This file contains the definitions for the C interface functions used to calculate $a_\mu$ at the 2-loop level.

Definition in file gm2_2loop_c.cpp.

Function Documentation

◆ gm2calc_thdm_calculate_amu_2loop()

double gm2calc_thdm_calculate_amu_2loop ( const gm2calc_THDM model)

calculates 2-loop contributions to a_mu in the general THDM

calculates full 2-loop contributions to a_mu in the general THDM

Definition at line 35 of file gm2_2loop_c.cpp.

◆ gm2calc_thdm_calculate_amu_2loop_bosonic()

double gm2calc_thdm_calculate_amu_2loop_bosonic ( const gm2calc_THDM model)

calculates bosonic 2-loop contributions to a_mu in the general THDM

Definition at line 61 of file gm2_2loop_c.cpp.

◆ gm2calc_thdm_calculate_amu_2loop_fermionic()

double gm2calc_thdm_calculate_amu_2loop_fermionic ( const gm2calc_THDM model)

calculates fermionic 2-loop contributions to a_mu in the general THDM

Definition at line 48 of file gm2_2loop_c.cpp.