The function flavor_rotation is the only function defined in wilson/run/smeft/definitions.py and is only used in the _rotate_defaultbasis method of the SMEFT class. This PR turns flavor_rotation into the static method SMEFT._flavor_rotation and removes wilson/run/smeft/definitions.py.
The function
flavor_rotation
is the only function defined inwilson/run/smeft/definitions.py
and is only used in the_rotate_defaultbasis
method of theSMEFT
class. This PR turnsflavor_rotation
into the static methodSMEFT._flavor_rotation
and removeswilson/run/smeft/definitions.py
.