I notice that each time I use UniTensor function assign() to reassign bond, then everything including the label information are deleted. Is it possible to keep the label information? See the below code will change the "psi" into almost another UniTensor. However, I am only changing the bond dimension, so the label information should be the same.
Thanks very much.
Hello, here,
I notice that each time I use UniTensor function assign() to reassign bond, then everything including the label information are deleted. Is it possible to keep the label information? See the below code will change the "psi" into almost another UniTensor. However, I am only changing the bond dimension, so the label information should be the same. Thanks very much.
psi.assign(bond);