BSMPT 3.1.3
BSMPT - Beyond the Standard Model Phase Transitions : A C++ package for the computation of the EWPT in BSM models
Loading...
Searching...
No Matches
settings.h
1#pragma once
2
3namespace BSMPT
4{
8const bool C_UseParwani = false;
9} // namespace BSMPT
This classes calculates the Bounce action of the potential with a set temperature.
Definition CalculateEtaInterface.h:24
const bool C_UseParwani
C_UseParwani Use the Parwani Method instead of Arnold-Espinosa.
Definition settings.h:8