API Reference
OperationNamespace.
adjoint
Returns the conjugate of the input tensor representing a 2D matrix with the two innermost dimensions transposed.
matrix (np.ndarray or Tensor) – The matrix (or batch of matrices), \(A\).
name (str, optional) – The name of the node.
The adjoint tensor \(A^\dagger\).
Tensor