pdft.manifolds.is_unitary_general

pdft.manifolds.is_unitary_general#

pdft.manifolds.is_unitary_general(t, atol=1e-06)[source]#

True if t @ t.conj().T ≈ I. False for non-square.

Mirror of upstream src/manifolds.jl:103-107.

Parameters:
Return type:

bool