qics.vectorize.mat_dim¶ qics.vectorize.mat_dim(len, iscomplex=False, compact=False)[source]¶ Computes the dimension of the matrix correpsonding to a vector. Parameters: lenintThe dimension of the vector. iscomplexbool, optionalWhether the matrix is Hermitian (True) or symmetric (False). The default is False. compactbool, optionalWhether to assume a compact vector representation or not. The default is False. Returns: intThe dimension of the matrix.