Skip to content

Commit

Permalink
added calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones authored Sep 19, 2023
1 parent b047972 commit 14b0a59
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 148 deletions.
4 changes: 4 additions & 0 deletions QuEST/include/QuEST.h
Original file line number Diff line number Diff line change
Expand Up @@ -4256,6 +4256,10 @@ qreal calcPurity(Qureg qureg);
* linear algebra calculation.
*
* The number of qubits represented in \p qureg and \p pureState must match.
*
* > In the GPU-accelerated cuQuantum backend, this function further assumes that
* > the density matrix \p qureg is correctly normalised, and otherwise returns the
* > fidelity of the conjugate-transpose of \p qureg.
*
* @see
* - calcHilbertSchmidtDistance()
Expand Down
Loading

0 comments on commit 14b0a59

Please sign in to comment.