q5m.js - Quantum Computing Library - v0.1.1
    Preparing search index...

    Function dagger

    • 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.

      Parameters

      • matrix: Matrix

        The input matrix

      Returns Matrix

      The dagger (conjugate transpose) matrix