Skip to content

Commit

Permalink
Merge branch 'develop' into recomputeperiod
Browse files Browse the repository at this point in the history
  • Loading branch information
ye-luo authored Dec 3, 2024
2 parents 36d7aab + 4eff0d0 commit 24a0a69
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 24a0a69

Please sign in to comment.