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