FeynML:
Gallery:
Renderers:
Interfaces:
Modules:
propagator_id_wrap()
Versions:
Links:
Wrap a propagator id in the format expected by feynml.
idd – The id of the propagator.
The wrapped id.
Examples
>>> propagator_id_wrap(1) 'Propagator1' >>> propagator_id_wrap(-1) 'Propagatorm1'