Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacupo committed May 20, 2022
1 parent f9c58fe commit b8e7efd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Supplemental.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ end

"""
Biggest_eig_rho(M, n)
Return the first 2^(n-1) eigenvalues of the density matrix rho described by the correlation matrix 'M'.
In the SciPost notation, it computes the eigenvalues vec{x}=Binary(0),Binary(1),dots,Binary(2^(n-1)).
The first 'n' eigenvalues are assured to be the first 'n' biggest eigenvalues of rho.
Return the first 2^n-1 eigenvalues of the density matrix rho described by the correlation matrix 'M'.
In the SciPost notation, it computes the eigenvalues vec{x}=Binary(0),Binary(1),dots,Binary(2^n-1).
The first 'n-1' eigenvalues are assured to be the first 'n-1' biggest eigenvalues of rho.
"""
function Biggest_eig_rho(M,n_gaps)
Expand Down

0 comments on commit b8e7efd

Please sign in to comment.