Skip to content

Commit

Permalink
Merge pull request #5307 from prckent/tracetol
Browse files Browse the repository at this point in the history
Increase trace_tol in mixed precision
  • Loading branch information
ye-luo authored Feb 10, 2025
2 parents 1b8fc2b + 398f9c6 commit 676e154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Estimators/TraceManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@

namespace qmcplusplus
{
#if defined(MIXED_PRECISION)
double TraceManager::trace_tol = 1e-5;
#else
double TraceManager::trace_tol = 1e-8;
#endif

}

Expand Down

0 comments on commit 676e154

Please sign in to comment.