Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined order of symbols when using Function(buffer) parameter #105

Open
CharlesJQuarra opened this issue Oct 12, 2024 · 1 comment
Open

Comments

@CharlesJQuarra
Copy link

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?

@mikaem
Copy link
Member

mikaem commented Oct 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants