Skip to content

Commit

Permalink
Remove problematic docstring [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Apr 13, 2023
1 parent 344a693 commit cdab2c2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/gmps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -920,15 +920,6 @@ function reverse_interleave(M::AbstractMatrix)
return M[ordered_inds, ordered_inds]
end

"""
correlation_matrix_to_mps(s::Vector{<:Index},
Λ_up0::AbstractSymmetry,
Λ_dn0::AbstractSymmetry;
eigval_cutoff::Float64 = 1e-8,
maxblocksize::Int = size(Λ, 1),
kwargs...)
function correlation_matrix_to_mps(
s::Vector{<:Index},
Λ_up0::AbstractSymmetry,
Expand Down

0 comments on commit cdab2c2

Please sign in to comment.