Consider accepting three-dimensional edge Tensor
s for MatrixProductState
#47
Labels
question
Further information is requested
Tensor
s for MatrixProductState
#47
We could loose the current requirements that disallow creating a
MatrixProductState
where all the tensors are three-dimensional. In that case, we could just check that the dimension of the left and right index for the first and lastTensor
, respectively, are one.I think this could allow an easier implementation of the algorithms where
MatrixProductState
are used since it is easier to generalize the code, and we wouldn't have to worry about the boundaryTensor
s being different.What do you think?
The text was updated successfully, but these errors were encountered: