Hi,
I have a little question regarding the implementation of the effective potential.
I'd like to implement the NNLO effective potential obtained via DRalgo, but the analytical expressions are too complicated, so I found it'd be less intractable to implement the numerical values of Veff instead. For this purpose, I need to sample Veff at each temperature, but WallGo.EffectivePotential.evaluate() uses an internal temperature profile that I cannot directly control. I'm considering to pre-computing Veff by fine-sampling it over the relevant temperature range and interpolating it, but I'm wondering whether there is a more straightforward or recommended method for this.
Thanks in advance.
Hi,
I have a little question regarding the implementation of the effective potential.
I'd like to implement the NNLO effective potential obtained via DRalgo, but the analytical expressions are too complicated, so I found it'd be less intractable to implement the numerical values of Veff instead. For this purpose, I need to sample Veff at each temperature, but WallGo.EffectivePotential.evaluate() uses an internal temperature profile that I cannot directly control. I'm considering to pre-computing Veff by fine-sampling it over the relevant temperature range and interpolating it, but I'm wondering whether there is a more straightforward or recommended method for this.
Thanks in advance.