You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just started with the packages (thanks for that), and quickly stumbled upon several issues.
Let me drop it here. Maybe I can cover the issues to tests once it is resolved
Thanks for opening all of these. The package is not very user friendly yet, sorry about that.
I never implemented epsilon from sympy.tensor.tensor, mostly because I don't like how it treats the indices of epsilon and delta (the Kronecker delta) (see #4). They're not real tensors, but raising and lowering indices with the metric can produce objects like this:
I usually think of a delta as always representing an identity matrix, but these delta objects with mixed indices don't. The same issue affects epsilon.
Anyway, I could still implement epsilon for now, keeping the same behavior.
Just started with the packages (thanks for that), and quickly stumbled upon several issues.
Let me drop it here. Maybe I can cover the issues to tests once it is resolved
gives the error:
The text was updated successfully, but these errors were encountered: