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
When calling the split_tensor method of the TensorNetwork class with option absorb=None, the implementation doesn't account for 3 tensors being produced
I think the natural behavior would be the latter, especially since just calling Tensor.split(..., absorb=None) creates a TensorNetwork with the singular values tensor.
Yes, I was trying to create the explicit singular value tensors, similar to a Gamma-Lambda canonization, to have a collective view of the singular values in a PEPS.
What happened?
When calling the
split_tensor
method of theTensorNetwork
class with optionabsorb=None
, the implementation doesn't account for 3 tensors being producedWhat did you expect to happen?
No response
Minimal Complete Verifiable Example
Relevant log output
Anything else we need to know?
No response
Environment
Quimb version 1.8.4
The text was updated successfully, but these errors were encountered: