Skip to content

Commit

Permalink
Set full precision default
Browse files Browse the repository at this point in the history
  • Loading branch information
prckent committed Dec 3, 2024
1 parent 3fff0a8 commit b4fca2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QMCDrivers/QMCDriverInput.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<RealType, FullPrecisionRealType>::value ? 0 : 1;
IndexType blocks_between_recompute_ = std::is_same<RealType, FullPrecisionRealType>::value ? 10 : 1;
bool append_run_ = false;

// from QMCDriverFactory
Expand Down

0 comments on commit b4fca2a

Please sign in to comment.