Skip to content

Commit

Permalink
Add back nothing to gradients tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrehmer committed Oct 29, 2024
1 parent 150abeb commit 6bcb4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ctmrg/gradients.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gradmodes = [
LinSolver(; solver=KrylovKit.GMRES(; tol=gradtol), iterscheme=:diffgauge),
],
[ # Only use :diffgauge due to high gauge-sensitivity (perhaps due to small χenv?)
# nothing,
nothing,
GeomSum(; tol=gradtol, iterscheme=:diffgauge),
ManualIter(; tol=gradtol, iterscheme=:diffgauge),
LinSolver(; solver=KrylovKit.GMRES(; tol=gradtol), iterscheme=:diffgauge),
Expand Down

0 comments on commit 6bcb4e4

Please sign in to comment.