• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionb470f653c71fc4bf3b1855046255397ba0b929f6 (tree)
Time2012-12-03 19:05:39
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

README is update for mulliken #28605

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1168 1136aad2-a195-0410-b898-f5ea1d11b9d8

Change Summary

Incremental Difference

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -275,7 +275,8 @@ HOW TO WRITE INPUT:
275275
276276 -options
277277 "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.
279280
280281 "davidson" should be set as "yes" or "no".
281282 The default value of the "davidson" is "yes".
@@ -315,6 +316,12 @@ HOW TO WRITE INPUT:
315316 including between excited states would be calculated.
316317 Otherwise "no", transition dipole moments from ground state to each excited state are calculated.
317318
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+
318325 "num_print_coefficients" is a number of the coefficients of CIS-eigenvector shown in output.
319326 The default value of the "num_print_coefficients" is 1.
320327
@@ -327,6 +334,8 @@ HOW TO WRITE INPUT:
327334 max_iter 100
328335 max_dim 100
329336 norm_tol 0.000001
337+ mulliken 1
338+ mulliken 2
330339 CIS_END
331340
332341 <Hole Plot>