Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed conjugations in 1-loop mass matrices for leptons #470

Draft
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

wkotlarski
Copy link

@wkotlarski wkotlarski commented Nov 22, 2022

According to @vytautasdudenas, those self energies should be conjugated. Working hypothesis: this is also what SPheno does.

@wkotlarski wkotlarski added the bug label Nov 22, 2022
@wkotlarski wkotlarski self-assigned this Nov 22, 2022
@Expander
Copy link
Member

Is there some paper or book for reference?

@wkotlarski wkotlarski force-pushed the fixed-conjugation-in-fermion-mass-matrices branch 2 times, most recently from ce9efdc to 3274e58 Compare November 23, 2022 10:31
@wkotlarski wkotlarski force-pushed the fixed-conjugation-in-fermion-mass-matrices branch from 3274e58 to afefefd Compare November 23, 2022 17:35
@wkotlarski
Copy link
Author

First, is there a reference where does this eq.

"const " <> selfEnergyMatrixCType <> " delta_M(- self_energy_PR * M_tree " <>
"- M_tree * self_energy_PL - self_energy_1);\n";

come from? :) They all kind of look like from the BPMZ. We are afraid that SARAH does not follow this convention and therefore the self energies have to be conjugated before substituting to formulas from the BPMZ.

@Expander
Copy link
Member

Yes, they are taken from PBMZ and I assumed that SARAH uses this convention (which may be a false assumption).

Another reference I've found is the SARAH manual sections E.2.2.0.1 and E.2.3. The equation from above seems to be (E.103). There is a $^+$ at the self energies, which could mean adjoint, $\Sigma^+ = (\Sigma^T)^\ast$, or just complex conjugate, $\Sigma^+ = \Sigma^\ast$. So, it seams at least that you've found a bug in FS. :) But I'm not sure whether your proposed fix is correct, because it could be that we need to use .adjoint(), not .conjugate().

@wkotlarski
Copy link
Author

wkotlarski commented Nov 29, 2022

I'm not sure if + means anything at all. Like in D. 30 of BPMZ, maybe + just means a self-energy of a complex field. @vytautasdudenas, if you compare eq. E.103 of SARAH manual with those in points E.2.2.0.1 therein, do they look correct?

What I was thinking about, is that D. 30 has a right coupling conj, and left one un-conj. While in E.2.2.0.1 it's the opposite.

@wkotlarski wkotlarski changed the title fixed conjugations in 1-loop mass matrices for leptos fixed conjugations in 1-loop mass matrices for leptons Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants