spheres.symplectic.random_gaussian_operator

spheres.symplectic.random_gaussian_operator(n)[source]

Returns random Gaussian transformation in the form of a Hermitian matrix and a displacement vector.

Parameters

n (int) – The operator will be \(2n \times 2n\) dimensions.

Returns

  • H (np.array) – Gaussian operator.

  • h (np.array) – Gaussian displacement.