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:
lenint

The dimension of the vector.

iscomplexbool, optional

Whether the matrix is Hermitian (True) or symmetric (False). The default is False.

compactbool, optional

Whether to assume a compact vector representation or not. The default is False.

Returns:
int

The dimension of the matrix.