I have 4 lists of 2x2 complex matrices (A,B,C,D) with shape (size,2,2). I need to calculate the following expression F = A.B.C.D, where F have the same shape (size,2,2). I can j