Hi again,
> MakeRule allows for automatically generating rules by considering
> symmetries of a tensor; is it possible to allow for automatically generating
> rules for a tensor and its Dagger[] at the same time?
No. MakeRule has been prepared for several tasks, but not for
daggering rules.
> I could imagine not wanting the automatic rule generation (along the lines of
> what is in SpinorsDoc.nb -- to replace a tensor and its dagger with two
> different symbols). This could be controlled by an option in the same way as
> UseSymmetries controls if additional rules are generated under symmetries.
Yes. If done, there must be an option to activate it.
> I recognize that this is not trivial, since some rules do not even make
> sense. The above example makes sense, since there is a complex tensor on
> each side. If you tried to make a rule where one side was identical under
> Dagger[] and the other side was not, this would not make sense (and checking
> for this may be hard).
I don't understand that comment. If an equation is correct, its
daggered form should be also correct, right?
Something that could be hard is that by daggering we might be changing
the space of the indices (think of the dotted indices of Spinors), and
hence other options like UseMetricOnVBundle could get desynchronized.
> Is this possible? Is it desirable?
Everything is possible with Mathematica, but it might take quite some
work to extend MakeRule properly. Currently I would recommend to
follow Thomas' advice and start by having the original equation {LHS,
RHS} and its daggered form {Dagger[LHS], Dagger[RHS]} and use MakeRule
independently on them, with respective appropriate options.
Cheers,
Jose.