Hi! Thanks for making this very useful code available! I am currently implementing a similar thing in python and using your code as the reference. However, I came across these lines: https://github.com/LeoSvenningsson/TensorViewforMatlab/blob/1d0bc6d0d3dfb7f599a780519429a0ae0ee86de8/Source/functions/MFtoEuler.m#L188 https://github.com/LeoSvenningsson/TensorViewforMatlab/blob/1d0bc6d0d3dfb7f599a780519429a0ae0ee86de8/Source/functions/MFtoEuler.m#L323 https://github.com/LeoSvenningsson/TensorViewforMatlab/blob/1d0bc6d0d3dfb7f599a780519429a0ae0ee86de8/Source/functions/MFtoEuler.m#L459 that seems strange to me - is it correct? Shouldn't it be checking if `U(3,3) == 1`? Thanks!