-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugAn actual bugAn actual bugenhancementNot strictly a bug but more of a feature enhancement requestNot strictly a bug but more of a feature enhancement request
Description
{a,b,c,d,e,f}::Indices(position=independent);
\nabla{#}::Derivative;
R_{a b c d}::RiemannTensor;
bianchi:= \nabla_{a}{ R_{b c d e} };
asym(bianchi, $_{a}, _{b}, _{c}$);
meld(bianchi);
produces zero, even though there may not be any formal connection between this derivative and the metric that builds the Riemann tensor.
Moreover, if
\nabla_{a}{ R_{b c d e} }::SatisfiesBianchi;
is explicitly declared, then meld does not produce zero.
It would probably be best to formalise connections between RiemannTensor, SatisfiesBianchi, Derivative and Metric so this can actually be checked properly.
Metadata
Metadata
Assignees
Labels
bugAn actual bugAn actual bugenhancementNot strictly a bug but more of a feature enhancement requestNot strictly a bug but more of a feature enhancement request