qics.vectorize.vec_dim¶ qics.vectorize.vec_dim(side, iscomplex=False, compact=False)[source]¶ Computes the dimension of a vectorized matrix. Parameters: sideintThe dimension of the matrix. 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 vector.