• 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

修订版f7fc652f04cf4244a268dc3ccc96c8fc0057123e (tree)
时间2013-01-22 13:56:23
作者Katsuhiko Nishimra <ktns.87@gmai...>
CommiterKatsuhiko Nishimra

Log Message

tmp BFGS output SCF log

更改概述

差异

--- a/src/optimization/BFGS.cpp
+++ b/src/optimization/BFGS.cpp
@@ -202,7 +202,7 @@ void BFGS::SearchMinimum(boost::shared_ptr<ElectronicStructure> electronicStruct
202202
203203 // Take a RFO step
204204 bool doLineSearch = false;
205- bool tempCanOutputLogs = false;
205+ bool tempCanOutputLogs = true;
206206 lineSearchInitialEnergy = lineSearchCurrentEnergy;
207207 if(doLineSearch){
208208 this->LineSearch(electronicStructure, molecule, lineSearchCurrentEnergy, matrixStep, elecState, dt);