From 8be6ac4737bed8f80c8629e0b30957f65b49e6c5 Mon Sep 17 00:00:00 2001 From: Diksha Date: Tue, 3 Oct 2023 16:48:35 -0400 Subject: [PATCH] Testing BlockDavidson issue --- src/type_PauliSum.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/type_PauliSum.jl b/src/type_PauliSum.jl index 6aad07c..f7b845d 100644 --- a/src/type_PauliSum.jl +++ b/src/type_PauliSum.jl @@ -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 """