feynlag.operators.D_linear¶
- feynlag.operators.D_linear(expr, fields)[source]¶
Distribute
∂_μover sums and products (linearity + Leibniz rule).expris the argument of aPartialMuhead;fieldsis the collection of field symbols the derivative acts on. Non-field factors are treated as constants.Returns the expanded expression with
PartialMuapplied to single fields only.