Alias for matrixConjugateTranspose - computes the dagger (†) of a matrix. For a matrix A, returns A† where (A†)_ij = (A_ji)*
This is the standard notation in quantum mechanics for the conjugate transpose, also known as the Hermitian adjoint or Hermitian transpose.
The input matrix
The dagger (conjugate transpose) matrix
Alias for matrixConjugateTranspose - computes the dagger (†) of a matrix. For a matrix A, returns A† where (A†)_ij = (A_ji)*
This is the standard notation in quantum mechanics for the conjugate transpose, also known as the Hermitian adjoint or Hermitian transpose.