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
Looking at this line in the documentation of Function I'm wondering about how the sympy expression free_symbols is used to map each product space to coordinates.
Looking at the code, I don't think is clear what is going on here, or how it is being handled when there are more than one free symbol in the passed expression.
Ideally there should be an argument that maps each free symbol to a specific factor in the tensor product space.
thoughts?
The text was updated successfully, but these errors were encountered:
Hi
Sorry about the poor documentation here. The sympy symbols x, y, z, r, s are used for the spaces in axes 0, 1, 2, 3, 4 of any tensorproductspace. You can search the code for 'xyzrs' to find where this is currently being used.
Looking at this line in the documentation of
Function
I'm wondering about how the sympy expressionfree_symbols
is used to map each product space to coordinates.Looking at the code, I don't think is clear what is going on here, or how it is being handled when there are more than one free symbol in the passed expression.
Ideally there should be an argument that maps each free symbol to a specific factor in the tensor product space.
thoughts?
The text was updated successfully, but these errors were encountered: