• 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

Revision541606b4c882cc4b28883e733db9c67f4f68e41b (tree)
Time2012-11-13 17:45:33
AuthorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

README is updated. #28791

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

Change Summary

Incremental Difference

--- a/doc/README.txt
+++ b/doc/README.txt
@@ -574,7 +574,8 @@ HOW TO WRITE INPUT:
574574 NASCO_END
575575
576576 -options
577- "total_steps", "num_electronic_states", "seed", and "dt" are prepared as options.
577+ "total_steps", "num_electronic_states", "initial_electronic_state", "seed",
578+ and "dt" are prepared as options.
578579
579580 The default value of the "total_steps" is 10.
580581
@@ -584,6 +585,13 @@ HOW TO WRITE INPUT:
584585 The default value of the "num_electronic_states" is 3,
585586 that is, ground, 1st, and 2nd excited states.
586587
588+ "initial_electronic_state" means the electronc eigenstates
589+ form which trajectories start to run.
590+ "initial_electronic_state=0" means that the trajectories run from ground state.
591+ The "initial_electronic_state should be less than the "num_electronic_states".
592+ i.e., "initial_electronic_state=3" with "num_electronic_states=3" leads to error.
593+ The default value of the "initial_electronic_state" is 0.
594+
587595 "seed" means the seed of the random-number-generator.
588596 The random numbers are used for trajectory-hopping.
589597 Default seed is generated by the time.