Cytnx
Cytnx copied to clipboard
UniTensor.combineBonds should have an underscore
The function UniTensor.combineBonds changes the tensor so there should be an underscore in the function name.
I remember the method with underscore implies "in-place", so the method that returns a tensor/unitensor view containing a new storage (memory) should be named without the underscore.