From 1b892fe2ac1c49d691f5358bf7342bdcf2399c68 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 23 Nov 2021 13:11:05 +0100 Subject: More iterations before stopping. --- collectStokesData.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collectStokesData.hpp b/collectStokesData.hpp index 9492b25..42500c0 100644 --- a/collectStokesData.hpp +++ b/collectStokesData.hpp @@ -6,7 +6,7 @@ using Complex = std::complex; template void collectStokesData(std::string tag, unsigned N, Generator& r, double ε, double δz, bool minimum, T... μs) { - unsigned nIts = 5; + unsigned nIts = 7; unsigned nGs = 4; unsigned coDim = 16; Real newSaddleThres = 1e-4; -- cgit v1.2.3-54-g00ecf