Skip to content

Commit

Permalink
Testing BlockDavidson issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ddhawan11 committed Oct 3, 2023
1 parent 4162785 commit 8be6ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/type_PauliSum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Delete Pauli's with coeffs smaller than thresh
"""
function clip!(ps::PauliSum{N}; thresh=1e-16) where {N}
filter!(p->abs(p.second) > thresh, ps.ops)
return ps
end

"""
Expand Down

0 comments on commit 8be6ac4

Please sign in to comment.