yukawa

Get massive fermions from a given scalar Abelian charge


License
BSD-3-Clause
Install
pip install yukawa==0.0.2

Documentation

Yukawa couplings with spontaneous symmetry breaking (SSB)

Python package Upload Python Package

Given a list of integers as the Abelian charges of fermions, check if there is a scalar which which can generate Yukawa couplings and non-zero masses for all them after the SSB-

Install

$ pip install yukawa

USAGE

>>> from yukawa import yukawa
>>> yukawa.get_massive_fermions([2, 4, 4, 5, 5, 7],9)
{'S': 9, 'ψ': [(2, 7), (4, 5)]}

Links: