Revisão | ea3d53f6d3a69f156bc6a808d57c458a7d46b6c9 (tree) |
---|---|
Hora | 2013-01-25 15:25:48 |
Autor | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
tmp BFGS output SCF log
@@ -181,7 +181,7 @@ void BFGS::SearchMinimum(boost::shared_ptr<ElectronicStructure> electronicStruct | ||
181 | 181 | |
182 | 182 | // Take a RFO step |
183 | 183 | bool doLineSearch = false; |
184 | - bool tempCanOutputLogs = false; | |
184 | + bool tempCanOutputLogs = true; | |
185 | 185 | lineSearchInitialEnergy = lineSearchCurrentEnergy; |
186 | 186 | if(doLineSearch){ |
187 | 187 | this->LineSearch(electronicStructure, molecule, lineSearchCurrentEnergy, matrixStep, elecState, dt); |