Is it possible to use a custom symbol name as an index in Cadabra 2?
For example, I want to have
\dalpha::LaTeXForm("\dot{\alpha}").
\dbeta::LaTeXForm("\dot{\beta}").
{\dalpha,\dbeta}::Indices(spinor, position=independent).
{\dalpha,\dbeta}::Integer(1..2).
but then v_{\dalpha} throws an exception even though \dalpha itself can be used in an expression. (I may also be misunderstanding a difference in Cadabra 2 vs Cadabra 1.)