Hi is there a way to specify how canonicalise should act on dummy indices? What I am interested in is to prevent canonicalise raise and lower dummies by itself. For example
{\mu, \nu}::Indices(vector);
ex:= v^{\mu} G_{\mu \nu} v^{\nu};
canonicalise(_);
I would like to leave the indices the way I introduced rather than raising \nu in G and lowering it in v.
Thanks