Tests should be implemented for complex symplectic matrices on the package API. It would also be interesting to generate random complex Symplectic type objects. Here's a potential way to do it:
randsymplectic(Symplectic, BlockForm(2))
randsymplectic(Symplectic{ComplexF64}, BlockForm(2)) # random complex matrix
Tests should be implemented for complex symplectic matrices on the package API. It would also be interesting to generate random complex
Symplectictype objects. Here's a potential way to do it: