feynlag.pheno.vertices.fermion_decay_vertices¶
- feynlag.pheno.vertices.fermion_decay_vertices(table, spin_map=None, particle_map=None)[source]¶
Turn an
extract_fermion_vertices()table intoDecayVertexobjects with the chiral split applied.Keys sharing the same
(bar, field, boson)but differing in chirality are merged into a single vertex carrying bothg_leftandg_right. Withparticle_mapsupplied the merge happens on physical particles, so a Dirac fermion’sLandRcurrents combine — seeresolve_leg().- Parameters:
table – the
{(bar, Γ, field): {n: {bosons: coeff}}}dict.spin_map – optional
{symbol: spin}; when absent the structure ofΓdecides the type (γ^μ→ FFV).particle_map –
{weyl_leg: physical_particle}.
- Returns:
list of
DecayVertex.