qgrad_qutip.isherm

qgrad_qutip.isherm(oper)

Checks whether a given operator is Hermitian.

Parameters

oper (jnp.ndarray) – input observable

Returns

True if the operator is Hermitian and

False otherwise

Return type

bool