FCLoopGLIToSymbol[exp]
converts GLI
s to
symbols.
The option Head
determines the prefix of the symbol and
can be set to FCTopology
(default) or GLI
The option Character
specifies the separator between to
prefix and the indices.
Overview, GLI, SMPToSymbol, FCGVToSymbol.
[GLI[topo1, {1, 1, 1, 1, 1}]] FCLoopGLIToSymbol
\text{topo1X11111}
[GLI[topo1, {1, 1, 1, 1, 1}], Head -> GLI] FCLoopGLIToSymbol
\text{GLIXtopo1X11111}
[GLI[topo1, {1, 1, 1, 1, 1}], Character -> "$"] FCLoopGLIToSymbol
\text{topo1\$11111}