feynml.targeting.Targeting

class feynml.targeting.Targeting(target: str | None = '')[source]

Bases: object

__init__(target: str | None = '') None

Methods

__init__([target])

goes_into(vertex)

Return True if the propagator goes into the vertex, False otherwise.

with_target(target)

Attributes

target

Target of the object

goes_into(vertex)[source]

Return True if the propagator goes into the vertex, False otherwise.

target: str | None = ''

Target of the object