Open mganahl opened 4 years ago
Good idea.
This is fixed now right?
No, not yet still need to fix the MPS
that's actually a bit more work than I realized. For all mps classed to work properly we need to implement eigs
into the symmetric backend. Should be relaitvely easy thoug.
Is this done?
No, this needs to fixed still
the MPS classes rely on initializing new tensors from shapes of existing tensors, using
Node.shape
. This is not working for symmetric tensors. We need to add asparse_shape
attribute toNode
, which returns anIndex
object for the case of the symmetric backend, and a plain integer for all others