• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版ea3d53f6d3a69f156bc6a808d57c458a7d46b6c9 (tree)
时间2013-01-25 15:25:48
作者Katsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Log Message

tmp BFGS output SCF log

更改概述

差异

--- a/src/optimization/BFGS.cpp
+++ b/src/optimization/BFGS.cpp
@@ -181,7 +181,7 @@ void BFGS::SearchMinimum(boost::shared_ptr<ElectronicStructure> electronicStruct
181181
182182 // Take a RFO step
183183 bool doLineSearch = false;
184- bool tempCanOutputLogs = false;
184+ bool tempCanOutputLogs = true;
185185 lineSearchInitialEnergy = lineSearchCurrentEnergy;
186186 if(doLineSearch){
187187 this->LineSearch(electronicStructure, molecule, lineSearchCurrentEnergy, matrixStep, elecState, dt);