spheres.symplectic.omega_c

spheres.symplectic.omega_c(n)[source]

\(2n \times 2n\) complex symplectic form: \(\Omega_{c} = \begin{pmatrix}I_{n} & 0 \\ 0 & -I_{n} \end{pmatrix}\).

Parameters

n (int) – The dimension will be 2n.

Returns

W – Complex symplectic form.

Return type

np.array