修订版 | f7fc652f04cf4244a268dc3ccc96c8fc0057123e (tree) |
---|---|
时间 | 2013-01-22 13:56:23 |
作者 | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
tmp BFGS output SCF log
@@ -202,7 +202,7 @@ void BFGS::SearchMinimum(boost::shared_ptr<ElectronicStructure> electronicStruct | ||
202 | 202 | |
203 | 203 | // Take a RFO step |
204 | 204 | bool doLineSearch = false; |
205 | - bool tempCanOutputLogs = false; | |
205 | + bool tempCanOutputLogs = true; | |
206 | 206 | lineSearchInitialEnergy = lineSearchCurrentEnergy; |
207 | 207 | if(doLineSearch){ |
208 | 208 | this->LineSearch(electronicStructure, molecule, lineSearchCurrentEnergy, matrixStep, elecState, dt); |