qgrad_qutip.dag

qgrad_qutip.dag(state)

Returns conjugate transpose of a given state, represented by \(A^{\dagger}\), where \(A\) is a quantum state represented by a ket, a bra or, more generally, a density matrix.

Parameters

state (jnp.ndarray) – State to perform the dagger operation on

Returns

Conjugate transposed jax.numpy representation of the input state

Return type

jnp.ndarray