-
Notifications
You must be signed in to change notification settings - Fork 109
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
Implement simple symmetry #95
Comments
I suspect it's not directly compatible right now, but would be very easy to incorporate as it supports all the core functions. The main thing is simply that the There might still be some issues if you need compression with cutoffs and that kind of thing however. Note also that another symmetric backend will be available at some point as a byproduct of #88. |
Actually, The Tensor Network library https://github.com/google/TensorNetwork has a simple symmetry backend. And it has the |
Yes, though worth noting that the data structure they chose is quite different to |
Can anyone show me an example of how to implement a library https://github.com/mhauru/abeliantensors with Quimb. Is it compatible with opt_einsum.
The text was updated successfully, but these errors were encountered: