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