Revision | b470f653c71fc4bf3b1855046255397ba0b929f6 (tree) |
---|---|
Time | 2012-12-03 19:05:39 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
README is update for mulliken #28605
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1168 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -275,7 +275,8 @@ HOW TO WRITE INPUT: | ||
275 | 275 | |
276 | 276 | -options |
277 | 277 | "davidson", "active_occ", "active_vir", "max_iter", "max_dim", "norm_tol", |
278 | - "nstates", "exciton_energies", "all_transition_dipole_moments", and "num_print_coefficients" are prepared as options. | |
278 | + "nstates", "exciton_energies", "all_transition_dipole_moments", | |
279 | + "mulliken", and "num_print_coefficients" are prepared as options. | |
279 | 280 | |
280 | 281 | "davidson" should be set as "yes" or "no". |
281 | 282 | The default value of the "davidson" is "yes". |
@@ -315,6 +316,12 @@ HOW TO WRITE INPUT: | ||
315 | 316 | including between excited states would be calculated. |
316 | 317 | Otherwise "no", transition dipole moments from ground state to each excited state are calculated. |
317 | 318 | |
319 | + "mulliken" is a option of mulliken popultaion analysis of the excited state. | |
320 | + When "mulliken x" is included in CIS-directive, the mulliken popultaion of xth excited state is calculated. | |
321 | + Mulitiple indication of these mulliken options is possible. | |
322 | + Note that "mulliken 0" is ignored because 0th excited state is the ground state. | |
323 | + Default settign of this "mulliken" option is nothing. | |
324 | + | |
318 | 325 | "num_print_coefficients" is a number of the coefficients of CIS-eigenvector shown in output. |
319 | 326 | The default value of the "num_print_coefficients" is 1. |
320 | 327 |
@@ -327,6 +334,8 @@ HOW TO WRITE INPUT: | ||
327 | 334 | max_iter 100 |
328 | 335 | max_dim 100 |
329 | 336 | norm_tol 0.000001 |
337 | + mulliken 1 | |
338 | + mulliken 2 | |
330 | 339 | CIS_END |
331 | 340 | |
332 | 341 | <Hole Plot> |