aspcore.matrices.is_hermitian_hardcoded

aspcore.matrices.is_hermitian_hardcoded(mat)

Deprecated, use is_hermitian instead

If ndim > 2, then the array is interpreted as an array of multiple matrices

if mat has shape (a,a) then a single boolean is returned

if mat has shape (*tpl, a, a), then a boolean array of shape tpl is returned, with the truth value for each indivudal matrix