Révision | 8d48a023d11dd5ad68a340b2daa1a4f18d64bf24 (tree) |
---|---|
l'heure | 2012-07-02 15:58:55 |
Auteur | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
Update README with information about BFGS optimization method. #28764
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@855 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -377,7 +377,7 @@ HOW TO WRITE INPUT: | ||
377 | 377 | "method", "total_steps", "electronic_state", "max_gradient", "rms_gradient", |
378 | 378 | and "dt" are prepared as options. |
379 | 379 | |
380 | - "method" should be set as "conjugate_gradient" or "steepest_descent". | |
380 | + "method" should be set as "conjugate_gradient", "steepest_descent", or "bfgs". | |
381 | 381 | The default of the "method" is conjugate gradient. |
382 | 382 | |
383 | 383 | "electronic_state" means the electronic eigenstate |
@@ -387,6 +387,7 @@ HOW TO WRITE INPUT: | ||
387 | 387 | |
388 | 388 | "line_search_times" means the times of line-search trials. |
389 | 389 | The default value of the "line_search_times" is 50. |
390 | + This parameter have no effect if method is "bfgs". | |
390 | 391 | |
391 | 392 | "steep_step" means the number of steps of the steepest descent. |
392 | 393 | The default value of the "steep_step" is 50. |
@@ -397,7 +398,8 @@ HOW TO WRITE INPUT: | ||
397 | 398 | The default value of the "rms_gradient" is 0.00030. |
398 | 399 | |
399 | 400 | "dt" is initial fictious time steps for the steepest descent algorythms. |
400 | - The defaul value of the "dt" is 50[fs] | |
401 | + The default value of the "dt" is 50[fs]. | |
402 | + This parameter have no effect if method is "bfgs". | |
401 | 403 | |
402 | 404 | E.g. |
403 | 405 | OPTIMIZE |