From b4fca2a996e56ebab78c5687afa9964944171da4 Mon Sep 17 00:00:00 2001 From: Paul Kent Date: Tue, 3 Dec 2024 10:59:47 -0500 Subject: [PATCH] Set full precision default --- src/QMCDrivers/QMCDriverInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QMCDrivers/QMCDriverInput.h b/src/QMCDrivers/QMCDriverInput.h index 4b270635b5..a4d6dd3b65 100644 --- a/src/QMCDrivers/QMCDriverInput.h +++ b/src/QMCDrivers/QMCDriverInput.h @@ -77,7 +77,7 @@ class QMCDriverInput RealType tau_ = 0.1; RealType spin_mass_ = 1.0; // call recompute at the end of each block in the full/mixed precision case. - IndexType blocks_between_recompute_ = std::is_same::value ? 0 : 1; + IndexType blocks_between_recompute_ = std::is_same::value ? 10 : 1; bool append_run_ = false; // from QMCDriverFactory