Hi friends,
I would like to know if is there any possibility of defining a functional dependence for an object. For example, in the below code the Cadabra throws an error
x::Coordinate;
\partial{#}::PartialDerivative;
\bar{#}::DiracBar;
{\phi,J, j, \eta}::Depends(x, \partial{#});
S::Depends(\phi,\bar{\eta},\eta);
Regards