-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support Ellipsis in indices? #119
Labels
Comments
A possible approach to implement it would be to introduce a special value for the |
Per discussion with @campsd, it might be better to collect more usage scenarios before deciding on to what extent should this feature be supported. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Right now, users have to explicitly provide all the indices to perform Einstein operations. In cases where simple broadcasting is obvious, it might be more convenient to allow ellipsis indexing.
numpy.einsum
already supports this in the einspec strings.Describe the solution you'd like
The text was updated successfully, but these errors were encountered: