type fixed - Q_square_root_dict

This commit is contained in:
Alexander Pitchford 2019-01-10 11:57:00 +00:00
parent 4bc87d5c89
commit 0fbef4c17d

View file

@ -493,7 +493,7 @@ cdef class AQcompute_batch_Cython(Q_handling_Cython):
U,S,Vh = self.Q_svd_dict[matrix_index]
square_root = U * np.sqrt(S)
self.Q_suqare_root_dict[matrix_index] = square_root
self.Q_square_root_dict[matrix_index] = square_root
return square_root