openfermion.linalg.generate_random_vectors

Generates orthonormal random vectors with col columns.

row int

Number of rows for the vectors.

col int

Number of columns for the vectors.

real_only bool

Real vectors or complex ones.

random_vectors numpy.ndarray(complex

Orthonormal random vectors.