qics.vectorize.vec_dim

qics.vectorize.vec_dim(side, iscomplex=False, compact=False)[source]

Computes the dimension of a vectorized matrix.

Parameters:
sideint

The dimension of the matrix.

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 vector.