Skip to content

Commit

Permalink
Merge pull request #4161 from LeonOtis/one_line_fix
Browse files Browse the repository at this point in the history
Fix hybrid method for legacy driver
  • Loading branch information
ye-luo authored Aug 9, 2022
2 parents 13f7bb5 + 0e5c05e commit 9cf7089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QMCDrivers/WFOpt/QMCFixedSampleLinearOptimize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,8 @@ bool QMCFixedSampleLinearOptimize::put(xmlNodePtr q)
if (!hybridEngineObj)
hybridEngineObj = std::make_unique<HybridEngine>(myComm, q);

hybridEngineObj->incrementStepCounter();

return processOptXML(hybridEngineObj->getSelectedXML(), vmcMove, ReportToH5 == "yes", useGPU == "yes");
}
else
Expand Down

0 comments on commit 9cf7089

Please sign in to comment.